Files
gh-crathgeb-claude-code-plu…/.claude-plugin/plugin.json
2025-11-29 18:16:35 +08:00

18 lines
458 B
JSON

{
"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"
]
}