Files
gh-kivilaid-plugin-marketpl…/.claude-plugin/plugin.json
2025-11-30 08:32:23 +08:00

16 lines
483 B
JSON

{
"name": "agent-orchestration",
"description": "Multi-agent system optimization, agent improvement workflows, and context management",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./plugins/agent-orchestration/agents/context-manager.md"
],
"commands": [
"./plugins/agent-orchestration/commands/multi-agent-optimize.md",
"./plugins/agent-orchestration/commands/improve-agent.md"
]
}