Agent skill

depth-search

Deep multi-source research combining academic MCPs (arxiv, semantic-scholar, paper-search, deepwiki), Exa semantic search, and local ~/.topos knowledge base. Use for comprehensive research requiring multiple sources. NEVER fall back to web_search - ask user for help instead.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill depth-search --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
Version: 1.0.0
Path: skills/analysis/depth-search/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

# Depth Search Comprehensive multi-source research skill. Searches across academic databases, semantic web search, and local knowledge before asking the user for help. ## Search Order Execute searches in this order, using parallel subagents where possible: ### 1. Local Knowledge Base (~/.topos) Search `~/.topos` directory first for existing research, notes, and cached data: - Use `glob` and `Grep` to find relevant files - Check `.md`, `.org`, `.jl`, `.py`, `.json` files - Look in subdirectories: `skills/`, `archived/`, `Gay.jl/`, etc. ### 2. Academic MCPs (parallel) Launch parallel subagents to search all 4 academic sources: | MCP | Tools | Best For | |-----|-------|----------| | **arxiv** | `search_papers`, `get_paper`, `download_paper` | Preprints, CS/physics/math papers | | **semantic-scholar** | `paper_relevance_search`, `paper_details`, `paper_citations` | Citation analysis, author profiles | | **paper-search** | `search_arxiv`, `search_pubmed`, `search_biorxiv`, etc. | Multi-source aggregation | | **deepwiki** | `read_wiki_structure`, `read_wiki_contents`, `ask_question` | GitHub repo documentation | ### 3. Exa Semantic Search Use Exa MCP for high-quality web search: - `web_s

What's inside
Steps it walks through
  1. Search Order
  2. 1. Local Knowledge Base (~/.topos)
  3. 2. Academic MCPs (parallel)
  4. 3. Exa Semantic Search
  5. 4. Ask User for Help
  6. Critical Rules
  7. Example Workflow
  8. Parallel Subagent Template
  9. What NOT To Do
  10. What TO Do
  11. Scientific Skill Interleaving
  12. Graph Theory
  13. Bibliography References
  14. Cat# Integration
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the depth-search skill do?

Deep multi-source research combining academic MCPs (arxiv, semantic-scholar, paper-search, deepwiki), Exa semantic search, and local ~/.topos knowledge base. Use for comprehensive research requiring multiple sources. NEVER fall back to web_search - ask user for help instead.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill depth-search --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