Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:53 +08:00
commit f5b0a7389f
32 changed files with 2764 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"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"
]
}