From context-guard
Manually restore context from the latest Context Guard snapshot. Trigger: "restore context", "recover state", "what were we doing", "resume work", "load snapshot", "/cg-restore"
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-guard:cg-restoreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manually restore context from the latest snapshot.
Manually restore context from the latest snapshot.
ls -t "$HOME/.claude/compact-guard"/snapshot-*.md 2>/dev/null | head -1
ls -la "$HOME/.claude/compact-guard/session-bookmark.md" 2>/dev/null
Read the latest snapshot file using the Read tool. Read the FULL file — every section matters, especially:
If a session bookmark exists and is newer than the snapshot, read that too.
After reading, summarize to the user:
npx claudepluginhub jlceaser/context-guard --plugin context-guardRestores session context from a previous Claude Code session after context resets, compaction, or new conversations. Checks for handoff files and project state to resume work.
Recovers session context after compaction by scanning RPI state, evolve cycles, git history, work queue, and knowledge artifacts. Provides a dashboard of prior activity and next steps.
Restores and reconstructs project context across distributed AI workflows using semantic vector search and relevance filtering. Useful for maintaining continuity in long-running projects.