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/takoyaro/the-agencyWrote 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/takoyaro/the-agency/martin-brenner)<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.
<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>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.00087 | $0.00810 |
| Opus 5 | $0.00044 | $0.00405 |
| Sonnet 5 | $0.00017 | $0.00162 |
| Haiku 4.5 | $0.00009 | $0.00081 |
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.
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 (
namelowercase-hyphenated, adescriptionthat makes the router invoke it at the right time and only then, a least-privilegetoolslist, amodel) 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
descriptionthat 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.
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 · 33 lines · 87 tokens per session scan A f33433350706
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.
Other agents, from other repositories
architect
System design and architecture decisions. Technical planning, tradeoff analysis, and design documentation.
explainer
Code explanation and architecture walkthroughs. Helps developers understand complex code and systems.
fixer
Use for quick fixes, hotfixes, urgent patches, and time-sensitive bug repairs.
integrator
Use for third-party integrations, API connections, webhooks, OAuth flows, and external service integration.
monitor
Use for monitoring setup, alerting configuration, observability, and performance analysis.
reviewer
Code review for quality, security, and best practices. Direct invocation for reviewing PRs, commits, or specific files.