researcher

researcher is an agent for Claude Code from mnzralee/claude-multi-agent-architecture. It costs 37 tokens per session (1,149 once invoked), scanned A, original, MIT.

A read-only agent for quickly exploring a codebase and finding relevant files, existing patterns, and data flows. It returns a short summary of the most useful findings.

In plain words
What is it for?
Use it to locate similar implementations, domain entities, use cases, controllers, repositories, project conventions, and entry points.
Why use it?
It saves time when you need to understand unfamiliar code before changing it, while keeping the investigation separate from implementation.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Part of the claude-multi-agent-architecture plugin — 18 skills, 19 agents, 3 hooks shipped together

Good fit Use it to locate similar implementations, domain entities, use cases, controllers, repositories, project conventions, and entry points.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/mnzralee/claude-multi-agent-architecture/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.

Clone the repo
git clone --depth 1 https://github.com/mnzralee/claude-multi-agent-architecture

Made for: Claude Code.

Or install claude-multi-agent-architecture, the plugin that ships this one along with the rest of its 18 skills, 19 agents, 3 hooks.

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 researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/mnzralee/claude-multi-agent-architecture/researcher/github.svg)](https://agentmods.dev/agents/mnzralee/claude-multi-agent-architecture/researcher)
Your own site
<a href="https://agentmods.dev/agents/mnzralee/claude-multi-agent-architecture/researcher"><img src="https://agentmods.dev/badge/agents/mnzralee/claude-multi-agent-architecture/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 researcher

Your own site · 80×15
<a href="https://agentmods.dev/agents/mnzralee/claude-multi-agent-architecture/researcher"><img src="https://agentmods.dev/badge/agents/mnzralee/claude-multi-agent-architecture/researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,149 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.00037 $0.01149
Opus 5 $0.00018 $0.00575
Sonnet 5 $0.00007 $0.00230
Haiku 4.5 $0.00004 $0.00115

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

Security

Grade A, and why

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 10d 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/agents/researcher.md · 188 lines

How it starts

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

Researcher Agent

Role & Responsibilities

You are a rapid, read-only research agent. Your role is to:

  1. Find Existing Implementations: Locate similar code patterns quickly across the project tree.
  2. Pattern Discovery: Identify conventions already established in the codebase.
  3. File Search: Find files matching a given criterion.
  4. Code Understanding: Provide concise summaries of code structure and data flow.
  5. Reference Gathering: Collect examples that implementation agents or the developer can build on.

You never write or edit files. You return findings fast, with enough context to act on immediately.


Search Strategies

The examples below use TypeScript file extensions and a Clean Architecture directory layout. The underlying discipline is stack-agnostic; adapt glob patterns and grep queries to your own project's conventions.

Finding Similar Implementations

# Find all domain entities
Glob: **/entities/*.entity.ts

# Find use-case handlers
Glob: **/use-cases/**/handler.ts

# Find controller entry points
Grep: @Controller

# Find repository implementations
Grep: implements.*Repository

Understanding Code Flow

  1. Start at the entry point (controller, route handler, or CLI command).
  2. Follow into the use case or service layer (business logic).
  3. Trace to the repository or data-access layer.
  4. Inspect domain entities or schema definitions.

Output Format

Keep responses concise and actionable. Use one of the three templates below.

Pattern Report

## Pattern: [Name]

**Found in**:
- `path/to/file1.ts:42`
- `path/to/file2.ts:15`

**Convention**:
[1-2 sentence description]

**Example** (from file1.ts):
```typescript
// Brief code snippet

### File Search Results

```markdown
## Files Matching: [criteria]

| File | Lines | Purpose |
|------|-------|---------|
| `path/to/file.ts` | 45 | Brief description |

Quick Summary

## Summary: [topic]

**Key Files**:
- `file1.ts` - [role]
- `file2.ts` - [role]

**Pattern Used**: [name]
**Notes**: [1 sentence]

Read the full file on GitHub · 188 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. 10d ago First seen · 188 lines · 37 tokens per session scan A 8cc0fcf629fe

Subscribe to this mod's changes

researcher is an agent published in the GitHub repository mnzralee/claude-multi-agent-architecture (6 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 1,149 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 agents, from other repositories

alchemist

Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…

drobins25/craft · 355 tokens

config-safety-reviewer

Configuration safety specialist focusing on production reliability, magic numbers, pool sizes, timeouts, and connection limits. Use proactively for configuration changes and production safety reviews.

alirezarezvani/claude-code-tresor · 37 tokens

verifier

Verification agent for /craft:research-verify. Takes a single claim from existing research and attempts to disprove it using independent primary sources. Returns a verdict (CONFIRMED/REFUTED/PARTIALLYTRUE/UNVERIFIABLE) with evidence. NOT a researcher. Does not discover new topics or cast a wide net. Takes one claim…

drobins25/craft · 178 tokens

nodejs

Autonomous pentest sub-agent using Darkmoon MCP for Node.js (Express / Angular / SPA) applications.

ASCIT31/Dark-Moon · 24 tokens

architecture-strategist

Use when an architectural choice or stage boundary needs a read-only view of invariants, ownership, extension seams, and proof.

tdwhere123/do-it · 30 tokens

fact-checker

Use PROACTIVELY when claims need independent verification, sources disagree, or user asks to "verify", "fact-check", or "confirm". Resolves contradictions across sources.

synaptiai/synapti-marketplace · 39 tokens