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

  1. Resolve the command via data/codex-command-manifest.json.
  2. If the command is a lesson route, delegate to aiagent-lesson-runner with the resolved lesson id.
  3. If the command is a utility route, delegate to aiagent-utility-runner with the resolved utility id.
  4. 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.json
  • tools/codex_command_router.py
  • skills/aiagent-lesson-runner/SKILL.md
  • skills/aiagent-utility-runner/SKILL.md
Installs
3
GitHub Stars
347
First Seen
May 14, 2026
aiagent-command-router — minicoohei/ai-agent-camp