Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:19 +08:00
commit 37ea93cd78
5 changed files with 262 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "agents",
"description": "Agent orchestration patterns for parallel debugging and investigation - dispatch multiple Claude agents to solve independent problems concurrently",
"version": "0.1.0",
"author": {
"name": "zbeyens"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}