name: aiagent-command-router description: "ai-agent-campのスラッシュコマンドをCodexでルーティングするスキル。 「/start-0-1を実行」「スラッシュコマンドを使いたい」「コマンドルーティング」「Cursorのコマンドを使いたい」等のリクエストで発動。" version: 1.0.0 author: AI Brain Partners dependencies: [] triggers:
- aiagent-command-router
- コマンドルーティング
- スラッシュコマンド
- /start-
- Cursorのコマンド
- command router
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-runner with the resolved lesson id. - If the command is a utility route, delegate to
aiagent-utility-runner with 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
Output
- The resolved handler and canonical id
- The next action taken in Codex
- A clear unmapped message when no route exists