Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:16:35 +08:00
commit ae349172dc
8 changed files with 2843 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "plugin-builder",
"description": "A meta-plugin for building Claude Code plugins, including commands, agents, and hooks",
"version": "1.0.2",
"author": {
"name": "Christopher Rathgeb",
"email": "chris@techsnack.dev"
},
"agents": [
"./agents/agent-builder.md",
"./agents/command-builder.md"
],
"commands": [
"./commands/create-plugin.md",
"./commands/create-command.md",
"./commands/create-agent.md"
]
}