checkpoint-trigger

Community

Save and restore work state, never lose progress.

Authorgrandinh
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually saving and restoring your work state, especially during complex development tasks or experimentation, can be tedious and prone to errors. This Skill automates checkpoint operations using natural language, ensuring your progress is always safe.

Core Features & Use Cases

  • Natural Language Checkpoints: Automatically triggers /checkpoint:create, /checkpoint:restore, and /checkpoint:list from conversational input.
  • State Management: Uses Git stash mechanisms to reliably save and restore your working directory state, including uncommitted changes.
  • Progress Preservation: Ensures you can easily revert to previous states, experiment with confidence, or recover from mistakes without fear of losing work.
  • Use Case: Before making a risky change, simply say, "Create a checkpoint named 'feature-x-start'," and your current work state will be saved, allowing you to restore it anytime.

Quick Start

Create a checkpoint named 'feature-x-start' before I begin coding.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: checkpoint-trigger
Download link: https://github.com/grandinh/claude-chaos-express/archive/main.zip#checkpoint-trigger

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository