checkpoint-manager

Installation
SKILL.md

Checkpoint Manager

Creates and manages state checkpoints for safe rollback during autonomous coding.

Quick Start

Create Checkpoint

from scripts.checkpoint_manager import CheckpointManager

manager = CheckpointManager(project_dir)
checkpoint = await manager.create_checkpoint(
    name="before-refactor",
    description="State before major refactoring"
)
Installs
20
GitHub Stars
11
First Seen
Jan 24, 2026
checkpoint-manager — adaptationio/skrillz