Ccheckpoints banner
p32929 p32929

Ccheckpoints

Development community intermediate

Description

A checkpoint system for Claude Code CLI that automatically tracks your coding sessions. Inspired by Cursor IDE's checkpoint feature - see everything you've done with Claude Code CLI and navigate through your conversation history.

Installation

Terminal
claude install-skill https://github.com/p32929/ccheckpoints

README

CCheckpoints

A checkpoint system for Claude Code CLI that automatically tracks your coding sessions. Inspired by Cursor IDE's checkpoint feature - see everything you've done with Claude Code CLI and navigate through your conversation history.

What is CCheckpoints?

CCheckpoints hooks into Claude Code CLI to automatically save checkpoints every time you interact with Claude Code CLI. It creates a timeline of your entire coding session that you can view in a beautiful web dashboard.

Quick Start

# Install globally
npm install -g ccheckpoints

# Run (auto-setup + open dashboard)
ccheckpoints
# or use the short alias
ccp

That's it! Running `ccheckpoints` (or `ccp`) will:

    undefined

How It Works

    undefined

Commands

Just run it!

ccheckpoints
# or
ccp

This does everything - sets up hooks if needed and opens the dashboard.

Manual setup (optional)

ccheckpoints setup
# or
ccp setup

Only needed if you want to setup without opening the dashboard.

Show dashboard

ccheckpoints show
# or
ccp show

Same as running just `ccheckpoints` - opens the dashboard (with auto-setup if needed).

Help

ccheckpoints --help
# or
ccp --help

Verbose mode

ccheckpoints --verbose
# or
ccp --verbose

See detailed logs of what's happening behind the scenes.

What Gets Tracked?

    undefined

...