emmy: Skill for Codex

.agents/skills/run-experiment/SKILL.md

run-experiment is a skill for Codex from cloudrift-ai/emmy. It costs 87 tokens per session (1,340 once invoked), scanned A, original, Apache-2.0.

A workflow for running or rerunning a recorded machine-learning performance experiment on one or more exact GPU setups. It preserves compressed raw measurements and a written interpretation of the results.

In plain words
What is it for?
Use it to execute experiment recipes, validate changed measurement setups, benchmark selected GPU configurations, archive raw results, and maintain cumulative results reports.
Why use it?
It keeps each platform's evidence self-contained and makes changes to experiment harnesses subject to validation before a run. This makes results easier to review and reproduce.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is cloudrift-ai/emmy's own configuration. It tells Codex how to work on emmy itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything emmy configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./venv/bin/emmy bench experiments/<model>/<experiment> [host and filter flags].

Reuse

Borrowing it

Nothing to install: this file belongs to cloudrift-ai/emmy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/cloudrift-ai/emmy/main/.agents/skills/run-experiment/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/cloudrift-ai/emmy

Made for: 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 run-experiment

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudrift-ai/emmy/run-experiment.svg)](https://agentmods.dev/skills/cloudrift-ai/emmy/run-experiment)
Your own site
<a href="https://agentmods.dev/skills/cloudrift-ai/emmy/run-experiment"><img src="https://agentmods.dev/badge/skills/cloudrift-ai/emmy/run-experiment.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,340 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.1 $0.00087 $0.01340
Opus 5 $0.00044 $0.00670
Sonnet 5 $0.00017 $0.00268
Haiku 4.5 $0.00009 $0.00134

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

Security

Grade A, and why

run-experiment 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 6d 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.

.agents/skills/run-experiment/SKILL.md · 99 lines

How it starts

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

Run Experiment

Produce one durable snapshot for each requested exact GPU platform. Use Emmy for execution. Preserve measurements as raw evidence and review them yourself; do not add a result-conversion, plotting, manifest, analysis, or report-generation script.

Prepare

  1. Read the repository AGENTS.md, experiments/ARCHITECTURE.md, the selected recipe.yaml, and any protocol note in the experiment directory.
  2. Confirm the exact experiment directories and hardware source from the request. Use an existing host when supplied; otherwise use the normal Emmy cloud allocation.
  3. Create a feature branch from main when the checkout is still on main. Preserve unrelated worktree changes.
  4. If the request changes the harness, make only the requested recipe or measurement-script edits. Validate expanded rows with emmy bench ... --dry-run; a dry run must not change prior results.

Run

Run the selected directories in one Emmy invocation per exact GPU name/count when practical. Separate invocations keep each platform archive self-contained:

./venv/bin/emmy bench experiments/<model>/<experiment> [host and filter flags]

Stay with the run until every selected row reaches a terminal state. Do not hide failed rows or rerun only failures unless the user requests that change. Emmy creates one <experiment>/<YYYY-MM-DD_HH-MM-SS>/ directory per invocation and writes one *.experiment.yaml per expanded matrix row alongside raw logs and declared command results. Keep this timestamped directory locally for inspection; it remains ignored by Git.

For --no-teardown, clean up with emmy teardown <experiment-dir> after evidence collection unless the user asked to retain the machine. Verify the records were updated after cleanup.

Assemble the durable snapshot

For each selected experiment directory and exact GPU name/count:

  1. Load recipe.yaml and every <timestamp>/*.experiment.yaml from the run just completed. Verify that records cover the expected filtered rows, use one run ID, parse as YAML, contain generic system information, and have a terminal succeeded or failed status. Treat a missing row as a run failure.
  2. Check declared command results for presence and scan records and raw files for secrets. Read the raw measurements, compare the intended lanes, calculate only quantities needed for a clear interpretation, and inspect repeat stability, failures, correctness evidence, and protocol limitations. Do this as intelligent review, not with code added to the experiment recipe or repository.
  3. Derive the platform key as <gpu-short>x<gpu-count> with emmy.hardware.gpu_short_name, for example rtx4090x1. Preserve the latest system-only records inside the timestamped raw directory exactly as Emmy produced them. Do not copy them beside recipe.yaml.
  4. Replace <experiment>/results_<platform-key>.tar.gz with a gzip-compressed tar archive whose root member is the latest timestamped directory, including its system-only records. Verify that archive contains every expected row record. Remove legacy top-level <platform-key>*.experiment.yaml files only after this verification. Keep the local directory through archive extraction or byte verification and never delete another platform's archive. If the caller requires an artifact-only checkout, delete the task-owned local directory only after that archive verification. Track experiments/**/results_*.tar.gz with Git LFS.
  5. Update the current platform section in <experiment>/RESULTS.md with a thoughtful, evidence-backed interpretation. Preserve other platform sections. Include the question, protocol, result summary, repeat variation, comparisons, conclusion, limitations, timestamp, run ID, machine and software information, row status, failures, archive path, and member names. Distinguish direct comparisons from directional ones and avoid claims the harness does not support.
  6. Ensure the durable experiment contains recipe.yaml, one cumulative RESULTS.md, and one named archive for every retained platform. Each archive contains that platform's matching records. The current platform's archive and report section must describe the same most recent run; do not modify another platform's snapshot.

Read the full file on GitHub · 99 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 99 lines · 87 tokens per session scan A 15a477f29d20

Subscribe to this mod's changes

run-experiment is a skill published in the GitHub repository cloudrift-ai/emmy (80 stars, last pushed today), licensed Apache-2.0. It adds 87 tokens to every session and 1,340 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-30.

Related

Other skills, from other repositories

tao-finetune-nv-tesseract-ad-diffusion

NV-Tesseract AD Diffusion — diffusion-based anomaly detection and fine-tuning for multivariate time series. Use when the user asks to "fine-tune NV-Tesseract", "run AD diffusion inference", "detect anomalies with diffusion", "time series anomaly detection", "finetune ad-diffusion", "use…

NVIDIA-TAO/tao-skill-bank · 148 tokens

mpi

MPI skill for distributed-memory parallel programming. Use when writing MPISend/Recv programs, collective operations, non-blocking communication, MPI+OpenMP hybrid, or debugging with mpirun. Activates on queries about MPIInit, MPIAllreduce, MPIIsend, mpirun, MPI-IO, or MPI performance.

mohitmishra786/low-level-dev-skills · 68 tokens

use-openhcs

Operate local OpenHCS microscopy workflows through the bundled MCP server. Use when Codex needs to inspect plate data, discover processing functions, author or validate pipelines, compile and execute jobs, control viewers, or interact with a running OpenHCS GUI.

OpenHCSDev/openhcs · 55 tokens

inference-aiops

Use this skill whenever the user needs to operate a GPU inference cluster — vLLM (OpenAI API + Prometheus /metrics) and Ray Serve / Ray Jobs (Ray dashboard), plus the single-process serving engines SGLang and TGI (Text Generation Inference): a one-shot cluster overview (deployments + total replicas + queue…

AIops-tools/Inference-AIops · 417 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

K-Dense-AI/scientific-agent-skills · 42 tokens