context-routerlisted
Install: claude install-skill Sandeeprdy1729/claude-design-skill
# Smart Context Router
A meta-skill that manages every other skill and MCP tool in your registry.
Instead of enabling 20 skills and flooding Claude's context with irrelevant instructions,
you enable **only this one**. It reads your query, loads the minimal set of skills and
tools required, does the work, then unloads them — keeping reasoning quality high and
context noise low.
> The official Claude documentation explicitly warns that "too many tools degrade
> reasoning quality" and recommends giving the model "only what it needs."
> This skill automates that advice.
---
## SLASH COMMANDS
| Command | Action |
| --- | --- |
| `/route <query>` | Analyse query and load the optimal skill + tool set, then execute |
| `/skills` | List all registered skills with their status (loaded / unloaded / conflict) |
| `/tools` | List all registered MCP tools with their status |
| `/load <skill-name>` | Manually force-load a specific skill |
| `/unload <skill-name>` | Manually unload a skill and free its context budget |
| `/conflicts` | Show the current conflict map — which skills cannot be co-loaded |
| `/registry` | Print the full skill registry (names, triggers, weights, conflicts) |
| `/budget` | Show current context budget usage: tokens used / remaining / by skill |
| `/reset` | Unload all skills, reset to router-only state |
| `/audit` | Explain why each currently-loaded skill was selected for the active query |
| `/history` | Show all skills loaded this session, what triggered the