← Back to list

deep-research
by joaquimscosta
⭐ 3🍴 0📅 Jan 24, 2026
SKILL.md
name: deep-research description: > Deep research on technical topics using EXA tools with intelligent two-tier caching. Use when user asks to research a topic, investigate best practices, look up information, find patterns, or explore architectures. Also invoked by /research command. Triggers: "research", "look up", "investigate", "deep dive", "find information about", "what are best practices for", "how do others implement".
Deep Research
Coordinate deep technical research with intelligent caching for cross-project reuse and team knowledge sharing.
Quick Start
When research is needed:
- Check cache first - Read
~/.claude/plugins/research/index.json - If cached and valid - Return cached content, note source
- If cache miss or expired - Invoke
deep-researcheragent - Report findings - Include cache status and promote suggestion
Cache Architecture
| Tier | Location | Purpose | Shared |
|---|---|---|---|
| 1 | ~/.claude/plugins/research/ | Fast, cross-project | User only |
| 2 | docs/research/ | Curated, version controlled | Team |
Operations
| Operation | Trigger | Action |
|---|---|---|
| Research | /research <topic> or natural language | Check cache → research if needed → cache results |
| Promote | /research promote <slug> | Cache → project docs with section markers |
| Refresh | /research refresh <slug> | Force re-research, preserve team notes |
| List | /research list | Show inventory of cached + promoted |
Slug Normalization
Convert topics to cache keys:
- "Domain-Driven Design" →
domain-driven-design - "DDD" →
domain-driven-design(via alias) - "React Hooks" →
react-hooks
Output Format
After research, report:
## Research: {Topic}
**Cache:** {Hit | Miss | Expired}
**Source:** {Cached | Fresh research}
**Path:** ~/.claude/plugins/research/entries/{slug}/
[Brief summary of findings]
💡 Run `/research promote {slug}` to add to project docs.
Agent Delegation
For actual research execution, delegate to deep-researcher agent:
- Has MCP tool access (EXA web search, code context)
- Handles cache read/write operations
- Structures research output consistently
Additional Resources
- WORKFLOW.md - Detailed process flows
- EXAMPLES.md - Usage examples
- TROUBLESHOOTING.md - Common issues and solutions
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon