Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:02:28 +08:00
commit 2381385537
33 changed files with 3414 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "universal",
"description": "Universal AI agents collection for Claude Code - 28+ specialized agents with strict boundary enforcement, project-specific agent creation, and intelligent task routing",
"version": "1.0.0",
"author": {
"name": "Toskysun",
"url": "https://github.com/Toskysun/sub-agents"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}