Agent skill · Design & Presentation

experiment-suite

Use when the user has a research question and needs a complete experiment package — design document, runnable code, results (measured or simulated with honest provenance), publication-grade figures, structured report. Single-stage, no Python runtime.

ai4s-research1,015★ · +146/wk · 1 repos on radarProfile →
claude-codeships scriptsMIT
Install
npx skills add ai4s-research/ai4s-skills --skill experiment-suite --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 18
SKILL.md size: 10 KB
Bundled scripts: yes
Path: skills/experiment-suite/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 163
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Experiment Suite ## Overview End-to-end experiment package builder. **Single stage, full quality from the start.** The agent (Claude Code / Cursor / Aider / Codex / …) writes everything directly using its own tools (Write, Bash, WebFetch, …). This skill contains procedure + reference playbooks + figure-example scripts — no Python runtime, no LLM SDK. The substantive work is decomposed into reference playbooks under `references/`: | Reference | Topic | |---|---| | `references/00-incremental-execution.md` | how to do this without losing work: batches, persistence, resume — **read first** | | `references/01-design-depth.md` | what a real experiment design contains (motivation → hypothesis → datasets → baselines → metrics → ablations → budget) | | `references/01a-data-contract.md` | runtime dataset binding: source, access route, version, split, and reuse boundary | | `references/02-code-quality.md` | code-skeleton standards — runnable `model.py`, `data.py`, `train.py`, `evaluate.py` | | `references/03-results-protocol.md` | `results.json` schema; `measured` / `simulated` / `illustrative` provenance | | `references/04-publication-figures.md` | publication-grade charts, multi-panel lay

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. When NOT to Use
  4. Workflow
  5. Step 1 — Understand the question and operating mode
  6. Step 2 — Set up the run directory
  7. Step 3 — Build the package (REQUIRED — this is the whole job)
  8. Step 4 — Deliver
  9. Cross-skill data flow (path convention)
  10. Important rules
Ships with 17 files
  • figure_examples/FIGURE_CONTRACT_TEMPLATE.md
  • figure_examples/README.md
  • figure_examples/make_fig_02_horizon_sweep.py
  • figure_examples/make_fig_03_heatmap.py
  • figure_examples/make_fig_04_ablation.py
  • figure_examples/requirements.txt
  • figure_examples/style_kit.py
  • references/00-incremental-execution.md
  • references/01-design-depth.md
  • references/01a-data-contract.md
  • references/02-code-quality.md
  • references/03-results-protocol.md
  • references/04-publication-figures.md
  • references/04a-figure-contract.md
  • references/04b-figure-qa.md
  • references/05-report-structure.md
  • references/06-quality-gate.md
Commands it runs
mkdir -p "$RUN/experiment" "$RUN/figures"
ln -sfn "$TS" "output/experiment-suite/$SLUG/latest"
More from ai4s-skills
All skills →
About this skill
What does the experiment-suite skill do?

Use when the user has a research question and needs a complete experiment package — design document, runnable code, results (measured or simulated with honest provenance), publication-grade figures, structured report. Single-stage, no Python runtime.

How do I install it?

Run `npx skills add ai4s-research/ai4s-skills --skill experiment-suite --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ai4s-research/ai4s-skills, a repository with 163 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going