Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user