Files
2025-11-29 18:20:31 +08:00

16 lines
418 B
JSON

{
"name": "plugin-quickstart-generator",
"description": "Generate production-ready Claude Code plugin structures for OpenPlugins marketplace with guided interactive setup",
"version": "1.0.0",
"author": {
"name": "Daniel Hofheinz",
"email": "daniel@danielhofheinz.com",
"url": "https://github.com/dhofheinz/open-plugins"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}