18 lines
458 B
JSON
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"
|
|
]
|
|
} |