deep-research
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. "what are best practices for", "how do others implement".
npx skills add majiayu000/claude-skill-registry --skill deep-research-joaquimscosta-arkhe-claude-plugins --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Deep Research Coordinate deep technical research with intelligent caching for cross-project reuse and team knowledge sharing. ## Quick Start When research is needed: 1. **Scripts path** - `${CLAUDE_SKILL_DIR}/scripts/` 2. **Single fetch call** - Run `python3 ${CLAUDE_SKILL_DIR}/scripts/cache_manager.py fetch "{topic}"` (combines check+get) 3. **If `exists=true`** - Present the `content` field directly (no agent needed). Suggest promote if valid, refresh if expired. 4. **If `exists=false`** - Invoke `deep-researcher` agent for EXA research, which caches via `cache_manager.py put` 5. **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/` or JD-resolved path | Curated, version controlled | Team | ## Operations | Operation | Trigger | Fast Path? | Action | |-----------|---------|------------|--------| | Research | `/research <topic>` or natural language | Yes (cache hit) | Check cache → return if valid, else research → cache | | Promote | `/research promote <slug>` | Yes | Run `pro
- Quick Start
- Cache Architecture
- Operations
- JD-Aware Path Resolution
- Project Scoping
- Scripts
- Slug Normalization
- Output Format
- Agent Delegation
- Additional Resources
What does the deep-research skill do?
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. "what are best practices for", "how do others implement".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill deep-research-joaquimscosta-arkhe-claude-plugins --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
