14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"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"
|
|
]
|
|
} |