Lightweight session savepoints for Claude Code. Save and restore conversation context without replaying full history.
Lightweight session savepoints for Claude Code. Save and restore conversation context without replaying full history.
claude --resume replays the full conversation history as input tokens, making long sessions expensive to resume. This plugin creates compact snapshots that capture the essential context — task, decisions, modified files, current state, and next action — so you can start a fresh session with just the right context.
/plugin marketplace add jeandecampredon/cc-savepoint
/plugin install savepoint@savepoint
claude --plugin-dir ./path/to/savepoint
/sp-save
Creates a savepoint with a memorable pop-culture name (e.g., gandalf-shall-pass).
Options:
/sp-save --commit — Commit all changes first, then save (records the commit hash)/sp-save --edit-content — Review and refine the snapshot summary before saving/sp-load # Interactive picker
/sp-load {session_id} # Pick from a specific session
/sp-load {session_id} {name} # Load a specific savepoint
/sp-load {session_id} last # Load the most recent savepoint
/sp-load {name} # Search all sessions by name
Savepoints are stored in .claude/savepoints/{session_id}/:
.claude/savepoints/
abc123/
index.json
gandalf-shall-pass.md
one-more-thing.md
Each savepoint is a markdown file with: task context, key decisions, modified files, current state, and the next action to take.
git (for commit hash tracking)MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jeandecampredon/cc-savepoint --plugin savepointCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.