Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:52:01 +08:00
commit 6d7255ec20
10 changed files with 1616 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "claude-code-builder",
"description": "Create skills, subagents, hooks, commands, and plugins for Claude Code",
"version": "1.0.0",
"author": {
"name": "Alexander Opalic",
"url": "https://github.com/alexanderop/claude-code-builder"
},
"commands": [
"./commands"
]
}