deep-research

deep-research is a skill for Claude Code from jimmc414/claude-code-plugin-marketplace. It costs 0 tokens per session (1,763 once invoked), scanned A, original, MIT.

A structured process for researching a topic through repeated web searches and combining information from multiple sources.

In plain words
What is it for?
Defining research questions, exploring related findings, collecting source links, and producing organized notes and a final report.
Why use it?
It helps turn a broad question into a documented investigation instead of relying on one search or an unsupported summary.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./research/[topic-slug]/.

Part of the deep-research plugin — 1 skill shipped together

Good fit Defining research questions, exploring related findings, collecting source links, and producing organized notes and a final report.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/jimmc414/claude-code-plugin-marketplace
agentmods
npx agentmods add skills/jimmc414/claude-code-plugin-marketplace/deep-research

Made for: Claude Code.

Or install deep-research, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deep-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/jimmc414/claude-code-plugin-marketplace/deep-research.svg)](https://agentmods.dev/skills/jimmc414/claude-code-plugin-marketplace/deep-research)
Your own site
<a href="https://agentmods.dev/skills/jimmc414/claude-code-plugin-marketplace/deep-research"><img src="https://agentmods.dev/badge/skills/jimmc414/claude-code-plugin-marketplace/deep-research.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,763 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01763
Opus 5 $0.00000 $0.00881
Sonnet 5 $0.00000 $0.00353
Haiku 4.5 $0.00000 $0.00176

Measured 8d ago against content hash 61993278ec91, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

deep-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/deep-research/skills/deep-research/SKILL.md · 280 lines

How it starts

The opening of the file, as written. The whole thing — 280 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Deep Research Skill

Overview

This skill conducts systematic, multi-iteration research on any topic. Inspired by OpenAI's Deep Research and open-source implementations, it uses progressive exploration to build comprehensive understanding.

When to use: User asks for comprehensive research, investigation, deep analysis, or thorough exploration of a topic requiring multiple sources.

Research Methodology

Phase 1: Scope Definition

Before starting research, clarify:

  1. Research Question: What exactly needs to be answered?

  2. Key Aspects: What facets of the topic should be explored?

  3. Parameters: Set depth and breadth based on complexity

    • Simple topic: depth=2, breadth=3
    • Moderate topic: depth=3, breadth=4 (default)
    • Complex topic: depth=4-5, breadth=5-6
  4. Create Research Directory:

    ./research/[topic-slug]/
    ├── findings.md      # Accumulated findings per iteration
    ├── sources.md       # All sources with URLs
    └── report.md        # Final synthesized report
    

Phase 2: Iterative Research Loop

For each iteration (1 to depth):

Step 1: Generate Search Queries

Create targeted search queries based on:

  • Original research question
  • Current knowledge gaps (from previous iterations)
  • Unexplored angles discovered in findings
  • Contradictions requiring resolution

Query Generation Guidelines:

  • Make queries specific, not generic
  • Vary approach: definitional, comparative, recent news, expert sources
  • Build on previous learnings - don't repeat covered ground
  • Target entities, metrics, dates mentioned in findings
  • Include domain-specific terminology discovered

Generate breadth queries per iteration.

Step 2: Execute Searches

For each query:

  1. Use WebSearch to find relevant sources
  2. Review search results for relevance and quality
  3. For the most promising 2-3 results per query, use WebFetch to get full content

Source Quality Signals:

  • Authoritative domains (.gov, .edu, major publications)
  • Recent publication dates for current topics
  • Expert authors or organizational sources
  • Primary sources over aggregators

Read the full file on GitHub · 280 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 280 lines · 0 tokens per session scan A 61993278ec91

Subscribe to this mod's changes

deep-research is a skill published in the GitHub repository jimmc414/claude-code-plugin-marketplace (4 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,763 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

audit-progressive-disclosure

Read-only progressive-disclosure audit for agent-facing instruction markdown. Grades every target against a three-tier load-cost model (always-loaded / invocation-loaded / on-demand) and classifies seven finding shapes in two lanes: split opportunities (oversize vs tier-calibrated Anthropic-prescribed caps…

melodic-software/claude-code-plugins · 259 tokens

quiz-me

Post-work comprehension check: after a change is complete, generate a self-contained HTML report of what was done (context, intuition, decisions) with a quiz at the bottom that you answer. Verifying the HUMAN absorbed the work, not the artifact. Non-gating by default; the quizpolicy userConfig tunes offer cadence.…

melodic-software/claude-code-plugins · 177 tokens

shape

Shape the assistant's output for a reader with ADHD, and anyone who wants action-first, low-friction responses. Lead with the concrete next action, number multi-step work, restate state across turns, cap and rank lists, give concrete time estimates, make wins visible, and cut preamble, recap, and closers. Use when…

melodic-software/claude-code-plugins · 209 tokens

generate

Build a source-backed AI industry briefing from official vendor publications, configured RSS feeds, GitHub releases, reputable secondary reporting, and user-supplied URLs. Use when: 'ai briefing', 'ai news', 'what's new in AI', 'catch me up on AI', 'prep for AI meeting', 'AI roundup', or 'generate AI slides'.

melodic-software/claude-code-plugins · 72 tokens

changelog

Ingest Claude Code changelog entries and integrate them into the current repo. Fetch (read-only display), diff (impact analysis, no edits), status (applied versions), and apply (full integrate pipeline, explicit user intent only). Use when: 'new cc version', 'what changed in claude code', 'apply changelog', a new CC…

melodic-software/claude-code-plugins · 84 tokens

audit-comment-residue

Classify code comments for four residue shapes. History narration ("used to… now…"), plan/session references ("Task 2 replaces the old…", "in this PR"), conversational antecedents ("per your request", "as you asked"), and ticket/PR/branch back-references a future reader will never see. Emitting Tier 1 (remove) and…

melodic-software/claude-code-plugins · 159 tokens