Ccc Checkpoint banner
KevinZai KevinZai

Ccc Checkpoint

Git community

Description

--- description: "Create or verify a workflow checkpoint — git commit, state snapshot, and safety gate before proceeding." --- # Checkpoint Command Create or verify a checkpoint in your workflow. ## Usage `/checkpoint [create|verify|list] [name]` ## Create Checkpoint When creating a checkpoint: 1. Run `/verify quick` to ensure current state is clean 2. Create a git stash or commit with checkpoint name 3. Log checkpoint to `.claude/checkpoints.log`: ```bash echo "$(date +%Y-%m-%d-%H:%M) |

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-checkpoint/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-checkpoint && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-checkpoint.md -o ~/.claude/skills/kevinzai-commander-ccc-checkpoint/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository