Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:37 +08:00
commit ac82a0d63b
4 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "agent-architect",
"description": "Agent Architect - Tools and templates for designing Claude Code subagents",
"version": "1.0.0",
"author": {
"name": "Tobey Forsman"
},
"agents": [
"./agents"
]
}