experiment-pipeline

experiment-pipeline is a skill for Claude Code, Codex from CamusGIT/EvoQuant. It costs 129 tokens per session (4,883 once invoked), scanned A, original, Apache-2.0.

A four-stage workflow for running research experiments: reproduce a baseline, tune settings, test a proposed method, and perform an ablation study. An ablation study tests which parts of a method are responsible for its results.

In plain words
What is it for?
Use it to organize experiment execution, validate a new method against a baseline, manage attempts, and decide when to continue or stop a stage.
Why use it?
It reduces wasted runs by requiring earlier results and clear limits before moving to later experiment stages.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/camusgit/evoquant/experiment-pipeline
Any agent
npx skills add CamusGIT/EvoQuant --skill experiment-pipeline
Clone the repo
git clone --depth 1 https://github.com/CamusGIT/EvoQuant

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 experiment-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/camusgit/evoquant/experiment-pipeline.svg)](https://agentmods.dev/skills/camusgit/evoquant/experiment-pipeline)
Your own site
<a href="https://agentmods.dev/skills/camusgit/evoquant/experiment-pipeline"><img src="https://agentmods.dev/badge/skills/camusgit/evoquant/experiment-pipeline.svg" alt="Measured on agentmods" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,883 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00129 $0.04883
Opus 5 $0.00064 $0.02441
Sonnet 5 $0.00026 $0.00977
Haiku 4.5 $0.00013 $0.00488

Measured 5d ago against content hash ff7f024c255b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

experiment-pipeline 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 5d 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.

EvoQuant/skills/experiment-pipeline/SKILL.md · 314 lines

How it starts

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

Experiment Pipeline

A structured 4-stage framework for executing research experiments from initial implementation through ablation study, with attempt budgets and gate conditions that prevent wasted effort. This follows the Experiment Tree Search design from the EvoQuant paper, where the engineer agent iteratively generates executable code, runs experiments, and records structured execution results at each stage.

When to Use This Skill

  • User has a planned experiment and needs to organize the execution workflow
  • User wants to systematically validate a novel method against baselines
  • User asks about experiment stages, attempt budgets, or when to move on
  • User needs to reproduce baseline results before testing their method
  • User mentions "experiment pipeline", "baseline first", "ablation study", "stage budget", "experiment execution"

The Pipeline Mindset

Experiments fail for two reasons: wrong order and no stopping criteria. Most researchers jump straight to testing their novel method without verifying their baseline setup, then wonder why results don't make sense. Others spend weeks tuning hyperparameters without a budget, hoping the next run will work.

The 4-stage pipeline solves both problems. It enforces a strict order (each stage validates assumptions the next stage depends on) and assigns attempt budgets (forcing systematic thinking over brute-force iteration).

Before Starting: Load Prior Knowledge

If coming from research-ideation, your research proposal (Step 7) provides the experiment plan — datasets, baselines, metrics, and ablation design — that maps directly to Stages 1-4 below.

Dataset rule (applies to every stage): the proposal's dataset plan is already scoped to what is actually available, not the paper's dataset. The local dataset usually differs from the paper's (universe, date window, vendor). So reproduction is a faithful reconstruction on the scoped local data, not an exact match to the paper's numbers. Compare against a tolerance justified by the documented dataset differences; reserve "within 2% of reported" for the rare case you run on the paper's own data.

Read the full file on GitHub · 314 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. 5d ago First seen · 314 lines · 129 tokens per session scan A ff7f024c255b

Subscribe to this mod's changes

experiment-pipeline is a skill published in the GitHub repository CamusGIT/EvoQuant (215 stars, last pushed 18d ago), licensed Apache-2.0. It adds 129 tokens to every session and 4,883 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

labrat-operator

Use when operating a labrat lab with Codex: checking health, choosing the next phase prompt, supervising runtime cycles, auditing candidates, synthesizing recent evaluations, or writing checkpoint notes.

ProjectDXAI/labrat · 42 tokens

access-gevety-health-biomarker-data

Access your Gevety health data - biomarkers, healthspan scores, biological age, supplements, activities, daily actions, 90-day health protocol, and upcoming tests.

rondoflow/rondoflow · 43 tokens

aminer-open-academic-search

ACADEMIC PRIORITY: Activate this skill whenever the user's query involves academic, scholarly, or research-related topics — including but not limited to: papers, publications, citations, scholars, researchers, professors, institutions, universities, labs, journals, conferences,…

rondoflow/rondoflow · 58 tokens

acorn-theorem-prover-verifier

Verify and write proofs using the Acorn theorem prover for mathematical and cryptographic formalization. Use when working with Acorn proof files (.ac), verifying theorems, formalizing mathematical or cryptographic protocols, or writing proofs in the Acorn language. Triggers on:…

rondoflow/rondoflow · 65 tokens

research-innovation-explorer

Build literature-grounded research-question candidate landscapes by collecting papers, generating A+B matrices, and dynamically reviewing combinations with traceable evidence, uncertainty, and next checks. Use when an AI agent needs to explore a field, screen research questions, compare paper combinations, inspect…

foryourhealth111-pixel/research-innovation-explorer · 70 tokens

research-routes-explore

Explore open-ended scientific or product questions through multiple concurrent Research Routes branches, probes, experiments, observations, evidence polarity, failure regimes, unknowns, and mature-method comparators. Use for research exploration or hybrid discovery from any starting point while keeping a route-neutral…

zenx0x/allinluna · 71 tokens