Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:09 +08:00
commit e62a49c416
5 changed files with 5612 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "subagent-creator",
"description": "Expert subagent architect with comprehensive skill library for creating production-ready, skill-aware Claude Code subagents",
"version": "1.0.0",
"author": {
"name": "bandofai"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}