16 lines
418 B
JSON
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"
|
|
]
|
|
} |