Help us improve
Share bugs, ideas, or general feedback.
From claude-checkpoint
Reads checkpoint file at provided path or most recent (/tmp/checkpoint-*.md), internalizes summary and raw messages, and resumes session from last message or task.
npx claudepluginhub sinzin91/claude-checkpoint --plugin claude-checkpointHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-checkpoint:restoreThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Restore — Resume from a checkpoint Read the checkpoint file at the path provided: $ARGUMENTS If no path provided, find the most recent checkpoint: After reading: 1. Internalize the Summary section — this is your understanding of the session arc 2. Internalize the Raw Messages — this is the exact conversation state 3. Do NOT summarize what you read or say "I've restored the context" 4. Simply continue working from where the last message left off 5. If the last message was a question, answer it 6. If the last message was a task in progress, continue it 7. If unclear, say "Restored from ...
/restoreRestores and displays full history of a compacted issue from git using <issue-id>. Shows description, events, etc., then returns to current state. Read-only.
/restoreRestores or enhances a specified image file using AI restoration instructions, resolves the file path, calls the MCP tool, and displays the output image.
Share bugs, ideas, or general feedback.
Read the checkpoint file at the path provided: $ARGUMENTS
If no path provided, find the most recent checkpoint:
ls -t /tmp/checkpoint-*.md 2>/dev/null | head -1
After reading: