discriminating-experiment-design

discriminating-experiment-design is a skill for Claude Code from AURORA-NEURO/aurora-agent. It costs 89 tokens per session (1,219 once invoked), scanned A, original, Apache-2.0.

A method for designing benchmarks and experiments that can reveal differences between competing methods. A benchmark is a repeatable test used to compare performance.

In plain words
What is it for?
Use it when designing evaluation tasks, varying the structure of test cases, or reporting a tie that remains after a fair comparison.
Why use it?
It detects when every method gets the same result because the test is too easy or structured in a way that hides meaningful differences.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the aurora-science plugin — 6 skills shipped together

Good fit Use it when designing evaluation tasks, varying the structure of test cases, or reporting a tie that remains after a fair comparison.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aurora-neuro/aurora-agent/discriminating-experiment-design
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 AURORA-NEURO/aurora-agent --skill discriminating-experiment-design
Clone the repo
git clone --depth 1 https://github.com/AURORA-NEURO/aurora-agent

Made for: Claude Code.

Or install aurora-science, the plugin that ships this one along with the rest of its 6 skills.

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 discriminating-experiment-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/aurora-neuro/aurora-agent/discriminating-experiment-design/github.svg)](https://agentmods.dev/skills/aurora-neuro/aurora-agent/discriminating-experiment-design)
Your own site
<a href="https://agentmods.dev/skills/aurora-neuro/aurora-agent/discriminating-experiment-design"><img src="https://agentmods.dev/badge/skills/aurora-neuro/aurora-agent/discriminating-experiment-design/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 discriminating-experiment-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/aurora-neuro/aurora-agent/discriminating-experiment-design"><img src="https://agentmods.dev/badge/skills/aurora-neuro/aurora-agent/discriminating-experiment-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,219 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.00089 $0.01219
Opus 5 $0.00044 $0.00609
Sonnet 5 $0.00018 $0.00244
Haiku 4.5 $0.00009 $0.00122

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

Security

Grade A, and why

discriminating-experiment-design 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.

plugins/aurora-science/skills/discriminating-experiment-design/SKILL.md · 92 lines

How it starts

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

Note: the crate paths, documents, and measured numbers below are illustrations from the aurora-agent workspace where these methods were developed and tested. The methods themselves apply to any experiment or benchmark design.

Discriminating experiment design

A benchmark on which every serious method gets the same answer has measured the benchmark, not the methods. The workspace hit this on its own flagship comparison and turned the recovery into a repeatable method.

First, notice that your benchmark cannot discriminate

On the shipped reference world, the compiler under test was matched exactly — the identical eleven-fact selection, not merely the same count — by a tuned graph walk, a lexical retriever, and a directed dependency walk (docs/FINDINGS.md). The findings document says what that means, and yours should too: "That is partly a property of the benchmark, not of the methods." The reference world sat at one corner of the structural space: distractors on a hub leaf, no relay chain, tags that name the answer. Any method that exploits any of adjacency, lexical overlap, or dependency structure lands on the same answer there.

Symptoms to check for on your own benchmark: identical selections (not just identical scores), one structural feature that every method can exploit, and a winner that flips when a single world-construction choice changes.

Construct a family that could discriminate

Turn the properties your benchmark accidentally fixed into explicit parameters, holding the decisive content and the judging oracle constant. The workspace's generator (crates/worldgen) made three properties into knobs:

  • Attachment — are distractors attached at a hub or near the target?
  • Relay depth — is decisive evidence behind a chain of intermediate steps?
  • Tag camouflage — do distractor labels tokenize into the protected vocabulary, or are they lexically distinct from it?
  • plus distractor count as a scale axis.

Each axis is aimed at one method family's known crutch: attachment and relay depth break undirected adjacency; camouflage breaks character-level similarity (camouflaged tags share most of their trigrams with the query — exactly the similarity a hashed-trigram basis rewards, which is why the embedding retriever's closure fell to 36% where BM25 held 91%). Design each knob to break a named assumption, and predict in writing which family it should break before running.

Read the full file on GitHub · 92 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. 10d ago First seen · 92 lines · 89 tokens per session scan A c061bee4f273

Subscribe to this mod's changes

discriminating-experiment-design is a skill published in the GitHub repository AURORA-NEURO/aurora-agent (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 89 tokens to every session and 1,219 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.

Related

Other skills, from other repositories

blazemeter-api-reference

Comprehensive reference for BlazeMeter REST APIs, including authentication, identifiers, and API endpoints. Use when working with BlazeMeter APIs for (1) Understanding BlazeMeter REST API structure, (2) Authenticating API requests, (3) Obtaining identifiers (Workspace ID, Project ID, Test ID, etc.), (4) Using Test…

Blazemeter/bzm-mcp · 109 tokens

blazemeter-performance-testing

Comprehensive guide for BlazeMeter Performance Testing, including load configuration, reporting, JMeter configuration, Taurus, scenarios, and advanced features. Use when working with Performance tests for (1) Configuring load settings and distribution, (2) Creating and running tests (JMeter, Browser, URL/API…

Blazemeter/bzm-mcp · 138 tokens

blazemeter-getting-started

Getting started guides for BlazeMeter, including onboarding, migration guides, continuous testing journey, glossary, and mobile testing. Use when getting started with BlazeMeter for (1) Navigating BlazeMeter University onboarding, (2) Migrating from Runscope or JMeter, (3) Understanding the continuous testing journey…

Blazemeter/bzm-mcp · 96 tokens

blazemeter-api-monitoring

Comprehensive guide for BlazeMeter API Monitoring, including test creation, configuration, scripting, integrations, notifications, and management. Use when working with API Monitoring tests for (1) Creating and configuring API tests, (2) Writing custom scripts (Initial, Pre-request, Post-response), (3) Integrating…

Blazemeter/bzm-mcp · 142 tokens

blazemeter-service-virtualization

Comprehensive guide for BlazeMeter Service Virtualization, including virtual services, transactions, templates, and management. Use when working with Service Virtualization for (1) Creating virtual services and transactions, (2) Managing services (clone, export/import, rename/delete), (3) Using templates and…

Blazemeter/bzm-mcp · 104 tokens

blazemeter-troubleshooting

Comprehensive troubleshooting guide for BlazeMeter, covering API Monitoring, Performance Testing, general issues, integrations, and security. Use when troubleshooting for (1) API Monitoring issues (Radar Agent auth, SSL certificates, debug tests), (2) Performance Testing issues (high response time, 500 errors, partial…

Blazemeter/bzm-mcp · 131 tokens