route

Featured

Pick the one AgentOps skill that owns a request, or answer that none does. Triggers: "which skill covers this", "route this", "is there a skill for X", "what should I use here", or any request whose owning skill is not obvious.

API & Backend 434 stars 40 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 97/100

Stars 20%
88
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /route Return the one skill that owns a request, the reason, and a confidence. Or return `none` — that is a real answer, not a failure. This skill routes and stops. It never performs the routed work. **Insight:** a flat list of skill names in context is a catalog, not a router. The agent still has to guess, and it guesses from its own narrative of what it is doing — which is wrong exactly when the routing matters. Routing on the **object** being touched is more robust than routing on the **activity**, because the object survives a mistaken self-narrative and the activity does not. **The failure mode this exists to prevent:** hand-rolling a discipline from first principles while the skill that owns it sits unused in the same repo. It happens because the request did not use the skill's vocabulary, so nothing matched, so the agent proceeded — producing a worse version of something already built and tested. ## Modes | Trigger phrases | Mode | Entry point | |---|---|---| | "which skill covers this", "route this" | route one request | the procedure below | | "is there a skill for X" | existence check | the catalog query below | | "why did that route there" | explain a routing | restate the matched layer and the runner-up | ## Inputs Required: the request to route, in the caller's own words. Do not paraphrase it into skill vocabulary first — the paraphrase is where the routing error enters. Optional: the object being touched (path, artifact, external system). **Non-goals....

Details

Author
boshu2
Repository
boshu2/agentops
Created
10 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

ops-and-scale-os

The router for Ops & Scale OS. Use when the user says "ops and scale", "GTM engineering", "AI ops", "build the GTM system", "our data is a mess", or is not sure which skill they need. Reads the situation, names the constraint, and routes to exactly one skill. Also use to orient somebody new to the repo. Front door only. It routes and does not do the work: the audit itself is `gtm-systems-audit`, and scoping one agent is `agent-scoping`.

1 Updated 6 days ago
guerrilla2799
AI & Automation Listed

which-skill

Recommends which skill, or which ordered chain of skills, to run for the task at hand — across every installed pack. Use it whenever the request is about choosing the tool rather than doing the work — "which skill", "what should I use", "what's the right workflow", "where do I start", "how do I approach this". Use it too when someone pastes a review report, a bug, a plan or a backlog and asks how to proceed, because what they want is an order of operations, not the execution. Prefer this skill over answering from memory — a developer with several packs installed has many skills that do almost the same job, and arbitrating between them is worth far more than listing them.

0 Updated 3 weeks ago
whichskill
AI & Automation Listed

autoplan

Route any request to the right skill, command, or agent chain with defaults, so nobody hand-picks from the full catalog. Use when you say `/autoplan`, `do it`, `handle it`, `figure this out`, or when a concrete request names no skill. Do NOT use when the user names a specific skill or lifecycle command; invoke that directly.

45 Updated today
rjmurillo