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.
UtilitiesIntermediate★ 772⑂ 62AI 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
last30daysskill 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
- "research the B2B SaaS onboarding tool market" → sized market, key players, current sentiment, each claim cited and confidence-rated.
- "due diligence on this company before tomorrow's meeting" → official statements plus pricing pages plus community reactions, with conflicting claims flagged.
- "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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal.
- Clone the repo:
git clone https://github.com/coreyhaines31/makerskills.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r makerskills/skills/deep-research ~/.claude/skills/ - Optional: install the companion
last30daysandagent-browserskills the same way for full source coverage. - Optional: for Notion lookups, add
export NOTION_API_KEY=...to your shell profile. - Restart Claude Code and trigger it with
research <topic>,investigate <topic>, or/deep-research. - Find past briefs in
~/.config/makerskills/deep-research/archive/, e.g.grep -r "keyword" ~/.config/makerskills/deep-research/archive/.
View source on GitHub ↗License: MIT