All skills

Model Scaffold

/model-scaffoldNEW
Model Engineering & Validation

What it does

Generate a reproducible, runnable PyTorch training repo for a medical-imaging task — segmentation, classification, detection, synthesis, or self-supervised pretraining — with a patient-level seed-locked split, train/evaluate scripts, and a Methods stub. Integrates MONAI / nnU-Net, never reimplements them.

Highlights

  • Five task templates, leakage-safe by construction
  • Auditable patient-level seed-locked split
  • Training-hygiene AST gate + network-free build test

Install this skill

git clone https://github.com/aperivue/medsci-skills.git
cp -r medsci-skills/skills/model-scaffold ~/.claude/skills/
Full documentationView source on GitHub

Related skills