What problem does it solve?
Long-running agent conversations accumulate vast context, leading to token bloat and degraded performance. This skill provides structured, deterministic context compression that preserves essential information while dramatically reducing tokens per task.
Core Features & Use Cases
- Anchored Iterative Summarization: Maintain a persistent, sectioned summary that merges new content into existing structure to prevent information drift.
- Opaque Compression: Achieve very high token savings at the cost of interpretability for tasks with low fidelity requirements.
- Regenerative Full Summary: Recompute detailed summaries on each compression cycle to ensure completeness when needed.
- Explicit Artifact Tracking: Keep an artifact index of files read, modified, and created to mitigate silent information loss.
Quick Start
Use a three-phase approach: (1) capture session intent and current state, (2) compress by merging new content into structured sections, (3) on each subsequent compression, only integrate the newest span and preserve history.