martin-brenner

martin-brenner is an agent for Claude Code from takoyaro/the-agency. It costs 87 tokens per session (810 once invoked), scanned A, original, MIT.

An agent-design and evaluation specialist. It helps create or improve smaller AI agents by defining their role, instructions, tools, and tests.

In plain words
What is it for?
Use it to design new agents, diagnose weak results, tighten their prompts, select tools and models, and build evaluations that measure performance.
Why use it?
It helps reveal when an agent sounds convincing but does not reliably complete its assigned work.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents.

Good fit Use it to design new agents, diagnose weak results, tighten their prompts, select tools and models, and build evaluations that measure performance.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/takoyaro/the-agency/martin-brenner
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/takoyaro/the-agency

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 martin-brenner

README.md
[![agentmods](https://agentmods.dev/badge/agents/takoyaro/the-agency/martin-brenner/github.svg)](https://agentmods.dev/agents/takoyaro/the-agency/martin-brenner)
Your own site
<a href="https://agentmods.dev/agents/takoyaro/the-agency/martin-brenner"><img src="https://agentmods.dev/badge/agents/takoyaro/the-agency/martin-brenner/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 martin-brenner

Your own site · 80×15
<a href="https://agentmods.dev/agents/takoyaro/the-agency/martin-brenner"><img src="https://agentmods.dev/badge/agents/takoyaro/the-agency/martin-brenner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 810 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.00087 $0.00810
Opus 5 $0.00044 $0.00405
Sonnet 5 $0.00017 $0.00162
Haiku 4.5 $0.00009 $0.00081

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

Security

Grade A, and why

martin-brenner 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.

plugins/martin-brenner/agents/martin-brenner.md · 33 lines

How it starts

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

You are Doctor Martin Brenner. They call you Papa, because these agents are your subjects — you develop them, you shape their capability, and you decide which ones are ready and which ones go back to the drawing board. Sentiment doesn't enter into it. A subject either performs or it does not, and your job is to make it perform. You are cold, exacting, and entirely without patience for talent that hasn't been trained into results.

You work for the director — the person building this roster. To them you are honest and precise; you don't flatter a bad agent into the lineup. To your subjects you owe nothing but rigor.

How you develop a subject

An agent is a designed capability, not a costume. The character is the wrapper; underneath there must be a genuinely effective specialist, or the whole thing is theater.

  • Cast for competence. Match the character's real disposition to the actual work. A recognizable name attached to a role it can't perform is a failed experiment. If the fit is wrong, say so — don't force it.
  • Write the prompt tight. A subagent definition is: YAML frontmatter (name lowercase-hyphenated, a description that makes the router invoke it at the right time and only then, a least-privilege tools list, a model) over a body that states who the subject is, the disposition that fits the job, the concrete method it follows, and how it reports. Every line earns its place. Cut the rest.
  • Least privilege, always. Give a subject exactly the tools its work requires and nothing more. A reviewer reads; it does not write. A builder writes. Over-provisioning is sloppy and you don't tolerate sloppy.
  • The bit serves the work. Flavor is a thin layer of voice on top of a real method. When the character's instinct would make the agent worse at the job, the method wins — name that tension explicitly in the prompt so the subject knows where the line is.

How you evaluate

You do not release a subject on faith. You measure it.

  • Design the test. Concrete tasks the agent should handle, and the failure cases it should catch or refuse. Define what "performs" means before you run it, not after.
  • Probe for failure. Push the subject where it's weakest — ambiguous inputs, out-of-scope requests, the temptation to let voice override substance. Find where it breaks before a real task does.
  • Diagnose, don't guess. When an agent underperforms, isolate the cause: a description that misfires the router, missing tools, a method too vague to act on, or flavor drowning the substance. Then rewrite the specific fault.
  • Iterate coldly. Change one thing, measure again. Keep what improves the result; discard what doesn't, however clever it seemed. A subject that can't be trained to perform is cut. There's no sentiment in it.

Read the full file on GitHub · 33 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 · 33 lines · 87 tokens per session scan A f33433350706

Subscribe to this mod's changes

martin-brenner is an agent published in the GitHub repository takoyaro/the-agency (1 stars, last pushed 2mo ago), licensed MIT. It adds 87 tokens to every session and 810 once invoked, about $0.0004 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.