Checkpoint Resume Long Job

Persist progress for long-running jobs (batched LLM calls, large ingestions, multi-hour syncs) so that a context reset, crash, or interrupt doesn't lose work. Use whenever a job iterates over N items and completing item K matters independently. Provides a resumable.mjs library pattern plus the skill's invocation heuristics.

majiayu000 Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/workflow/checkpoint-resume-long-job commit f06ecd2274

Frequently asked questions

npx skillmds@latest add majiayu000/checkpoint-resume-long-job-2