skill-router
SolidRepo-aware recommendation manager for ctx. Scans the active repository, identifies stack and workflow signals, recommends a capped set of skills, agents, and MCP servers, and unloads helpers that no longer match the current work after user confirmation. Harnesses are recommended by the custom-model onboarding flow and then attach to the same recommendation layer.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- stevesolun
- Repository
- stevesolun/ctx
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
skill-router
Route non-trivial Codex tasks to the right local execution lane and capability set. Use when Codex needs to decide between direct execution, a local skill, an enabled plugin, or an MCP/tool surface; when the user asks which skill or workflow to use; when you want to inspect the local Codex inventory; or when a task needs a compact lane + capability + verification recommendation before work begins.
skill-router
Runtime skill router that matches tasks to installed skills. Analyzes incoming requests, picks the best matching skill, and routes automatically. Unique match → auto-invoke; multiple matches → user picks; no match → optionally search and install. Acts as an intelligent dispatcher so users never need to remember which skill to call. Use when the user wants to route a task through smart skill matching, or as the default entry point for all skill-capable tasks.
skill-router
Meta-skill that maps tasks to the right skill. Consult at the start of any non-trivial task to pick the right workflow skill, and before specific actions (installing deps, committing, opening PRs, reviewing) to pick the right action skill. Loaded automatically at session start by the skill-router plugin.