aiagent-command-router

Route ai-agent-camp slash commands to Codex lesson or utility workflows.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill aiagent-command-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiagent-command-router
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/skills/aiagent-command-router
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill aiagent-command-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routing ai-agent-camp slash commands within Codex to the correct workflow, enabling seamless command execution and reducing manual routing effort.

Core Features & Use Cases

  • Resolve commands via data/codex-command-manifest.json and delegate to aiagent-lesson-runner or aiagent-utility-runner as appropriate.
  • If the command is not mapped, return a clear unmapped message and point to the closest source path.
  • Supports easy extension as new commands are added to the manifest.

Quick Start

Run the router on a slash-style input to route to the correct lesson or utility workflow in Codex.

Frequently Asked Questions about aiagent-command-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route slash commands in Codex for AI-assisted coding?

You route slash commands in Codex by matching the input against data/codex-command-manifest.json and delegating execution to the appropriate lesson or utility runner workflow.

What happens when an unmapped slash command is entered in Codex?

When an unmapped slash command is entered, the router returns a clear unmapped message and points to the closest source path to help resolve the input.

How do I add new slash commands to the Codex routing manifest?

You add new slash commands by extending the data/codex-command-manifest.json file, which allows the router to resolve and map the new entries to specific lesson or utility workflows.

Does the Codex command router require the lesson and utility runners to execute workflows?

Yes, the Codex command router relies on the aiagent-lesson-runner and aiagent-utility-runner interfaces to perform the actual workflow execution after the routing path is resolved.

Why use a command router for ai-agent-camp slash commands instead of manual execution?

Using a command router for ai-agent-camp slash commands enables seamless execution within Codex and significantly reduces the manual effort required to map inputs to the correct workflow.