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 skills add AURORA-NEURO/aurora-agent --skill discriminating-experiment-designgit clone --depth 1 https://github.com/AURORA-NEURO/aurora-agentWrote 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/aurora-neuro/aurora-agent/discriminating-experiment-design)<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.
<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>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.00089 | $0.01219 |
| Opus 5 | $0.00044 | $0.00609 |
| Sonnet 5 | $0.00018 | $0.00244 |
| Haiku 4.5 | $0.00009 | $0.00122 |
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.
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.
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.
- 10d ago First seen · 92 lines · 89 tokens per session scan A c061bee4f273
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.
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-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-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-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-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-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…