Agent skill · AI & Agents

dev-router

Developer agent skill router - routes to 31 dev skills by category and signal keywords, manages 5 sub-agents.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill dev-router --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/agent/dev-router/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Task Type → Skill Combination Mapping
  2. 1. New Game Feature (e.g., Player Movement)
  3. 2. Multiplayer Feature (e.g., Room Creation)
  4. 3. Client-Side Prediction (e.g., Movement Prediction)
  5. 4. Asset Loading (e.g., Character Models)
  6. 5. Performance Optimization (e.g., FPS Drop)
  7. 6. UI/HUD Implementation
  8. 7. Shooting Mechanics
  9. 8. Territory/Coverage System
  10. 9. Mobile Touch Controls
  11. 10. Bug Fix (any category)
  12. Skill Load Order
  13. Combining with Sub-Agents
  14. Anti-Patterns to Avoid
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going