Skip to content

numerataz/instrument-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

instrument-experiment skill

A Claude Code skill that instruments Python training applications with p95 for experiment tracking and metrics logging.

What it does

When invoked, this skill guides Claude to:

  1. Install p95
  2. Wrap your training loop with a Run context manager
  3. Log hyperparameters via log_config and metrics via log_metrics
  4. Show you how to inspect results with the pnf CLI

Installation

Skills can be installed at the project level (this project only) or personal level (all your projects).

Personal (recommended)

mkdir -p ~/.claude/skills/instrument-experiment
cp SKILL.md ~/.claude/skills/instrument-experiment/SKILL.md

Or clone directly into your skills directory:

git clone https://github.com/numerataz/instrument-experiment ~/.claude/skills/instrument-experiment

Project-level

mkdir -p .claude/skills/instrument-experiment
cp SKILL.md .claude/skills/instrument-experiment/SKILL.md

Usage

Claude will invoke this skill automatically when you ask things like:

  • "Instrument my training script with p95"
  • "Add experiment tracking to my training loop"
  • "Log my training metrics"
  • "Track hyperparameters for this experiment"
  • "Run a hyperparameter sweep"
  • "Compare ML runs"
  • "Set up p95 in my Python project"

You can also invoke it manually:

/instrument-experiment

Requirements

  • Python project with a training loop
  • pip or uv for package installation

About

Claude skill to instrument training experiments using p95

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors