autoresearch-ml
Installation
SKILL.md
Autoresearch ML: Autonomous LLM Training Optimization
An autonomous experiment loop for single-GPU LLM pretraining. Edit train.py → commit → run 5-minute training → measure val_bpb → keep improvement or revert → repeat forever.
This skill is self-contained — it includes everything needed to set up and run the loop.
Setup Phase
1. Copy Template Assets
Copy the bundled training template to the project directory:
cp ${CLAUDE_SKILL_DIR}/assets/prepare.py .
cp ${CLAUDE_SKILL_DIR}/assets/train.py .
cp ${CLAUDE_SKILL_DIR}/assets/pyproject.toml .
cp ${CLAUDE_SKILL_DIR}/assets/program.md .
Related skills