dev-router
Developer agent skill router - routes to 31 dev skills by category and signal keywords, manages 5 sub-agents.
npx skills add majiayu000/claude-skill-registry --skill dev-router --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Developer Skill Router > "Right skill, right sub-agent, right time." # Common Skill Combinations Typical task types and the skill combinations that work well for them. ## Task Type → Skill Combination Mapping ### 1. New Game Feature (e.g., Player Movement) **Skills:** - dev-research-gdd-reading (MANDATORY) - dev-research-codebase-exploration (MANDATORY) - dev-r3f-r3f-fundamentals **Why:** Research ensures patterns are followed. --- ### 2. Multiplayer Feature (e.g., Room Creation) **Skills:** - dev-research-gdd-reading (MANDATORY) - dev-research-codebase-exploration (MANDATORY) - dev-multiplayer-server-authoritative - dev-multiplayer-colyseus-server - dev-multiplayer-colyseus-state - dev-multiplayer-colyseus-client **Why:** Full server-authoritative stack from architecture to client. Validation ensures server builds correctly. --- ### 3. Client-Side Prediction (e.g., Movement Prediction) **Skills:** - dev-research-gdd-reading (MANDATORY) - dev-research-codebase-exploration (MANDATORY ) - dev-multiplayer-server-authoritative - dev-multiplayer-prediction-basics - dev-multiplayer-prediction-movement - dev-typescript-advanced **Why:** Prediction builds on server-authoritative foundati
- Task Type → Skill Combination Mapping
- 1. New Game Feature (e.g., Player Movement)
- 2. Multiplayer Feature (e.g., Room Creation)
- 3. Client-Side Prediction (e.g., Movement Prediction)
- 4. Asset Loading (e.g., Character Models)
- 5. Performance Optimization (e.g., FPS Drop)
- 6. UI/HUD Implementation
- 7. Shooting Mechanics
- 8. Territory/Coverage System
- 9. Mobile Touch Controls
- 10. Bug Fix (any category)
- Skill Load Order
- Combining with Sub-Agents
- Anti-Patterns to Avoid
What does the dev-router skill do?
Developer agent skill router - routes to 31 dev skills by category and signal keywords, manages 5 sub-agents.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill dev-router --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
