Initial commit
This commit is contained in:
21
.claude-plugin/plugin.json
Normal file
21
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "claude-plugin",
|
||||
"description": "Plugin management and scaffolding tools for creating and maintaining Claude Code plugins",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Geoff Johnson",
|
||||
"url": "https://github.com/geoffjay"
|
||||
},
|
||||
"skills": [
|
||||
"./skills/marketplace-update",
|
||||
"./skills/documentation-update"
|
||||
],
|
||||
"agents": [
|
||||
"./agents/plugin-architect.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/create.md",
|
||||
"./commands/update.md",
|
||||
"./commands/documentation.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user