AgentSkillsCN

research

此技能能够从项目范围之外搜集相关背景信息。适用于查阅外部文档、查找现有技术方案、深入理解各类库或框架,或是收集参考资料。触发条件包括:“研究这一主题”、“查找相关文档”、“什么是现有技术”、“了解X的工作原理”。

SKILL.md
--- frontmatter
name: research
description: This skill gathers context from outside the project scope. Use for exploring external documentation, finding prior art, understanding libraries or frameworks, or gathering reference material. Triggers include "research this", "find documentation for", "what's the prior art", "look up how X works".

Research

Gather context from outside the project scope.

When to Use

  • Exploring external documentation or APIs
  • Finding prior art or existing solutions
  • Understanding libraries, frameworks, or tools
  • Gathering reference material

Process

  1. Clarify what the user wants to research if unclear
  2. Use web search, fetch docs, or read external resources
  3. Synthesize findings into a research document
  4. Save to .lore/research/

Output

Save findings to .lore/research/[topic].md

Use kebab-case for filenames. Include date if the research is time-sensitive (e.g., react-19-changes-2026-01.md).

Document Structure

Before writing: Load ${CLAUDE_PLUGIN_ROOT}/shared/frontmatter-schema.md to get frontmatter field definitions and status values for research.

markdown
---
[frontmatter per schema]
---

# Research: [Topic]

## Summary
Brief overview of what was found.

## Key Findings
- Finding 1
- Finding 2

## Sources
- [Source name](url)

## Notes
Any additional context or observations.

Context

Check .lore/brainstorm/ for related ideas that prompted this research.

Specialized Agents

If .lore/lore-agents.md exists, consult it for specialized agents that can help focus research. Domain experts can identify what's worth investigating and what to prioritize. Invoke relevant agents via Task tool and incorporate their insights.