CH

checkpoint-resume

Ensures reliable data pipeline processing through atomic file tracking and automatic failure recovery.

Install

mkdir -p .claude/skills/checkpoint-resume && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3893" && unzip -o skill.zip -d .claude/skills/checkpoint-resume && rm skill.zip

Installs to .claude/skills/checkpoint-resume

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Exactly-once processing semantics with distributed coordination for file-based data pipelines. Atomic file claiming, status tracking, and automatic retry with in-memory fallback.
178 charsno explicit “when” trigger
Advanced

Key capabilities

  • Atomic file claiming
  • Distributed status tracking
  • Automatic retry management
  • In-memory processing fallback
  • Processing statistics tracking

How it works

Uses atomic database functions to claim files and track state, ensuring only one worker processes each file.

Inputs & outputs

You give it
File URL and processing task
You get back
Checkpoint status and processing stats

When to use checkpoint-resume

  • Coordinate distributed data processing
  • Implement atomic file operations
  • Manage automatic retries in file pipelines

About checkpoint-resume

Provides coordination logic for file-based pipelines. It manages atomic file claiming and tracks status, ensuring data is processed exactly once even if failures occur.

Exactly-once processing semantics with distributed coordination for file-based data pipelines. Atomic file claiming, status tracking, and automatic retry with in-memory fallback.

When not to use it

  • For non-file-based data pipelines
  • When atomic database operations are unavailable

Prerequisites

PostgreSQL or Supabase database

Limitations

  • Requires database for distributed coordination
  • Retry limit capped at 3

How it compares

It provides built-in exactly-once semantics and retry logic that manual pipeline scripts lack.

Compared to similar skills

checkpoint-resume side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
checkpoint-resume (this skill)16moNo flagsAdvanced
pdf-processing-pro1710moReviewIntermediate
python-repl64moReviewBeginner
math-router67moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry