skills-router

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

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-db~/.claude/skill-db/67+主要技能来源
skill-library~/.claude/skill-library/48+复杂/分类化技能库
skills (active)~/.claude/skills/可变当前已加载的技能

Skill Categories

技能分类

Reasoning Skills (skill-db)

推理类技能(skill-db)

SkillTriggersPurpose
think
think, analyze, mental-modelCognitive enhancement
reason
decompose, understand, break-downRecursive decomposition
AoT
prove, atomic, formalAtom of Thoughts
urf
universal, multi-scale, complexUniversal Reasoning
ontolog
holarchic, holons, ontologyHolarchic reasoning
telos
physiology, biological, teleologicalTeleological analysis
qp
quantitative, calculate, physiologicalQuantitative physiology
技能触发词用途
think
think, analyze, mental-model认知能力增强
reason
decompose, understand, break-down递归分解
AoT
prove, atomic, formal思维原子(Atom of Thoughts)
urf
universal, multi-scale, complex通用推理
ontolog
holarchic, holons, ontology层级推理
telos
physiology, biological, teleological目的论分析
qp
quantitative, calculate, physiological定量生理学

Development Skills (skill-db)

开发类技能(skill-db)

SkillTriggersPurpose
terminal
tui, cli, terminal-uiTerminal UI design
component
command, agent, configClaude Code components
mcp-builder
mcp, server, protocolMCP development
dspy
dspy, prompts, optimizeDSPy optimization
技能触发词用途
terminal
tui, cli, terminal-ui终端UI设计
component
command, agent, configClaude Code组件
mcp-builder
mcp, server, protocolMCP开发
dspy
dspy, prompts, optimizeDSPy优化

Research Skills (skill-db)

研究类技能(skill-db)

SkillTriggersPurpose
deep-research
research, thorough, citations7-phase research
notebooklm
notebook, query, audioNotebookLM integration
skill-discovery
find skill, discover, browseSkill discovery
技能触发词用途
deep-research
research, thorough, citations7阶段深度研究
notebooklm
notebook, query, audioNotebookLM集成
skill-discovery
find skill, discover, browse技能发现

Context Skills (skill-db)

上下文类技能(skill-db)

SkillTriggersPurpose
context-orchestrator
context, lifelog, ltm, limitless, piecesThree-CLI context extraction
limitless-cli
pendant, personal memory, graph sync, extraction pipelineLimitless CLI project development
技能触发词用途
context-orchestrator
context, lifelog, ltm, limitless, pieces三CLI上下文提取
limitless-cli
pendant, personal memory, graph sync, extraction pipelineLimitless CLI项目开发

Heavy Skills (skill-library)

复杂技能类(skill-library)

SkillTriggersPurpose
dialectical
persuade, thesis, synthesisDialectical writing
critique
evaluate, lens, adversarialMulti-lens critique
constraints
deontic, rights, permissionsFormal constraints
saq
saq, exam, model-answerSAQ generation
mega
complex, n-superhypergraphMeta-architecture
textbook-grounding
textbook, citations, syntopicalTextbook grounding
技能触发词用途
dialectical
persuade, thesis, synthesis辩证写作
critique
evaluate, lens, adversarial多视角批判
constraints
deontic, rights, permissions形式化约束
saq
saq, exam, model-answerSAQ生成
mega
complex, n-superhypergraph元架构
textbook-grounding
textbook, citations, syntopical教材锚定

Routing Logic

路由逻辑

bash
undefined
bash
undefined

Semantic skill search

Semantic skill search

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

Skill discovery metasystem

Skill discovery metasystem

(Invokes skill-discovery skill)

(Invokes skill-discovery skill)

mcp-skillset (when available)

mcp-skillset (when available)

mcp-skillset search "{query}"
undefined
mcp-skillset search "{query}"
undefined

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 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

技能加载协议

yaml
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
yaml
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
  • skill-discovery: 语义技能搜索
  • skill-rag-router: 基于GraphRAG的路由
  • mcp-skillset: MCP技能发现
  • ck: 技能内容的语义代码搜索

Quick Reference

快速参考

yaml
undefined
yaml
undefined

Find skill semantically

Find skill semantically

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

Load skill progressively

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
  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 invocation

/skill_name or invoke via Skill tool
undefined
/skill_name or invoke via Skill tool
undefined