15 lines
489 B
JSON
15 lines
489 B
JSON
{
|
|
"name": "agent-orchestrator",
|
|
"description": "Core Agent Orchestrator Framework (AOF) plugin. Provides Python ao-* commands and slash commands for orchestrating specialized Claude Code agent sessions. Use this for low-level agent management, session control, and custom agent definitions. Requires Python and uv.",
|
|
"version": "2.0.0",
|
|
"author": {
|
|
"name": "rawe",
|
|
"email": "noreply@example.com"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |