Loading...
Loading...
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".
npx skill4agent add joaquimscosta/arkhe-claude-plugins deep-researchplugins/core/skills/deep-research/scripts/**/deep-research/scripts/cache_manager.pypython3 {scripts_dir}/cache_manager.py check "{topic}"cache_manager.py get "{slug}"deep-researchercache_manager.py put| Tier | Location | Purpose | Shared |
|---|---|---|---|
| 1 | | Fast, cross-project | User only |
| 2 | | Curated, version controlled | Team |
| Operation | Trigger | Fast Path? | Action |
|---|---|---|---|
| Research | | Yes (cache hit) | Check cache → return if valid, else research → cache |
| Promote | | Yes | Run |
| Refresh | | No | Spawn agent → fresh research → cache → update promoted |
| List | | Yes | Run |
list--allgit rev-parse --show-toplevel--allscripts/| Script | Purpose |
|---|---|
| Shared utilities (imported by all scripts) |
| Cache CRUD: get, put, check, list, delete |
| Tier 1 → Tier 2 promotion with team notes |
| README index generation for both tiers |
domain-driven-designdomain-driven-designreact-hooks## 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.deep-researchercache_manager.py put