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

Deep Researcher

A six-step research workflow that turns any topic into a structured report with executive summary, cross-validated findings, and sources.

Content & WritingBeginner17718AI score 8/10Last updated: May 17, 2026

What it does

  • Forces you to pin down the research question, scope boundaries, depth, and deliverable format before searching.
  • Runs a six-step pipeline: scoping → exploratory sweep → deep dives → cross-referencing → synthesis → final report.
  • Ships a report template (executive summary, introduction, thematic body, analysis, conclusions, sources).
  • Suggests analysis frameworks such as SWOT, compare/contrast, timeline, stakeholder, and gap analysis.
  • Includes a pitfalls list (confirmation bias, single-source dependence, stale data) and a progress checklist.

Who it's for

  • Strategists, marketers, and consultants producing market or competitor research.
  • Engineers and tech leads writing technology comparisons or architecture reviews.
  • Students, researchers, and newsletter writers doing literature reviews and trend roundups.

Examples

  1. "Do deep research on the vertical SaaS billing market" → thematic report on market size, key players, regulation, outlook.
  2. "Deep dive: Postgres vs. ClickHouse for analytics workloads" → benchmark data, cost of ownership, adoption cases with cross-checked sources.
  3. "Build a due-diligence brief on this startup" → team, product, competition, and risks framed with SWOT and stakeholder analysis.

· · · 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/Karanjot786/agent-skills-cli/HEAD/skills/deep-researcher/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-researcher folder from the GitHub repo Karanjot786/agent-skills-cli into my ~/.claude/skills/deep-researcher/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/Karanjot786/agent-skills-cli.git && mkdir -p ~/.claude/skills && cp -r agent-skills-cli/skills/deep-researcher ~/.claude/skills/

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

  1. Open a terminal (Terminal on macOS/Linux, Git Bash or WSL on Windows).
  2. Create the skills folder if needed: mkdir -p ~/.claude/skills
  3. Clone the repo into a temp path: git clone https://github.com/Karanjot786/agent-skills-cli.git /tmp/agent-skills-cli
  4. Copy just this skill: cp -r /tmp/agent-skills-cli/skills/deep-researcher ~/.claude/skills/
  5. Verify it landed: ls ~/.claude/skills/deep-researcher/SKILL.md
  6. Restart Claude Code and ask something like "do comprehensive research on the AI inference chip market".
  7. For topics needing fresh data, allow Claude Code's web search/browsing tools so sources can actually be fetched.