Help us improve
Share bugs, ideas, or general feedback.
From bookmark
Use when the user asks "what was I working on", "continue from last session", "restore context", "pick up where I left off", or after compaction/lost context. Restores session via bookmark snapshots.
npx claudepluginhub tyroneross/bookmark --plugin bookmarkHow this skill is triggered — by the user, by Claude, or both
Slash command
/bookmark:context-continuityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill restores and maintains context across Claude Code sessions and compactions using the Bookmark MCP tools.
Applies 10 pre-set color/font themes or generates custom ones for slides, documents, reports, and HTML landing pages.
Share bugs, ideas, or general feedback.
This skill restores and maintains context across Claude Code sessions and compactions using the Bookmark MCP tools.
Use the bookmark status MCP tool to check if snapshots exist and how fresh they are.
The status tool returns: snapshot count, last capture time, freshness, compaction count, and current threshold.
Use the bookmark restore MCP tool to load the latest session context. This returns a structured summary optimized for continuation:
Summarize the restored context to the user. Ask which open item to continue with, or if the user has a new direction.
To list available snapshots and view a specific one:
bookmark list MCP tool to see all snapshots with timestamps and triggersbookmark show MCP tool with a snapshot_id to view full content of a specific snapshotIf the user wants to explicitly save context before a break:
Use the bookmark snapshot MCP tool with trigger "manual" to capture current session state.
Once context is restored, continue working normally. The automatic hooks handle future snapshots — no manual intervention needed.
| Tool | Purpose |
|---|---|
status | Snapshot inventory — count, freshness, thresholds |
restore | Load latest or specific snapshot context for continuation |
list | Browse all snapshots with metadata |
show | View full content of a specific snapshot |
snapshot | Capture a manual snapshot of current session |
bookmark — session continuity