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".
Scanned 2/12/2026
Install via CLI
openskills install rjroy/vibe-garden---
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. Use the `date:` frontmatter field for time-sensitive research.
### 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.
No comments yet. Be the first to comment!