
Chkpt
- 2 repo stars
- Updated April 9, 2026
- syi0808/chkpt
Fast workspace checkpoints — save and restore snapshots without Git pollution
About
chkpt is a Claude Code skill in the AI & Agent Building category. Fast workspace checkpoints — save and restore snapshots without Git pollution
- chkpt
- AI & Agent Building
- AI-coding skill
Chkpt by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add syi0808/chkpt/plugin install chkpt@chkpt-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | April 9, 2026 |
| Repository | syi0808/chkpt ↗ |
What it does
Fast workspace checkpoints — save and restore snapshots without Git pollution
README.md
chkpt — Claude Code Plugin
Fast, content-addressable workspace checkpoints for Claude Code.
Installation
# Add the marketplace
/plugin marketplace add syi0808/chkpt
# Install the plugin
/plugin install chkpt@chkpt-marketplace
What's Included
MCP Server (4 tools)
checkpoint_save: save a workspace snapshotcheckpoint_list: list available checkpointscheckpoint_restore: restore to a checkpoint (with dry-run)checkpoint_delete: delete a checkpoint
Skill (/chkpt:chkpt)
- Proactive automation: suggests checkpoints before risky operations (large refactors, file deletion, dependency changes)
- Direct operations: save, list, restore, delete via MCP tools
- Store inspection: examine checkpoint internals and compare snapshots
Requirements
- Node.js (for
npxto run the MCP server) - The MCP server binary is automatically downloaded via npm
How It Works
chkpt saves workspace state to ~/.chkpt/stores/ without polluting Git. It uses:
- Content-addressed deduplication (BLAKE3 hashing)
- zstd compression for storage efficiency
- SQLite-based incremental change detection
Related skills
AI & Agent Buildingagents