Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:32 +08:00
commit 0f1fd2e7da
10 changed files with 1221 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "maestro-delegation-suite",
"description": "Provides AgentMaestro's delegation workflow to Claude Code (delegate command, subagents, and advisor skill).",
"version": "1.0.0",
"author": {
"name": "AgentMaestro"
},
"skills": [
"./skills/maestro-delegation-advisor"
],
"agents": [
"./agents/codex-delegator.md",
"./agents/gemini-delegator.md"
],
"commands": [
"./commands/delegate.md"
]
}