chimera-when-two-results-contradict-suspect-the-apparatus

chimera-when-two-results-contradict-suspect-the-apparatus is a skill for Claude Code, Codex from brcampidelli/chimera-agent. It costs 51 tokens per session (1,042 once invoked), scanned A, original, Apache-2.0.

A debugging rule for investigating the test setup when two measurements from your own runs disagree beyond what normal sampling variation could explain.

In plain words
What is it for?
Use it when results from your own experiments or evaluations cannot both be true. Record the commands and commits, then compare configuration, code paths, input files, and scorer versions.
Why use it?
It prevents you from inventing explanations for a contradiction caused by different code, inputs, configuration, or scoring tools. Comparing the runs first shows whether the measurement process changed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when results from your own experiments or evaluations cannot both be true. Record the commands and commits, then compare configuration, code paths, input files, and scorer versions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/brcampidelli/chimera-agent/chimera-when-two-results-contradict-suspect-the-apparatus
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 brcampidelli/chimera-agent --skill chimera-when-two-results-contradict-suspect-the-apparatus
Clone the repo
git clone --depth 1 https://github.com/brcampidelli/chimera-agent

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 chimera-when-two-results-contradict-suspect-the-apparatus

README.md
[![agentmods](https://agentmods.dev/badge/skills/brcampidelli/chimera-agent/chimera-when-two-results-contradict-suspect-the-apparatus/github.svg)](https://agentmods.dev/skills/brcampidelli/chimera-agent/chimera-when-two-results-contradict-suspect-the-apparatus)
Your own site
<a href="https://agentmods.dev/skills/brcampidelli/chimera-agent/chimera-when-two-results-contradict-suspect-the-apparatus"><img src="https://agentmods.dev/badge/skills/brcampidelli/chimera-agent/chimera-when-two-results-contradict-suspect-the-apparatus/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 chimera-when-two-results-contradict-suspect-the-apparatus

Your own site · 80×15
<a href="https://agentmods.dev/skills/brcampidelli/chimera-agent/chimera-when-two-results-contradict-suspect-the-apparatus"><img src="https://agentmods.dev/badge/skills/brcampidelli/chimera-agent/chimera-when-two-results-contradict-suspect-the-apparatus.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,042 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00051 $0.01042
Opus 5 $0.00026 $0.00521
Sonnet 5 $0.00010 $0.00208
Haiku 4.5 $0.00005 $0.00104

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

Security

Grade A, and why

chimera-when-two-results-contradict-suspect-the-apparatus 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 12d 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.

skills/chimera-when-two-results-contradict-suspect-the-apparatus/SKILL.md · 90 lines

How it starts

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

Trigger

Two measurements you produced yourself disagree by an amount you cannot account for: the run with a fraction of the data scores better than the big one; a component reads 0% on a task an adjacent measurement shows it doing routinely; a change moves a number in the direction it makes impossible.

The trigger is the size of the gap, not its existence. Two runs differing within their noise band is a sampling question, and this card has nothing to say about it. It also does not apply to your number versus somebody else's published number — different data, prompts, seeds and versions explain those all day, and treating that as an apparatus alarm will have you auditing a harness that is fine. The case here is: both sides of the contradiction are yours, and both cannot be true.

Do

  1. Write the contradiction down first, as two lines: the two numbers, and the exact commands and commits that produced them. Stop theorising until that is on the page — an unwritten contradiction gets softened into a puzzle within about a paragraph.
  2. Diff the two runs before reasoning about them: config, commit, code path, input file hash, the version of the scorer. Prefer a diff you can read over an explanation you can construct.
  3. Push known answers through the measurement itself. Run the reference/gold solutions through your grader before trusting any model score. If a known-correct answer is graded as a failure, the defect is in the grader and every number it has produced is void, including the one you liked.
  4. Only once the apparatus survives step 3 do you spend effort explaining the phenomenon.
  5. If the apparatus was at fault, retract the numbers rather than reinterpreting them. A score from a broken scorer is not a noisy estimate of the truth; it is unrelated to it.

Avoid

Building several careful hypotheses to explain both numbers and then testing them rigorously. That is the expensive version of this mistake: the rigour is real, the effort is real, and all of it is measured on an artefact. Method quality downstream of a broken instrument only gets you to the wrong answer with better error bars.

Read the full file on GitHub · 90 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. 12d ago First seen · 90 lines · 51 tokens per session scan A c33d19c446e5

Subscribe to this mod's changes

chimera-when-two-results-contradict-suspect-the-apparatus is a skill published in the GitHub repository brcampidelli/chimera-agent (25 stars, last pushed yesterday), licensed Apache-2.0. It adds 51 tokens to every session and 1,042 once invoked, about $0.0003 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-30.