gauntlet

gauntlet is a skill for Claude Code, Codex from CassioRoos/godfly-skills. It costs 133 tokens per session (1,771 once invoked), scanned A, original, MIT.

A controlled experiment for checking whether a coding-agent skill improves results. It compares outputs made with and without the skill and uses blinded judging, where reviewers do not know which output used it.

In plain words
What is it for?
Use it to test skills on a fixed task, compare model outputs, judge them without labels, and check whether the conclusion remains stable.
Why use it?
It replaces assumptions about a skill's value with a repeatable comparison and can reveal when a skill makes results worse.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also runs codex exec. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to test skills on a fixed task, compare model outputs, judge them without labels, and check whether the conclusion remains stable.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cassioroos/godfly-skills/gauntlet
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.

Any agent
npx skills add CassioRoos/godfly-skills --skill gauntlet
Clone the repo
git clone --depth 1 https://github.com/CassioRoos/godfly-skills

Made for: Claude Code, Codex.

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 gauntlet

README.md
[![agentmods](https://agentmods.dev/badge/skills/cassioroos/godfly-skills/gauntlet/github.svg)](https://agentmods.dev/skills/cassioroos/godfly-skills/gauntlet)
Your own site
<a href="https://agentmods.dev/skills/cassioroos/godfly-skills/gauntlet"><img src="https://agentmods.dev/badge/skills/cassioroos/godfly-skills/gauntlet/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 gauntlet

Your own site · 80×15
<a href="https://agentmods.dev/skills/cassioroos/godfly-skills/gauntlet"><img src="https://agentmods.dev/badge/skills/cassioroos/godfly-skills/gauntlet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,771 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.00133 $0.01771
Opus 5 $0.00067 $0.00886
Sonnet 5 $0.00027 $0.00354
Haiku 4.5 $0.00013 $0.00177

Measured today against content hash fcd05c14e2fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

gauntlet 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 today.

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.

skills/gauntlet/SKILL.md · 135 lines

How it starts

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

Gauntlet

A skill is a claim: "the model does better with me loaded." Nobody gets to assert that — they prove it. Reading a skill tells you what it intends; only a controlled run tells you what it does. Gauntlet found a polished skill scoring WORSE than no skill at all, and found the mechanism (its evidence pressure manufactured fabrications). That class of defect is invisible to review and fatal in use.

The Law

  1. Control arm or it didn't happen. Every experiment includes a no-skill arm on the same task. A skill is only good if it beats the model without it.
  2. Blind judging, shuffled labels. The judge never knows which output used a skill, which version, or that skills are involved. Shuffle label order between rounds so position bias can't repeat.
  3. The skill under test never sees the rubric. Fixtures and ground truth live outside anything the tested arm reads. And the fixture must be SYNTHETIC — arms must not be able to read the real subject system. codex exec --sandbox read-only restricts writes, not reads; -C <dir> sets cwd and jails nothing; claude -p with bypassPermissions reads the whole machine. So a fixture naming a real repo, service, standard, or ticket that exists on this disk is not a fixture: arms silently cross-check it against reality, and the judge then scores TRUE findings as fabrications because the rubric assumed they could not know. Verified 2026-08-12 — a fake PR about a real service produced arms citing the real requestWithRetry.go:147 and the real docs-repo HEAD SHA, and a 33-count "fabrication" score that was mostly correct reads. Invent service names. Verify containment empirically by grepping every arm's output for real paths and 40-char SHAs BEFORE judging, and discard any arm that escaped. Capabilities must also be matched across arms: one arm with network, gh, or MCP access and another sandboxed are not the same experiment, and the fabrication axis becomes garbage.
  4. Single runs give direction, not decimals. Model output varies run to run; treat a 0.5 gap as noise, a 3-point gap as signal. Rerun ALL arms fresh when comparing versions — never compare a fresh run to a cached one.
  5. Findings become proposals, not automatic rules. Recommend the smallest supported correction; deletion, simplification or no change may be right. Evaluation does not authorize changing an installed skill or committing an artifact. Show the exact proposed diff and follow the global approval gate before adoption; then rerun the relevant controlled comparison.
  6. Detection saturates. Frontier models catch planted flaws easily; when every arm scores full marks, the fixture is dead — the differentiators become fabrication, calibration, presentability, and pressure stability. Refresh fixtures with subtler flaws rather than celebrating ties.

Read the full file on GitHub · 135 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. today Changed · -63 lines · +2 tokens per session fcd05c14e2fd
  2. 4d ago Changed · +1 lines e8a019ec7081
  3. 8d ago First seen · 197 lines · 131 tokens per session scan A f9eba0cc6cdb

Subscribe to this mod's changes

gauntlet is a skill published in the GitHub repository CassioRoos/godfly-skills (1 stars, last pushed today), licensed MIT. It adds 133 tokens to every session and 1,771 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

auto-test-code

A structured process for critically reviewing and testing software code. It records review findings, test plans, commands, results, and supporting files in a project workspace.

huangwb8/skills · 56 tokens

oracle-grill-me

Grill the user relentlessly about a plan, decision, or idea, maintaining the project's domain model (CONTEXT.md, ADRs) as decisions crystallise. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

martinffx/atelier · 58 tokens

remove-ai-slops

Removes AI-generated code smells from branch changes or an explicit file list behind regression tests. Use when the user asks to clean up, deslop, or remove AI-slop patterns from recent changes.

code-yeongyu/oh-my-openagent · 45 tokens

codex-loop

Fix Elixir/Phoenix code until Codex CLI review comes back clean — bounded review, fix, verify loop before opening a PR. Use when codex is installed and you want an external cross-model critic on your changes before pushing.

oliver-kriska/claude-elixir-phoenix · 52 tokens

codex-ab

Run an A/B codex review experiment — holistic codex review vs 3 focused dimension passes (security, ecto, liveview) on the branch diff, classify findings, report a panel-value verdict. Use when the branch is fresh, before any codex review runs.

oliver-kriska/claude-elixir-phoenix · 60 tokens

059-design-atdd

Use when reviewing whether an OpenSpec change's execution goal, acceptance criteria, and implementation or verification tasks are aligned. This should trigger for requests such as Review this OpenSpec change with ATDD; Check acceptance criteria against tasks; Find acceptance criteria without task coverage; Detect…

jabrena/plinth · 93 tokens