Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:46 +08:00
commit fa57381c8f
14 changed files with 624 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "roi-calculator",
"description": "Calculate and present ROI for AI automation projects",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Hub",
"url": "https://github.com/jeremylongshore/claude-code-plugins"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}