Files
gh-tmc-it2-integrations-cla…/.claude-plugin/plugin.json
2025-11-30 09:02:11 +08:00

17 lines
443 B
JSON

{
"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"
]
}