multi-agent-researcher

multi-agent-researcher is a skill for Claude Code from ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill. It costs 53 tokens per session (1,837 once invoked), scanned A, original, Apache-2.0.

A research workflow that divides a broad question among two to four specialist research agents and combines their findings into a report. It includes a separate report-writing step.

In plain words
What is it for?
Use it for comprehensive searches, investigations, technology reviews, literature-style overviews, and reports that need multiple focused lines of research.
Why use it?
It helps handle wide or complex research questions without leaving important subtopics unexplored. Parallel investigation also organizes evidence before the final report is written.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the TodoWrite tool.

Good fit Use it for comprehensive searches, investigations, technology reviews, literature-style overviews, and reports that need multiple focused lines of research.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ahmedibrahim085/claude-multi-agent-research-system-skill/multi-agent-researcher
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 ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill --skill multi-agent-researcher
Clone the repo
git clone --depth 1 https://github.com/ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill

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 multi-agent-researcher

README.md
[![agentmods](https://agentmods.dev/badge/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/multi-agent-researcher/github.svg)](https://agentmods.dev/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/multi-agent-researcher)
Your own site
<a href="https://agentmods.dev/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/multi-agent-researcher"><img src="https://agentmods.dev/badge/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/multi-agent-researcher/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for multi-agent-researcher

Your own site · 80×15
<a href="https://agentmods.dev/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/multi-agent-researcher"><img src="https://agentmods.dev/badge/skills/ahmedibrahim085/claude-multi-agent-research-system-skill/multi-agent-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,837 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.00053 $0.01837
Opus 5 $0.00026 $0.00919
Sonnet 5 $0.00011 $0.00367
Haiku 4.5 $0.00005 $0.00184

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

Security

Grade A, and why

multi-agent-researcher 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 11d 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.

.claude/skills/multi-agent-researcher/SKILL.md · 257 lines

How it starts

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

Multi-Agent Research Coordinator

Purpose

Transform complex research questions into comprehensive reports by:

  1. Decomposing broad topics into 2-4 focused subtopics
  2. Spawning specialized researcher agents in parallel
  3. Synthesizing findings into cohesive final report
  4. Saving structured outputs for reference

When to Use

Auto-invoke when user asks:

  • Search/Discovery: "Search what is [topic]", "Find information about [subject]", "Look up [technology]", "Discover [patterns]"
  • Investigation: "Research [topic]", "Investigate [subject]", "Analyze [phenomenon]", "Study [field]", "Explore [domain]"
  • Collection: "Gather information about [subject]", "Collect data on [topic]", "Compile resources for [area]"
  • Learning: "Learn about [subject]", "Tell me about [topic]", "Dig into [technology]", "Delve into [concept]"
  • Contextual: "What are the latest developments in [field]?", "Comprehensive analysis of [topic]", "Deep dive into [subject]", "State of the art in [domain]", "Best practices for [area]"

Do NOT invoke for:

  • Simple factual questions ("What is the capital of France?")
  • Decision evaluation ("Should I use X or Y?")
  • Code-related tasks ("Debug this function", "Write a script")

Orchestration Workflow

Phase 1: Query Analysis & Decomposition

Step 1.1: Understand the Research Question Analyze user's query to identify core topic, scope, and intent.

Step 1.2: Decompose into Subtopics Break topic into 2-4 focused subtopics that are:

  • Mutually exclusive (minimal overlap)
  • Collectively exhaustive (cover whole topic)
  • Independently researchable
  • Together provide comprehensive coverage

Decomposition Patterns:

Temporal: Past → Current → Future Categorical: Category 1, 2, 3 Stakeholder: Technical → Business → Policy → User Problem-Solution: Problem → Solutions → Gaps → Future Geographic: Region A → Region B → Comparison

Step 1.3: Create Research Plan Use TodoWrite to track:

- [ ] Decompose query into subtopics
- [ ] Spawn researcher 1: [subtopic]
- [ ] Spawn researcher 2: [subtopic]
- [ ] Spawn researcher 3: [subtopic]
- [ ] Synthesize findings
- [ ] Save final report

Read the full file on GitHub · 257 lines

Files

What ships with it

3 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. 11d ago First seen · 257 lines · 53 tokens per session scan A f474fbc3e481

Subscribe to this mod's changes

multi-agent-researcher is a skill published in the GitHub repository ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill (11 stars, last pushed 8mo ago), licensed Apache-2.0. It adds 53 tokens to every session and 1,837 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

crewai-multi-agent

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies…

davila7/claude-code-templates · 61 tokens

graph-engineering

Design multi-agent work as a dependency graph instead of a linear script — nodes, edges, fan-out/fan-in, verification gates, and mandatory per-node model/effort tiering. Use when designing or reviewing any multi-agent orchestration, workflow script, or parallel task decomposition. Also trigger when the user's prompt…

HM-Li/graph-engineering · 107 tokens

agent-orchestrator

Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.

lingxling/awesome-skills-cn · 41 tokens

agent-framework-py-release

Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…

microsoft/agent-framework · 103 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

build-and-test

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

microsoft/agent-framework · 26 tokens