What problem does it solve? Long-running AI agent sessions accumulate millions of tokens of conversation history, exceeding context windows and causing agents to forget which files they modified, what errors occurred, and what decisions were made. This Skill provides production-tested compression strategies that minimize total tokens per task rather than tokens per request. ## Core Features & Use Cases - Three Compression Methods: Choose between anchored iterative summarization, opaque compression, and regenerative full summaries based on session length and quality requirements. - Structured Summary Templates: Mandatory sections for session intent, files modified, decisions, and next steps prevent silent information loss during compression. - Probe-Based Evaluation: Test compression quality with recall, artifact, continuation, and decision probes scored across six dimensions using an LLM judge. - Use Case: A debugging agent hits 80% context utilization after 178 messages. Apply anchored iterative summarization to compress history into a structured summary preserving file paths, error codes, and root cause, then verify with probes before continuing. ## Quick Start Ask the AI to compress the current conversation history using anchored iterative summarization with structured sections for files modified and decisions made.