Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:58 +08:00
commit 60a3fe4d9d
31 changed files with 4110 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
]
}