What problem does it solve? When you clear a Claude Code session's context, the prior work history is lost and a fresh session starts with no memory of what you were doing. This Skill recovers a compact restart capsule from the latest cleared session so you can continue prior work without reloading the full transcript. ## Core Features & Use Cases - Session Recording: A remember hook command records cleared sessions (session ID, transcript path, working directory) as JSON state files. - Capsule Recovery: The pickup command locates the most recent cleared session for the current project and extracts a handoff capsule marked with cortex-handoff markers. - Summarizer Fallback: When no capsule exists, it returns the transcript path so an isolated, read-only, lower-cost summarizer can produce a 200-400 token restart capsule without polluting the current context. - Use Case: After clearing a long debugging session, start a fresh session and ask to pick up where you left off; the Skill restores the next-action notes for the current project directory. ## Quick Start Ask the agent to pick up or continue the prior work in this project after clearing the previous session's context.