---
name: Research
slug: research-10
category: Writing
description: Research helps gather evidence from primary sources when documentation, standards, or library behavior needs verification. Use it to compare options, note version context, and recommend an implementation path.
github: "https://github.com/Joonghyun-Lee-Frieren/oh-my-antigravity/tree/main/skills/research"
language: JavaScript
stars: 210
forks: 27
install: "npx degit https://github.com/Joonghyun-Lee-Frieren/oh-my-antigravity/tree/main/skills/research ~/.claude/skills/research"
installs_to: ~/.claude/skills/research
source_path: skills/research/SKILL.md
collection_size: 11
category_size: 1144
collection_url: "https://dirskills.com/collections/Joonghyun-Lee-Frieren/oh-my-antigravity"
added: 2026-09-04T05:26:22.561Z
last_synced: 2026-09-04T05:26:22.561Z
canonical_url: "https://dirskills.com/skills/research-10"
---

# Research

Research helps gather evidence from primary sources when documentation, standards, or library behavior needs verification. Use it to compare options, note version context, and recommend an implementation path.

**Install:**

```bash
npx degit https://github.com/Joonghyun-Lee-Frieren/oh-my-antigravity/tree/main/skills/research ~/.claude/skills/research
```

## README

## Purpose

Use this skill when external documentation, standards, or library comparisons are needed.

## Trigger

- User asks for latest API behavior or version-sensitive guidance
- Tradeoff decisions require evidence from primary sources

## Workflow

1. Split the question into focused research sub-questions.
2. Prefer official docs/specs and primary maintainers.
3. Record version/date context and confidence.
4. Compare options with explicit criteria.
5. Produce implementation recommendations for this repository.

## Output Template

```markdown
## Key Findings
- ...

## Source-Based Comparison
- Option A: ...
- Option B: ...

## Recommendation
- ...

## Risks / Unknowns
- ...
```

## Notes

- Keep quotes short and provide links.
- Escalate to planning (`$plan`) if research changes scope.
