checkpoint

Create, verify, and list workflow checkpoints with timestamps and git SHA.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/YuriNakayama/neurogolf --skill checkpoint-yurinakayama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/YuriNakayama/neurogolf/tree/main/.claude/skills/checkpoint
Command: npx skills add https://github.com/YuriNakayama/neurogolf --skill checkpoint-yurinakayama

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management and verification of checkpoints within a workflow, ensuring consistency and stability throughout the development process.

Core Features & Use Cases

  • Checkpoint Creation: Create named checkpoints at key stages of the workflow to preserve a clean state.
  • Checkpoint Verification: Verify against saved checkpoints by comparing current state against historical state.
  • Checkpoint Listing: Show all checkpoints with timestamps, git SHA, and status (current, behind, ahead).
  • Workflow Documentation: Provides clear guidelines on how to integrate checkpoints into the development workflow.

Quick Start

Use the checkpoint skill to create a new checkpoint named "feature-start".

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I create checkpoints to maintain workflow stability during development?

To create checkpoints for workflow stability, you define named checkpoints at key stages to preserve a clean state. This allows you to capture and manage consistent states throughout the development process.

How does checkpoint verification work when comparing current and historical states?

Checkpoint verification works by comparing your current state against a saved historical state. This mechanism ensures consistency and verifies that your development progress aligns with the previously stored checkpoint.

Can I view a list of saved checkpoints with git SHA and status details?

Yes, you can view all saved checkpoints with relevant details. The listing displays timestamps, git SHA, and status indicators showing whether a checkpoint is current, behind, or ahead for tracking progress.

Do I need any specific dependencies to use this checkpointing workflow?

No specific dependencies are required to use this checkpointing workflow. The skill operates independently using scripts to manage state verification and ensure code stability across your development stages.

What is the best way to integrate checkpointing into an existing development workflow?

The best way to integrate checkpointing is by following the provided workflow documentation guidelines. This ensures proper checkpoint creation and verification steps are applied effectively for workflow management.