nl-router
Route natural language requests to appropriate skills and workflows. Use when relevant to the task.
npx skills add majiayu000/claude-skill-registry --skill nl-router-jmagly-ai-writing-guide-2 --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.
# nl-router Route natural language requests to appropriate skills and workflows. ## Triggers This skill is the meta-router - it processes natural language and routes to other skills. It should be consulted when no explicit skill trigger is matched. ## Purpose This skill interprets natural language requests and routes them to the appropriate skills or workflows by: - Parsing user intent from natural language - Matching to available skills and commands - Handling ambiguous requests with clarification - Suggesting relevant actions - Learning from routing patterns ## Behavior When triggered, this skill: 1. **Parses user intent**: - Extract action verbs - Identify objects/targets - Detect qualifiers and constraints - Recognize context from conversation 2. **Matches to skills**: - Search skill trigger patterns - Score match confidence - Consider context relevance 3. **Routes request**: - High confidence: Route directly - Medium confidence: Confirm with user - Low confidence: Offer options - No match: Suggest alternatives 4. **Handles follow-ups**: - Track routing context - Enable corrections - Learn from feedback ## Routing Patterns ### SDLC Workflows ```yaml sdlc_patterns: phase_transit
- Triggers
- Purpose
- Behavior
- Routing Patterns
- SDLC Workflows
- Artifact Operations
- Marketing Workflows
- Research & Investigation
- Planning & Strategy
- Clarification & Recovery
- Utility Operations
- Intent Classification
- Action Verbs
- Object Mappings
What does the nl-router skill do?
Route natural language requests to appropriate skills and workflows. Use when relevant to the task.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill nl-router-jmagly-ai-writing-guide-2 --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.
