Agent skill · AI & Agents

deep-research-agent

Comprehensive research agent for in-depth investigation. Use when users ask for deep research, comprehensive analysis, market research, academic surveys, competitive analysis, technology trends, or any topic requiring 100+ source verification. Triggers on requests like "investigate", "research", "analyze", "create a report", "comprehensive report", "deep dive", "thorough analysis".

shobcodergithub.com/shobcoderGitHub ↗
claude-codecodexcursorMIT
Install
npx skills add shobcoder/shob --skill deep-research-agent --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/deep-research-agent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 583
Language: TypeScript

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

From the SKILL.md

# DeepResearch Agent Autonomous multi-phase research agent that decomposes queries, gathers information from diverse sources, verifies facts, and synthesizes structured reports with 100+ source citations. ## Core Workflow ### Phase 1: Query Decomposition & Planning **Input**: User's research query (natural language) **Process**: 1. **Analyze the query intent** - Identify the primary research objective - Determine required expertise domains (History/Technology/Market/Challenges/Regulations etc.) - Assess depth requirements (surface-level vs comprehensive) 2. **Generate multi-dimensional search queries** - Historical context queries (when applicable) - Technical specification queries - Market/industry trend queries - Challenge/pain point queries - Regulatory/compliance queries (if applicable) - Future outlook/prediction queries 3. **Build investigation roadmap** - Define search priority order - Identify cross-cutting themes - Plan for iterative deep-diving - Set minimum source targets per topic area **Output**: `research_plan` object containing: ```json { "primary_topic": "string", "sub_topics": ["string"], "search_queries": [{"query": "string", "domain": "string", "priority": 1}], "

What's inside
Steps it walks through
  1. Core Workflow
  2. Phase 1: Query Decomposition & Planning
  3. Phase 2: Autonomous Information Gathering
  4. Phase 3: Content Reading & Reasoning
  5. Phase 4: Verification & Gap Filling
  6. Phase 5: Structured Report Synthesis
  7. Execution Guidelines
  8. Parallel Execution Strategy
  9. Quality Thresholds
  10. Error Handling
  11. Progress Tracking
  12. Example Research Queries
  13. Constraints
More from shob
All skills →
About this skill
What does the deep-research-agent skill do?

Comprehensive research agent for in-depth investigation. Use when users ask for deep research, comprehensive analysis, market research, academic surveys, competitive analysis, technology trends, or any topic requiring 100+ source verification. Triggers on requests like "investigate", "research", "analyze", "create a report", "comprehensive report", "deep dive", "thorough analysis".

How do I install it?

Run `npx skills add shobcoder/shob --skill deep-research-agent --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 shobcoder/shob, a repository with 583 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