Setting the file. One moment. Example Router Skill · Skill Writer · getsentry/skills · Skills Docs23.10
Example Hook Backed Skill
Goal: create a skill that classifies requests into distinct downstream paths without overloading one prompt.
- examples of request categories
- known ambiguous cases
- downstream resources for each route
- historical misroutes and their fixes
Collection stopped only after route criteria and fallback behavior were explicit.
Required dimensions tracked during synthesis:
- route categories and triggers
- ambiguous or overlapping cases
- downstream ownership per route
- default/fallback path
- misroute recovery behavior
The resulting skill references included:
- route-selection table
- one reference or script per route
- ambiguous-case examples
- fallback rule for unclear input
- the route table was explicit
- every route had one clear downstream owner
- the skill knew what to do when classification was uncertain
references/example-router-skill.md