AgentSkillsCN

research-router

元认知架构优化技能。当用户提出“重构架构”、“优化 Claude 代码”、“评估组件”,或“进行架构审计”时,可优先选用此技能。此外,系统还会每 24 小时自动触发一次。

SKILL.md
--- frontmatter
name: research-router
description: Routes research and investigation tasks. Triggers on research, investigate, deep-dive, explore, understand, learn, study, compare, thorough, comprehensive.

Research Router

Routes research, learning, and investigation tasks to specialized skills.

Subcategories

Deep Research

yaml
triggers: [comprehensive, thorough, multi-source, citations, verify, deep-dive]
skills:
  - deep-research: 7-phase research protocol with Graph of Thoughts
  - mcp-skillset-workflows: Multi-skill orchestration patterns

Reasoning / Thinking

yaml
triggers: [think, reason, analyze-deeply, complex-problem, multi-step]
skills:
  - think: Cognitive enhancement toolkit
  - reason: Recursive decomposition
  - AoT: Atom of Thoughts (formal)
  - urf: Universal Reasoning Framework

Learning

yaml
triggers: [learn, understand, explain, study, compare, evaluate]
skills:
  - sc:explain: Clear explanations
  - deepstudy: Deep study workflows
  - notebooklm: Query NotebookLM

Routing Decision Tree

code
research request
    │
    ├── "deep research" explicit?
    │   └── deep-research
    │
    ├── Reasoning/thinking focus?
    │   ├── Lightweight? → think
    │   ├── Formal proof? → AoT
    │   └── Multi-scale? → urf
    │
    ├── Learning focus?
    │   ├── Explanation? → sc:explain
    │   └── Study → deepstudy
    │
    └── General investigation?
        └── deep-research

Progressive Loading

  1. Light Analysis: Load think or reason first
  2. Deep Dive: If complexity increases, add deep-research
  3. Formal Verification: If proof needed, add AoT or urf

Managed Skills

SkillPurposeTrigger
deep-research7-phase research"deep research", "thorough"
thinkNon-linear reasoning"think", "analyze"
reasonRecursive decomposition"reason", "understand"
AoTAtom of Thoughts"prove", "verify", "formal"
urfUniversal framework"multi-scale", "complex"
sc:explainExplanations"explain", "describe"