Dispatcher Skill

The routing skill consumed by SkillBasedDispatcher: its body is the dispatch prompt that selects which other skill should handle a query. This is infrastructure (a meta-skill), not a task skill. It is excluded from its own routing catalog and should never be selected to perform user work; it only decides routing. Ships in-tree so the recommended default dispatcher composition in ADR 0006 (KeywordDispatcher then SkillBasedDispatcher then LLMDispatcher) is runnable as written.

rmednitzer Updated

File contents

rmednitzer/agents/tree/main/skills/dispatcher-skill commit eb44e19a88

Frequently asked questions

npx skillmds@latest add rmednitzer/dispatcher-skill