aiagent-command-router
Installation
SKILL.md
AI Agent Command Router
Use this skill when a user types an existing ai-agent-camp command string in Codex.
Workflow
- Resolve the command via
data/codex-command-manifest.json. - If the command is a lesson route, delegate to
aiagent-lesson-runnerwith the resolved lesson id. - If the command is a utility route, delegate to
aiagent-utility-runnerwith the resolved utility id. - If the command is not mapped, say it is not yet supported in Codex and show the closest source file path.
Required References
data/codex-command-manifest.jsontools/codex_command_router.pyskills/aiagent-lesson-runner/SKILL.mdskills/aiagent-utility-runner/SKILL.md