Agent skill

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".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/deep-research-joaquimscosta-arkhe-claude-plugins/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Quick Start
  2. Cache Architecture
  3. Operations
  4. JD-Aware Path Resolution
  5. Project Scoping
  6. Scripts
  7. Slug Normalization
  8. Output Format
  9. Agent Delegation
  10. Additional Resources
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going