Deep Research

Deep Research is a skill for Claude Code from Razaib-khan/ForgeWeave. It costs 40 tokens per session (1,325 once invoked), scanned A, original, MIT.

A multi-stage research workflow that breaks a broad question into smaller topics, collects information from authoritative sources, checks the findings, and combines them into a report.

In plain words
What is it for?
Use it for research covering several related topics, such as comparing APIs, reviewing technical documentation, or producing a structured report.
Why use it?
It helps when one quick search or source cannot answer a complex question reliably. It also reduces unsupported or inconsistent claims.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions AGENTS.md; mentions OpenCode.

Good fit Use it for research covering several related topics, such as comparing APIs, reviewing technical documentation, or producing a structured report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/razaib-khan/forgeweave/deep-research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Razaib-khan/ForgeWeave --skill deep-research
Clone the repo
git clone --depth 1 https://github.com/Razaib-khan/ForgeWeave

Made for: Claude Code.

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/razaib-khan/forgeweave/deep-research.svg)](https://agentmods.dev/skills/razaib-khan/forgeweave/deep-research)
Your own site
<a href="https://agentmods.dev/skills/razaib-khan/forgeweave/deep-research"><img src="https://agentmods.dev/badge/skills/razaib-khan/forgeweave/deep-research.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,325 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.00040 $0.01325
Opus 5 $0.00020 $0.00662
Sonnet 5 $0.00008 $0.00265
Haiku 4.5 $0.00004 $0.00133

Measured 7d ago against content hash 5ebd237b3d91, 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 7d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/plan_generator.py, scripts/synthesize_report.py, scripts/validate_research.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

src/forgeweave/templates/claude/.claude/skills/deep-research/SKILL.md · 124 lines

How it starts

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

Deep Research

Purpose

Execute a multi-stage research pipeline that decomposes a vague topic into structured subtopics, gathers usage-focused information from authoritative sources via parallel agents, validates claims for consistency, produces a synthesis-grade report, and converts raw findings into a reusable industry-grade skill. This is invoked internally by the deep-research skill — never call the pipeline stages directly.

When to Use

  • A comprehensive, multi-faceted report is needed covering 3+ subtopics
  • The topic requires crawling multiple authoritative sources (docs, API refs, guides)
  • The output must be structured, validated, and free of hallucination
  • The question cannot be answered by a single source or quick lookup

When Not to Use

  • A quick factual answer is needed — use websearch instead
  • Only one source needs to be checked — use the MCP data plane tools directly
  • The topic is a simple how-to question — answer directly
  • Real-time data is needed (stock prices, live scores) — use web-research

Inputs

Input Type Required Description
topic string Yes The research topic or question
depth enum No (default: standard) quick, standard, deep
focus enum No (default: usage) usage, architecture, comparison, general
constraints string No Additional rules from AGENTS.md or user
output_mode enum No (default: formatted) formatted, unformatted
skill_mode enum No (default: skill) skill, no-skill

Expected Outputs

Output Condition Description
research/<slug>-plan.md Always Structured plan with subtopics, questions, seed URLs
research/<slug>-raw/ Always One file per subtopic from parallel research agents
research/<slug>-validated.md Always Cross-checked, deduplicated, hallucination-filtered
research/<slug>-report.md formatted mode Final synthesis with all findings, code examples, sources
.opencode/skills/<topic>/SKILL.md skill mode Reusable skill generated from findings

Read the full file on GitHub · 124 lines

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. 7d ago First seen · 124 lines · 40 tokens per session scan A 5ebd237b3d91

Subscribe to this mod's changes

Deep Research is a skill published in the GitHub repository Razaib-khan/ForgeWeave (1 stars, last pushed 2mo ago), licensed MIT. It adds 40 tokens to every session and 1,325 once invoked, about $0.0002 per session on Opus 5. 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

pr-writing-review

Extract and analyze writing improvements from GitHub PR review comments. Use when asked to show review feedback, style changes, or editorial improvements from a GitHub pull request URL. Handles both explicit suggestions and plain text feedback. Produces structured output comparing original phrasing with reviewer…

evalstate/fast-agent · 64 tokens

session-investigator

Investigate fast-agent session and history files to diagnose issues. Use when a session ended unexpectedly, when debugging tool loops, when correlating sub-agent traces with main sessions, or when analyzing conversation flow and timing. Covers session.json metadata, history JSON format, message structure, tool…

evalstate/fast-agent · 68 tokens

drug-design

End-to-end drug discovery pipeline orchestration. Deterministic Python script that auto-chains structure prediction, pocket detection, de novo design, docking, scoring, and ADMET filtering into reproducible workflows.

synthetic-sciences/openscience · 44 tokens

Web Research Report

Synthesize fetched web sources into a structured research report on a topic: key findings, themes, tradeoffs, and a recommendation, with citations. Use for web research, literature review, and report writing.

AgentEra/Agently · 45 tokens

auto-go

A command that implements code from a SPEC, a document describing the required behavior and work.

Insajin/autopus-adk · 15 tokens

auto-plan

A code-planning skill that examines a codebase and creates a detailed specification, implementation plan, and acceptance criteria. It can organize requirements using EARS, a structured way to describe how software should behave in different situations.

Insajin/autopus-adk · 25 tokens