Files
2025-11-30 09:03:11 +08:00

21 lines
459 B
JSON

{
"name": "orchestra",
"description": "A multi-agent orchestration layer for Claude Code. Coordinates specialized subagents (UI, API, Data, Integration, QA, etc.) using declarative skill and policy mappings.",
"version": "1.0.0",
"author": {
"name": "Tsutomu Morishita",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}