Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user