Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:26:00 +08:00
commit f05501db4b
5 changed files with 472 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "claudy-multi-agent",
"description": "Multi-agent orchestration plugin providing both CLI skill and MCP tools. Enables launching multiple agents in parallel, managing persistent sessions, and coordinating complex workflows beyond Task tool capabilities.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Jihyeok Kang",
"email": "[email protected]"
},
"skills": [
"./skills/claudy-orchestration"
]
}