agentsclimarketplace

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

Install
npx -y skills add the-long-ride/skills-router --skill skills-router

Assembled 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

<!-- BEGIN SKILLS ROUTER BRIDGE SKILL -->

Skills Router Bridge: OpenAI Codex CLI

Trigger: user text starting /skills-router or skills-router is a registry/routing request. Cheapest path:

  1. Prefer MCP run_slash_command with the full user text.
  2. For structured calls, use refine_routes or route_task; never paste route tables.
  3. 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.

<!-- END SKILLS ROUTER BRIDGE SKILL -->

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,367. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.