Files
2025-11-30 08:42:32 +08:00

18 lines
437 B
JSON

{
"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"
]
}