Initial commit
This commit is contained in:
16
.claude-plugin/plugin.json
Normal file
16
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user