Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:28:57 +08:00
commit 995d97df60
11 changed files with 3977 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "agent-orchestration",
"description": "Multi-agent orchestration with context management, workflow composition, and agent coordination. Enables complex multi-step tasks through systematic agent delegation, context handoff, and workflow automation.",
"version": "1.0.0",
"author": {
"name": "Grey Haven Studio",
"url": "https://github.com/greyhaven-ai/claude-code-config"
},
"skills": [
"./skills/context-management"
]
}