ai-agent-campのスラッシュコマンドをCodexでルーティングするスキル。 「/start-0-1を実行」「スラッシュコマンドを使いたい」「コマンドルーティング」「Cursorのコマンドを使いたい」等のリクエストで発動。
Scanned 5/27/2026
Install via CLI
openskills install minicoohei/ai-agent-camp---
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
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`
## Output
- The resolved handler and canonical id
- The next action taken in Codex
- A clear unmapped message when no route exists
No comments yet. Be the first to comment!