Skills router
Skill the-long-ride/skills-router/.codex/skills/skills-router
Use when the user asks Skills Router to manage AI-agent skills, plugins, routes, or messages starting /skills-router or skills-router.From its SKILL.md
npx -y skills add the-long-ride/skills-router --skill skills-routerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 335 tokens by cl100k_base, as published. Nobody here has run it
Skills Router Bridge: OpenAI Codex CLI
Trigger: user text starting /skills-router or skills-router is a
registry/routing request.
Cheapest path:
- Prefer MCP
run_slash_commandwith the full user text. - For structured calls, use
refine_routesorroute_task; never paste route tables. - Fallback:
skills-router chat "<request>" --target codex --agent-id local-agent --json.
Examples: /skills-router install <pkg> for me, skills-router install <pkg> for all agents, /skills-router refine, skills-router route <task>.
Scope: default workspace:local-agent; global or all agents uses
global routes. Blank/named refine discovers while comparing visible scopes.
Safety: uninstall removes only Skills Router metadata. Keep
needs_selection inactive until the human confirms. Use --yes or
auto_approve only when the user explicitly accepts risk.
Reply: prefer human_summary; otherwise status + next action.
Do not paste raw JSON unless asked.
Setup: AGENTS.md. MCP: Prefer a local stdio MCP server: command "skills-router", args ["mcp"].
CLI: If MCP is unavailable, run skills-router chat "<slash request>" --target codex --json.
Notes: Keep the bridge prompt in AGENTS.md or the project instructions Codex reads.; Prefer JSON output and summarize only the human-facing result.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.