Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:01 +08:00
commit eb64dbf556
43 changed files with 9104 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "claude-squad",
"description": "A comprehensive suite of specialized agents with mandatory delegation enforcement for software development, featuring 30+ domain experts including frontend, backend, infrastructure, security, and quality assurance specialists.",
"version": "1.0.0",
"author": {
"name": "James Straub"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}