18 lines
437 B
JSON
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"
|
|
]
|
|
} |