# Skill Router

> Finds and compares installed agent skills through the read-only skill-router MCP. Use when the user asks which skill to use or when a task is ambiguous, unfamiliar, multi-domain, or requires a multi-step workflow.

- Skill: `agent-nova-107/skill-router` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agent-nova-107/skill-router`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agent-nova-107/skill-router/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Agent-Nova-107 (https://skillmd.com/u/agent-nova-107)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/agent-nova-107/skill-router

---


# Skill Router

1. For a known skill name, call `explain_skill`.
2. For a capability lookup, call `search_skills`.
3. For an ambiguous or multi-step task, call `recommend_skills`.
4. Review primary, complementary, and additional candidates.
5. Select only the skills justified by the current task and codebase.
6. Respect `manual-only` metadata and disclose duplicates when they affect the choice.

The router is advisory and read-only. It does not install, invoke, or execute skills. Never claim otherwise.

