experiment-tracking

experiment-tracking is a skill for Claude Code, Codex from param087/agent-ml-skills. It costs 42 tokens per session (684 once invoked), scanned A, original, MIT.

A guide to recording the data, code, settings, results, and environment used in machine-learning experiments.

In plain words
What is it for?
Use it when comparing models or configurations, logging metrics and files with MLflow or Weights & Biases, or organizing models for promotion.
Why use it?
It makes model comparisons reproducible, so you can identify what produced a result instead of relying on an unexplained number. It also helps teams share runs and prepare models for staging or production.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/param087/agent-ml-skills/experiment-tracking
Any agent
npx skills add param087/agent-ml-skills --skill experiment-tracking
Clone the repo
git clone --depth 1 https://github.com/param087/agent-ml-skills

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-tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/param087/agent-ml-skills/experiment-tracking.svg)](https://agentmods.dev/skills/param087/agent-ml-skills/experiment-tracking)
Your own site
<a href="https://agentmods.dev/skills/param087/agent-ml-skills/experiment-tracking"><img src="https://agentmods.dev/badge/skills/param087/agent-ml-skills/experiment-tracking.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 684 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00042 $0.00684
Opus 5 $0.00021 $0.00342
Sonnet 5 $0.00008 $0.00137
Haiku 4.5 $0.00004 $0.00068

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

Security

Grade A, and why

experiment-tracking scanned grade A with 1 finding 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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

sha = subprocess.check_output(["git", "rev-parse", "HEAD"]).decode().strip()
skills/experiment-tracking/SKILL.md · 74 lines

How it starts

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

Experiment Tracking

Overview

Untracked experiments are unreproducible experiments. If you can't answer "which data + code + hyperparameters produced this metric?", you don't have a result — you have a number. This skill standardizes what to log and how.

When to use

  • Running more than one model/config.
  • Comparing experiments or sharing results with a team.
  • Preparing a model for promotion to staging/production.

What to always log

Category Examples
Params hyperparameters, model arch, seed, data version/hash
Metrics train/val loss per epoch, final test metrics, timing
Artifacts model checkpoint, config file, plots, confusion matrix
Code state git commit SHA, dirty flag, dependency lockfile
Environment Python/CUDA version, hardware

MLflow pattern

import mlflow, subprocess

mlflow.set_experiment("churn-classifier")
sha = subprocess.check_output(["git", "rev-parse", "HEAD"]).decode().strip()

with mlflow.start_run(run_name="hgb-baseline"):
    mlflow.log_params({"model": "HGB", "lr": 0.1, "seed": 42, "data_v": "2026-06-01"})
    mlflow.set_tag("git_sha", sha)
    for epoch, loss in enumerate(history):
        mlflow.log_metric("val_loss", loss, step=epoch)
    mlflow.log_metric("test_auc", test_auc)
    mlflow.sklearn.log_model(model, "model")
    mlflow.log_artifact("confusion_matrix.png")

Weights & Biases pattern

import wandb
wandb.init(project="churn", config={"lr": 3e-4, "seed": 42})
for epoch in range(epochs):
    wandb.log({"val_loss": val_loss, "epoch": epoch})
wandb.log({"test_auc": test_auc})
wandb.finish()

Run hygiene

  • One run = one config. Don't mutate params mid-run.
  • Name runs meaningfully (hgb-lr0.1-seed42), and tag by experiment goal.
  • Log the data version, not just the code — data drift silently invalidates comparisons.
  • Promote a vetted run to the model registry with a stage (Staging/Production) rather than copying files around.

Read the full file on GitHub · 74 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. 6d ago First seen · 74 lines · 42 tokens per session scan A 9d1dbd82c7c5

Subscribe to this mod's changes

experiment-tracking is a skill published in the GitHub repository param087/agent-ml-skills (9 stars, last pushed 3mo ago), licensed MIT. It adds 42 tokens to every session and 684 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). 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

stock-data-fetch

Fetch multi-market financial data — US (FMP→Finnhub), A/HK (Tencent→Sina), crypto (OKX→Hyperliquid), commodities (Hyperliquid+Finnhub), news (Marketaux), backup (Longbridge). Battle-tested in restricted network environments.

realnaka/alphaloop · 62 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

apollo-lead-finder

Two-phase Apollo.io prospecting: free People Search to discover ICP-matching leads, then selective enrichment to reveal emails/phones (credits per contact). Creates Apollo lists. Deduplicates against existing contacts by LinkedIn URL.

gooseworks-ai/goose-skills · 51 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens

browse-and-evaluate

Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

MoizIbnYousaf/Ai-Agent-Skills · 43 tokens

render-3d-product-showcase

Assemble a premium 3D product-showcase ad from a config — four beat clips (an orbiting hero rotation, a macro push-in, a physics reveal, a typographic close) normalized to the brand-color canvas, hard-concatenated in order, closed on a deterministic Playwright brand end card, and mixed under one instrumental bed at…

gooseworks-ai/goose-skills · 159 tokens