Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:11 +08:00
commit 4aff69d9a9
61 changed files with 7343 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"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"
]
}