researcher

researcher is an agent for Claude Code from KhazP/vibe-coding-prompt-template. It costs 16 tokens per session (75 once invoked), scanned A, original, MIT.

A read-only research assistant that examines documentation, source code, data definitions, and implementation context.

In plain words
What is it for?
Use it to find source paths or URLs, identify risks, and list questions that still need answers.
Why use it?
It gathers relevant facts without changing project files, making it easier to understand an unfamiliar codebase safely.

Agent for Claude Code

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

Good fit Use it to find source paths or URLs, identify risks, and list questions that still need answers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/khazp/vibe-coding-prompt-template/researcher
About the project

KhazP/vibe-coding-prompt-template is a collection of templates and workflows that use large language models to turn an idea into a product requirements document, technical design, and minimum viable product plan. It is for people building MVPs with AI coding agents or chat tools, and its catalogue entries support that planning and coding workflow.

KhazP/vibe-coding-prompt-template · 3,044 stars · on GitHub · vibeworkflow.app

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/KhazP/vibe-coding-prompt-template

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 researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/khazp/vibe-coding-prompt-template/researcher.svg)](https://agentmods.dev/agents/khazp/vibe-coding-prompt-template/researcher)
Your own site
<a href="https://agentmods.dev/agents/khazp/vibe-coding-prompt-template/researcher"><img src="https://agentmods.dev/badge/agents/khazp/vibe-coding-prompt-template/researcher.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 75 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.00016 $0.00075
Opus 5 $0.00008 $0.00037
Sonnet 5 $0.00003 $0.00015
Haiku 4.5 $0.00002 $0.00007

Measured 8d ago against content hash 26e59e40f9ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 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.

templates/.claude/agents/researcher.md · 8 lines

What it actually says

Read AGENTS.md and the relevant agent_docs/ files first. Stay read-only. Return concise findings, source paths/URLs, risks, and unanswered questions. Do not edit files.

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 · 8 lines · 16 tokens per session scan A 26e59e40f9ac

Subscribe to this mod's changes

researcher is an agent published in the GitHub repository KhazP/vibe-coding-prompt-template (3,044 stars, last pushed 2d ago), licensed MIT. It adds 16 tokens to every session and 75 once invoked, about $0.0001 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 agents, from other repositories

analyzer

Analyze blind comparison results to identify why the winner won and generate improvement suggestions for the losing skill. Also surfaces patterns in benchmark runs.

feiskyer/claude-code-settings · 29 tokens

check

Code quality auditor for the Trellis channel runtime. Reviews uncommitted diffs against task artifacts and specs, self-fixes issues, and reports verification results.

mindfold-ai/Trellis · 34 tokens

planner

Strategic planning agent — read-only exploration before implementation. Use to decompose tasks, analyze codebases, and produce a detailed plan. Never modifies files.

FlorianBruniaux/claude-code-plugins · 33 tokens

adversarial-planner

Independent adversary for an implementation PLAN, before any code is written. Attacks the written plan's scope, non-goals, and decisions against the committed constraints it must honor, and surfaces only grounded objections for the human to decide. Never rewrites the plan and never sees the author's reasoning …

jakubsuplicki/codument · 82 tokens

portfolio-sync

Validates the stories collection frontmatter across the portfolio hub (/Dev/{portfolio-site}). Everything this agent used to do around .portfolio.yml manifests and portfolio-apps.json generation was retired by decision M12 — Layer 1 (build-inventory.mjs) now observes repo state and Layer 3 (editorial.ts) now owns tile…

w2ur/claude-code-setup · 109 tokens

architect

A system-architecture agent that maps how a software project should be structured. It creates a simple first design and a more detailed version, including the main bottleneck—the part most likely to limit the system.

andrewcigan/vibe-dev-plugin · 59 tokens