microsoft/knowledge-source-router
>- Determines which region-specific knowledge source(s) to search based on the user's location. You MUST invoke this skill BEFORE calling the KnowledgeSearch tool, and pass the chosen source(s) as its `sources` parameter.
npx skills add https://github.com/microsoft/cat-agent-skills --skill knowledge-source-router
Pick the correct region-specific knowledge source(s) for a query based on the
user's location, so answers are grounded in content that is accurate for
where the user is. Always do this BEFORE calling the KnowledgeSearch tool, and
pass the chosen source(s) as the sources parameter of that call — on every
knowledge-grounded question. Policies, benefits, pricing, legal/compliance,
support hours, and product availability frequently differ by country or region,
so read from the source that matches the user's location before answering.
| Source | Use when the user is located in... |
| --- | --- |
| Global | Any location, for content that is the same everywhere (fallback / default). |
| Americas | United States, Canada, Mexico, Central & South America. |
| EMEA | Europe, the Middle East, and Africa. |
| APAC | Asia, Australia, and the Pacific. |
Take microsoft/knowledge-source-router from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.