Stats
Links
Categories
npx claudepluginhub chrshydn/checkpoint-pluginTrack progress with /savepoint and /loadpoint commands
A Claude Code plugin for tracking progress across sessions with /savepoint and /loadpoint commands.
/savepointCreates a progress snapshot documenting:
Saves to two files:
CLAUDE_SAVEPOINT.md - Latest savepoint only (quick status view)CLAUDE_SAVEPOINT_LOG.md - Full history of all savepoints/loadpointPicks up where you left off by:
/plugin marketplace add chrshydn/checkpoint-plugin
/plugin install checkpoint-plugin
End of session:
/savepoint
Start of session:
/loadpoint
MIT