Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:14 +08:00
commit 70c36b5eff
248 changed files with 47482 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "cli-builder",
"description": "A comprehensive plugin for building professional CLI tools with best practices",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Builder"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}