Agent skill · Code Review & Quality

deep-research

Execute autonomous multi-step deep research on any topic. Use when the user asks for comprehensive research, literature reviews, competitive analysis, topic deep-dives, or wants to understand a complex subject from multiple angles. Triggers on "deep research", "research on", "investigate", "literature review", "comprehensive analysis", "what do we know about", "summarize research on".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-research-freedomintelligence-openclaw-medical-ski --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-freedomintelligence-openclaw-medical-ski/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 Autonomous multi-step research that searches multiple sources, reads full content, synthesizes findings, and produces a structured report. ## When to Use - User wants a thorough understanding of a topic (medical condition, drug, treatment, technology) - User asks for a literature review or evidence summary - User wants competitive or landscape analysis - User wants to investigate an open question with multiple angles - User asks "what does the research say about X" ## Research Strategy ### Step 1: Query Decomposition Break the research question into 3–5 sub-questions covering: - Core definition / mechanism - Current evidence / state of the art - Debates, limitations, or contradictions - Clinical / practical implications (if medical) - Recent developments (last 1–2 years) ### Step 2: Multi-Source Search Run searches across complementary sources using the available search tools: ```python # Use multi-search-engine for broad web coverage # Use pubmed-search for peer-reviewed medical literature # Use agent-browser to read full-text articles and retrieve content blocked by snippets ``` **Search order:** 1. PubMed (if medical/biomedical topic) — for peer-reviewed evidence

What's inside
Steps it walks through
  1. When to Use
  2. Research Strategy
  3. Step 1: Query Decomposition
  4. Step 2: Multi-Source Search
  5. Step 3: Source Evaluation
  6. Step 4: Synthesis
  7. Step 5: Structured Report
  8. Medical Research Guidelines
  9. Depth Levels
  10. Example Execution
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the deep-research skill do?

Execute autonomous multi-step deep research on any topic. Use when the user asks for comprehensive research, literature reviews, competitive analysis, topic deep-dives, or wants to understand a complex subject from multiple angles. Triggers on "deep research", "research on", "investigate", "literature review", "comprehensive analysis", "what do we know about", "summarize research on".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-research-freedomintelligence-openclaw-medical-ski --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