checkpoint

Create and verify named checkpoints against a Git-backed history.

24|5|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Luohaothu/everything-codex --skill checkpoint-luohaothu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/Luohaothu/everything-codex/tree/main/skills/checkpoint
Command: npx skills add https://github.com/Luohaothu/everything-codex --skill checkpoint-luohaothu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This utility helps teams manage long-running development sessions by creating and verifying checkpoints using git commits and a centralized log.

Core Features & Use Cases

Core features include creating named checkpoints, verifying progress against checkpoints, listing existing checkpoints, and clearing old ones. Use cases include tracking feature development, experiments, and refactor progress across multi-day sessions.

Quick Start

Create a checkpoint with /checkpoint create <name>, verify with /checkpoint verify <name>, or list and clear checkpoints as your session requires.

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I track progress in long-running development sessions using Git?

Track progress by creating and verifying named checkpoints against a Git-backed history. This logs milestones to a central file, ensuring auditability during iterative coding and collaborative projects.

What is a Git checkpoint and when do I need it for workflow automation?

A Git checkpoint is a named milestone logged in a central file that validates progress against commit history. You need it for multi-day feature development, experiments, or refactoring where tracking state is critical.

How do I create and verify workflow checkpoints in a DevOps environment?

Create a checkpoint using '/checkpoint create <name>' and verify it using '/checkpoint verify <name>'. This records and validates your session state against the centralized Git log.

Can I use this checkpoint session-management tool for collaborative projects?

Yes, this checkpoint tool supports collaborative projects and iterative coding sessions. It manages shared milestones by creating, verifying, listing, and clearing checkpoints.

How do I list and clear old workflow checkpoints from my session log?

List and clear old checkpoints as your session requires using dedicated list and clear commands. This manages the centralized log file and removes outdated progress tracking entries.