21 lines
504 B
JSON
21 lines
504 B
JSON
{
|
|
"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"
|
|
]
|
|
} |