Skip to main content
Generalmarkus41

deep-research

Comprehensive research on a topic using multiple sources and approaches. Spawns parallel research threads.

Stars
12
Source
markus41/claude
Updated
2026-05-11
Slug
markus41--claude--deep-research
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/.claude/skills/deep-research/SKILL.md -o .claude/skills/deep-research.md

Drops the SKILL.md into .claude/skills/deep-research.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Deep Research

Thoroughly research: $ARGUMENTS

Methodology

  1. Codebase analysis: Search the local codebase for related code, patterns, and documentation
  2. Web research: Use available web tools to find current best practices and documentation
  3. Cross-reference: Compare findings from multiple sources
  4. Synthesize: Create a comprehensive summary with actionable insights

Output

Provide a structured research report:

  • Executive summary (2-3 sentences)
  • Detailed findings organized by topic
  • Code examples where relevant
  • Specific recommendations for this project
  • Links to key resources