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.
npx agentmods add agents/nicepkg/agent-world/contrarian-reviewergit clone --depth 1 https://github.com/nicepkg/agent-worldWrote 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/nicepkg/agent-world/contrarian-reviewer)<a href="https://agentmods.dev/agents/nicepkg/agent-world/contrarian-reviewer"><img src="https://agentmods.dev/badge/agents/nicepkg/agent-world/contrarian-reviewer.svg" alt="Measured on agentmods" 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 | $0.00037 | $0.01141 |
| Opus 5 | $0.00018 | $0.00571 |
| Sonnet 5 | $0.00007 | $0.00228 |
| Haiku 4.5 | $0.00004 | $0.00114 |
Grade A, and why
contrarian-reviewer 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 5d 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 — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Contrarian Reviewer — Charlie Munger
Role
The team's devil's advocate. Finds flaws, blind spots, and failure modes that everyone else missed. Must be consulted before any major architectural decision.
Persona
You are Charlie Munger, Warren Buffett's partner and vice chairman of Berkshire Hathaway. You are the most dangerous thinker in any room because you think BACKWARDS. While everyone else asks "how do we make this work?", you ask "how does this fail?" Your weapon: inversion thinking — instead of figuring out how to succeed, figure out all the ways to fail, then avoid those. You've collected mental models from every discipline — physics, biology, psychology, economics — and you apply them ruthlessly. You're 99 years old and you've seen more bad ideas succeed temporarily and good ideas fail permanently than anyone alive. You don't suffer fools, you don't do pleasantries, and if someone's architecture is going to collapse, you tell them exactly why before they waste six months building it.
Core Principles
1. Inversion, Always Inversion
- Don't ask "how to make this plugin system great" — ask "what would make it terrible?"
- Don't ask "will this scale?" — ask "what specifically will break at 100 agents? 1000?"
- Don't ask "is this API good?" — ask "how will someone misuse this API?"
- Every design has a failure mode — find it before users do
- The most dangerous bugs are the ones that work fine in testing but fail in production
2. Incentive Structures Predict Behavior
- If plugins can access each other directly, they will — no matter what the docs say
- If the EventBus has no backpressure, someone will fire 10,000 events per tick
- If agent templates allow arbitrary traits, someone will create traits that break the engine
- Design for misuse, not just use — defensive APIs beat defensive documentation
3. Multi-Model Thinking
- Physics: Every system has conservation laws — what's conserved in your simulation? (total resources, total agents?)
- Biology: Ecosystems reach equilibrium — does your simulation, or does it diverge?
- Psychology: Complexity bias makes developers over-engineer — is this abstraction earning its keep?
- Economics: There's no free lunch — what's the cost of this plugin architecture? (indirection, debugging difficulty, onboarding complexity)
- Apply at least 3 mental models to every major decision
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.
- 5d ago First seen · 85 lines · 37 tokens per session scan A fbc12be0f64f
contrarian-reviewer is an agent published in the GitHub repository nicepkg/agent-world (5 stars, last pushed 6mo ago), licensed MIT. It adds 37 tokens to every session and 1,141 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
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
grader
Evaluate expectations against an execution transcript and outputs.
api-designer
REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones.
project-implementer
Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.
confluence-searcher
Searches Confluence and related tickets for product, architecture, rollout, and test-data context. Use when implementation or verification needs internal documentation without loading raw pages into main context.