design-resumable-model-evaluation

Installation
SKILL.md

Design Resumable Model Evaluation

Make interruption cheap and evidence comparable.

Freeze an evaluation revision

Create a unique revision for every combination of corpus membership, model, prompt/instructions, schema, decoder settings, validator, run count, and thresholds. Hash this configuration into the state file. Never seed a new revision from incompatible results.

Write the case manifest before inference. Select cases from stable metadata, not previous outcomes.

Persist atomically

Use an append-only result stream or atomically replace a small state file after every case/run. Store:

Installs
3
Repository
bastos/skills
GitHub Stars
7
First Seen
Aug 26, 2026
design-resumable-model-evaluation — bastos/skills