Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

deep-research

Runs multi-pass, multi-source research and returns a cited brief with contradictions, gaps and next steps, archiving every run for later grep.

UtilitiesIntermediate77262AI score 10/10Last updated: Aug 28, 2026

What it does

  • Restates your question in one sentence and pins down the decision the research must inform (asking clarifying questions if it's vague).
  • Plans a source mix from a menu: WebSearch for authoritative docs, WebFetch for supplied URLs, the last30days skill for Reddit/X/YouTube/HN chatter, agent-browser for auth-walled or JS-heavy pages, local memory, Notion, and prior research archives — run in parallel where possible.
  • Separates collection from synthesis: groups findings by theme, surfaces disagreements instead of averaging them, tags confidence high/medium/low, and lists what's missing.
  • Emits a fixed brief template: TL;DR, key findings with citation markers, contradictions, gaps, recommended next steps, dated source list.
  • Archives each brief to ~/.config/makerskills/deep-research/archive/ and appends a line to INDEX.md so past work stays searchable.

Who it's for

  • Sales and BD folks prepping competitor or account research before a call.
  • Founders and PMs validating a market or hunting positioning angles.
  • Engineers who need a defensible tech decision (which database, which auth provider).
  • Anyone doing due diligence on a partner, hire, or podcast guest.

Example uses

  1. "research the B2B SaaS onboarding tool market" → sized market, key players, current sentiment, each claim cited and confidence-rated.
  2. "due diligence on this company before tomorrow's meeting" → official statements plus pricing pages plus community reactions, with conflicting claims flagged.
  3. "Supabase vs Firebase auth — which should we pick?" → docs cross-checked against real user reports, ending with a recommendation and remaining unknowns.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/coreyhaines31/makerskills/HEAD/skills/deep-research/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/deep-research folder from the GitHub repo coreyhaines31/makerskills into my ~/.claude/skills/coreyhaines31-deep-research/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/coreyhaines31/makerskills.git && mkdir -p ~/.claude/skills && cp -r makerskills/skills/deep-research ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/coreyhaines31/makerskills.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r makerskills/skills/deep-research ~/.claude/skills/
  5. Optional: install the companion last30days and agent-browser skills the same way for full source coverage.
  6. Optional: for Notion lookups, add export NOTION_API_KEY=... to your shell profile.
  7. Restart Claude Code and trigger it with research <topic>, investigate <topic>, or /deep-research.
  8. Find past briefs in ~/.config/makerskills/deep-research/archive/, e.g. grep -r "keyword" ~/.config/makerskills/deep-research/archive/.