Back to list
joaquimscosta

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:

  1. Check cache first - Read ~/.claude/plugins/research/index.json
  2. If cached and valid - Return cached content, note source
  3. If cache miss or expired - Invoke deep-researcher agent
  4. Report findings - Include cache status and promote suggestion

Cache Architecture

TierLocationPurposeShared
1~/.claude/plugins/research/Fast, cross-projectUser only
2docs/research/Curated, version controlledTeam

Operations

OperationTriggerAction
Research/research <topic> or natural languageCheck 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 listShow 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

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