What problem does it solve?
This Skill removes the friction of launching ML experiments by handling GPU environment detection, code synchronization, dependency setup, job execution, and results/log management across local machines, remote SSH servers, Vast.ai, and Modal.
Core Features & Use Cases
- Environment-aware deployment: Detects Local/Remote/Vast.ai/Modal from
CLAUDE.md, with Vast.ai instance reuse and Modal delegation.
- GPU pre-flight validation: Checks GPU availability (via
nvidia-smi or MPS availability) before launching to avoid wasting cycles.
- Operational launch workflow: Starts experiments using
screen for remote/Vast.ai and background execution for local, while capturing logs with tee.
- Optional W&B instrumentation: When enabled in
CLAUDE.md, it ensures scripts log metrics to Weights & Biases.
- Optional Vast.ai lifecycle management: Automatically downloads results/logs and destroys the instance when
auto_destroy: true to prevent idle billing.
Quick Start
Ask the assistant to run an ML experiment with: run experiment to train my model with the dataset and hyperparameters described above.