Files
gh-dotclaude-marketplace-pl…/.claude-plugin/plugin.json
2025-11-29 18:23:58 +08:00

18 lines
406 B
JSON

{
"name": "dev-accelerator",
"description": "Production-ready development workflows with TDD orchestration, feature development, security hardening, and 100+ specialized technical agents.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}