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.

Tibsfox Updated

File contents

Tibsfox/gsd-skill-creator/tree/main/examples/skills/gsd-meta/checkpoint-resume-long-job commit 6ec73e157d

Frequently asked questions

npx skillmds@latest add tibsfox/checkpoint-resume-long-job