Initial commit
This commit is contained in:
17
.claude-plugin/plugin.json
Normal file
17
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "claude-plugin-development",
|
||||
"description": "Tools and agents for developing Claude Code plugins and marketplaces",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "it2 Development Team",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/plugin-creator.md",
|
||||
"./agents/marketplace-manager.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/claude-plugin-validate.md",
|
||||
"./commands/claude-plugin-validate-all.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user