Agent skill · Workflow & Productivity

nl-router

Route natural language requests to appropriate skills and workflows. Use when relevant to the task.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/agent/nl-router-jmagly-ai-writing-guide-2/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

# 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

What's inside
Steps it walks through
  1. Triggers
  2. Purpose
  3. Behavior
  4. Routing Patterns
  5. SDLC Workflows
  6. Artifact Operations
  7. Marketing Workflows
  8. Research & Investigation
  9. Planning & Strategy
  10. Clarification & Recovery
  11. Utility Operations
  12. Intent Classification
  13. Action Verbs
  14. Object Mappings
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going