checkpoint

Create and verify named workflow checkpoints with deterministic logging.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Eotel/claude-marketplace --skill checkpoint-eotel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/Eotel/claude-marketplace/tree/main/plugins/base/skills/checkpoint
Command: npx skills add https://github.com/Eotel/claude-marketplace --skill checkpoint-eotel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps you capture and validate a precise point in your workflow to prevent drift and backtracking.

Core Features & Use Cases

  • Create named checkpoints to snapshot the current state
  • Verify a current state against a named checkpoint
  • List existing checkpoints with their metadata

Quick Start

Create a named checkpoint to capture the current state and verify it after implementing changes.

Frequently Asked Questions about checkpoint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a workflow checkpoint to prevent state drift during debugging?

To create a workflow checkpoint, you snapshot the current state using a named identifier. This captures a precise point in your development workflow, preventing drift and backtracking during debugging or CI pipelines by logging deterministically to .claude/checkpoints.log.

What is the best way to verify state against a named checkpoint in a CI workflow?

The best way to verify state in a CI workflow is to compare your current state against a previously named checkpoint. This validation process applies guardrails to your development workflow, ensuring no unexpected changes occurred between checkpoints.

Can I list existing checkpoints with their metadata in version control workflows?

Yes, you can list existing checkpoints with their metadata in version control workflows. The functionality allows you to retrieve and review all named snapshots, providing visibility into the state guardrails applied throughout your software development sessions.

Does the checkpoint logging process require specific dependencies for DevOps automation?

No specific dependencies are required for the checkpoint logging process in DevOps automation. It safely logs state comparisons and checkpoint metadata natively to the .claude/checkpoints.log file without needing external version-control libraries or frameworks.