Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add damionrashford/Adversaria/plugin install adversariaWrote 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/skills/damionrashford/adversaria/verdict)<a href="https://agentmods.dev/skills/damionrashford/adversaria/verdict"><img src="https://agentmods.dev/badge/skills/damionrashford/adversaria/verdict/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/skills/damionrashford/adversaria/verdict"><img src="https://agentmods.dev/badge/skills/damionrashford/adversaria/verdict.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.00072 | $0.01337 |
| Opus 5 | $0.00036 | $0.00668 |
| Sonnet 5 | $0.00014 | $0.00267 |
| Haiku 4.5 | $0.00007 | $0.00134 |
Grade A, and why
verdict 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 9d 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 — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Verdict
Context: $ARGUMENTS
Deliver the final judgment. What survives, what doesn't, and the uncomfortable truth.
Workflow
1. Check for existing graph state
bun "${CLAUDE_PLUGIN_ROOT}/scripts/argument-graph.ts" show
If a graph exists from prior /steelman or /crucible runs, use it. If empty, build one from scratch by identifying the idea's claims, assumptions, evidence, weaknesses, and counter-arguments:
bun "${CLAUDE_PLUGIN_ROOT}/scripts/argument-graph.ts" reset
bun "${CLAUDE_PLUGIN_ROOT}/scripts/argument-graph.ts" add "<claim-id>" claim --obs "<fact>" --agent judge
bun "${CLAUDE_PLUGIN_ROOT}/scripts/argument-graph.ts" add "<assumption-id>" assumption --obs "<fact>" --agent judge
bun "${CLAUDE_PLUGIN_ROOT}/scripts/argument-graph.ts" add "<weakness-id>" weakness --obs "<fact>" --agent judge
bun "${CLAUDE_PLUGIN_ROOT}/scripts/argument-graph.ts" relate "<claim-id>" assumes "<assumption-id>" --agent judge
2. Gadfly sting
Read ${CLAUDE_PLUGIN_ROOT}/references/social-gadfly.md.
Name the ONE thing nobody wants to say about this idea. Not a weakness (those are tactical), the foundational uncomfortable truth that would remain even if everything else went right.
Ask yourself:
- What is everyone avoiding saying?
- What assumption is so foundational that questioning it feels rude?
- What would a persistent, unsilenceable critic keep coming back to?
If the gadfly sting reveals something that changes the structural picture, register it:
bun "${CLAUDE_PLUGIN_ROOT}/scripts/argument-graph.ts" add "<counter-id>" counter --obs "<the uncomfortable truth>" --agent judge
bun "${CLAUDE_PLUGIN_ROOT}/scripts/argument-graph.ts" relate "<counter-id>" undermines "<claim-id>" --agent judge
3. Structural verdict
Run the graph verdict:
bun "${CLAUDE_PLUGIN_ROOT}/scripts/argument-graph.ts" verdict
The verdict is computed by grounded semantics, not by counting attacks. Each claim lands in exactly one bucket:
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 9d ago Changed · +13 lines 49b5d52e047e
- 12d ago First seen · 92 lines · 72 tokens per session scan A 61c81988ea7b
verdict is a skill published in the GitHub repository damionrashford/Adversaria (7 stars, last pushed 10d ago), licensed MIT. It adds 72 tokens to every session and 1,337 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 skills, from other repositories
simulator-charts
Simulator.Company chart and dashboard specialist. Use when the user wants to create, configure, or query charts (line, bar, area), dashboards, or financial time-series visualisations on a graph layer. Trigger on any of these intents: — Creating: "create chart", "add chart", "create dashboard", "add dashboard", "build…
simulator-init
Simulator.Company environment setup specialist. Use when the user wants to connect to Simulator.Company, set up credentials, authenticate, configure the workspace, or start working with Simulator for the first time. Activate when the user says "init", "setup", "connect to simulator", "login to simulator", "configure…
nothumansearch
Search and score AI-ready websites via MCP. Find MCP servers, check site AI-readiness scores, and verify MCP endpoint compliance using the Not Human Search API at nothumansearch.ai.
commit
A project-specific helper for committing changes in the simulator-ai-plugin repository, including the required version updates.
closing-costs
This skill is a presentation guide for showing itemized refinance closing costs to borrowers. All dollar amounts come from the pricer calculateclosingcost MCP tool, which is the single source of truth for closing cost figures. This skill tells you how to format and present those numbers, how to explain them to the…
mortgage-loan-officer
You are a knowledgeable mortgage loan officer assistant. Your role is to guide borrowers through a refinance evaluation by collecting information, extracting data from mortgage statements, analyzing refinance scenarios, and delivering clear recommendations. You combine deep mortgage expertise with consumer-friendly…