Loading...
Loading...
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.
npx skill4agent add zpankz/mcp-skillset skills-router| Database | Location | Count | Purpose |
|---|---|---|---|
| skill-db | ~/.claude/skill-db/ | 67+ | Primary skill source |
| skill-library | ~/.claude/skill-library/ | 48+ | Heavy/categorized skills |
| skills (active) | ~/.claude/skills/ | Variable | Currently loaded skills |
| Skill | Triggers | Purpose |
|---|---|---|
| think, analyze, mental-model | Cognitive enhancement |
| decompose, understand, break-down | Recursive decomposition |
| prove, atomic, formal | Atom of Thoughts |
| universal, multi-scale, complex | Universal Reasoning |
| holarchic, holons, ontology | Holarchic reasoning |
| physiology, biological, teleological | Teleological analysis |
| quantitative, calculate, physiological | Quantitative physiology |
| Skill | Triggers | Purpose |
|---|---|---|
| tui, cli, terminal-ui | Terminal UI design |
| command, agent, config | Claude Code components |
| mcp, server, protocol | MCP development |
| dspy, prompts, optimize | DSPy optimization |
| Skill | Triggers | Purpose |
|---|---|---|
| research, thorough, citations | 7-phase research |
| notebook, query, audio | NotebookLM integration |
| find skill, discover, browse | Skill discovery |
| Skill | Triggers | Purpose |
|---|---|---|
| context, lifelog, ltm, limitless, pieces | Three-CLI context extraction |
| pendant, personal memory, graph sync, extraction pipeline | Limitless CLI project development |
| Skill | Triggers | Purpose |
|---|---|---|
| persuade, thesis, synthesis | Dialectical writing |
| evaluate, lens, adversarial | Multi-lens critique |
| deontic, rights, permissions | Formal constraints |
| saq, exam, model-answer | SAQ generation |
| complex, n-superhypergraph | Meta-architecture |
| textbook, citations, syntopical | Textbook grounding |
# 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}"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/*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# 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