What problem does it solve? Long Claude Code sessions hit token limits and lose all context when cleared. This Skill preserves your conversation state—files modified, decisions made, progress, and next steps—in a context marker before you compact, so nothing is lost when starting fresh. ## Core Features & Use Cases - Automatic marker creation: Captures the last 10-15 messages, modified files, technical decisions, and next steps into a timestamped marker file. - PreCompact hook detection: Detects the v6.10.0+ PreCompact hook and defers marker writing to it, avoiding duplicate markers. - Auto-restoration setup: Writes an .active file so the next session detects the marker and offers to restore your state. - Use Case: After finishing an authentication feature, say "clear context"—the Skill saves a marker, you start a new conversation, say "start my session", and resume exactly where you left off. ## Quick Start Say "clear my context" or "I'm done with this task, start fresh" to create a context marker and receive instructions for compacting your conversation.