skills-router

Routes tasks to skills in skill-db and skill-library using semantic discovery. Triggers on specialized skill requirements, domain-specific tasks, or explicit skill requests. Uses skill-discovery, mcp-skillset, and skill-rag-router for semantic matching.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skills-router" with this command: npx skills add zpankz/mcp-skillset/zpankz-mcp-skillset-skills-router

Skills Router

Routes tasks to appropriate skills using semantic discovery across skill databases.

Skill Databases

DatabaseLocationCountPurpose
skill-db~/.claude/skill-db/67+Primary skill source
skill-library~/.claude/skill-library/48+Heavy/categorized skills
skills (active)~/.claude/skills/VariableCurrently loaded skills

Skill Categories

Reasoning Skills (skill-db)

SkillTriggersPurpose
thinkthink, analyze, mental-modelCognitive enhancement
reasondecompose, understand, break-downRecursive decomposition
AoTprove, atomic, formalAtom of Thoughts
urfuniversal, multi-scale, complexUniversal Reasoning
ontologholarchic, holons, ontologyHolarchic reasoning
telosphysiology, biological, teleologicalTeleological analysis
qpquantitative, calculate, physiologicalQuantitative physiology

Development Skills (skill-db)

SkillTriggersPurpose
terminaltui, cli, terminal-uiTerminal UI design
componentcommand, agent, configClaude Code components
mcp-buildermcp, server, protocolMCP development
dspydspy, prompts, optimizeDSPy optimization

Research Skills (skill-db)

SkillTriggersPurpose
deep-researchresearch, thorough, citations7-phase research
notebooklmnotebook, query, audioNotebookLM integration
skill-discoveryfind skill, discover, browseSkill discovery

Context Skills (skill-db)

SkillTriggersPurpose
context-orchestratorcontext, lifelog, ltm, limitless, piecesThree-CLI context extraction
limitless-clipendant, personal memory, graph sync, extraction pipelineLimitless CLI project development

Heavy Skills (skill-library)

SkillTriggersPurpose
dialecticalpersuade, thesis, synthesisDialectical writing
critiqueevaluate, lens, adversarialMulti-lens critique
constraintsdeontic, rights, permissionsFormal constraints
saqsaq, exam, model-answerSAQ generation
megacomplex, n-superhypergraphMeta-architecture
textbook-groundingtextbook, citations, syntopicalTextbook grounding

Routing Logic

# Semantic skill search
ck --sem "{query}" ~/.claude/skill-db/ --top-k 5

# Skill discovery metasystem
# (Invokes skill-discovery skill)

# mcp-skillset (when available)
mcp-skillset search "{query}"

Decision Tree

Skill Task Detected
    │
    ├── Reasoning/Thinking?
    │   ├── Cognitive? → think
    │   ├── Formal proof? → AoT
    │   ├── Decomposition? → reason
    │   └── Complex system? → urf | mega
    │
    ├── Development?
    │   ├── Terminal UI? → terminal
    │   ├── MCP server? → mcp-builder
    │   └── Claude component? → component
    │
    ├── Research?
    │   ├── Deep dive? → deep-research
    │   ├── Skill finding? → skill-discovery
    │   └── NotebookLM? → notebooklm
    │
    ├── Context Extraction?
    │   ├── Personal/lifelog? → context-orchestrator → limitless
    │   ├── Documentation? → context-orchestrator → research
    │   ├── Local code/LTM? → context-orchestrator → pieces
    │   └── Limitless CLI development? → limitless-cli
    │
    ├── Writing?
    │   ├── Persuasive? → dialectical
    │   ├── SAQ/Exam? → saq | textbook-grounding
    │   └── Critique? → critique
    │
    ├── Data/Graph?
    │   ├── Knowledge graph? → hkgb | ontolog
    │   ├── Batch processing? → process | obsidian-batch
    │   └── Graph reasoning? → mega | graph
    │
    └── Domain-specific?
        ├── Physiology? → telos | qp
        ├── Scientific? → rct-appraisal
        └── Code quality? → code-skills/*

Skill Loading Protocol

progressive_loading:
  level_0: Read SKILL.md frontmatter only
  level_1: Read full SKILL.md
  level_2: Load references/*.md
  level_3: Load scripts/ and full capability

load_triggers:
  - Explicit skill invocation
  - Semantic match > 0.7
  - Domain keyword match
  - User request

Integration

  • skill-discovery: Semantic skill search
  • skill-rag-router: GraphRAG-based routing
  • mcp-skillset: MCP skill discovery
  • ck: Semantic code search for skill content

Quick Reference

# Find skill semantically
ck --sem "formal reasoning proof" ~/.claude/skill-db/

# Load skill progressively
1. Check skill-db/{skill}/SKILL.md
2. If not found, check skill-library/{skill}/SKILL.md
3. Load frontmatter, then full skill on demand

# Skill invocation
/skill_name or invoke via Skill tool

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

software-architecture

No summary provided by upstream source.

Repository SourceNeeds Review
General

cursor-skills

No summary provided by upstream source.

Repository SourceNeeds Review
General

api design

No summary provided by upstream source.

Repository SourceNeeds Review
General

terminal-ui-design

No summary provided by upstream source.

Repository SourceNeeds Review