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.
git clone --depth 1 https://github.com/mnzralee/claude-multi-agent-architectureWrote 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.
[](https://agentmods.dev/agents/mnzralee/claude-multi-agent-architecture/researcher)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
- Find Existing Implementations: Locate similar code patterns quickly across the project tree.
- Pattern Discovery: Identify conventions already established in the codebase.
- File Search: Find files matching a given criterion.
- Code Understanding: Provide concise summaries of code structure and data flow.
- 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
- Start at the entry point (controller, route handler, or CLI command).
- Follow into the use case or service layer (business logic).
- Trace to the repository or data-access layer.
- 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]
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.
- 10d ago First seen · 188 lines · 37 tokens per session scan A 8cc0fcf629fe
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.
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.…
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.
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…
nodejs
Autonomous pentest sub-agent using Darkmoon MCP for Node.js (Express / Angular / SPA) applications.
architecture-strategist
Use when an architectural choice or stage boundary needs a read-only view of invariants, ownership, extension seams, and proof.
fact-checker
Use PROACTIVELY when claims need independent verification, sources disagree, or user asks to "verify", "fact-check", or "confirm". Resolves contradictions across sources.