What problem does it solve? Long-running agent sessions accumulate large history files, stale decisions, and orphaned inbox files that consume context window budget and slow down workflows. This Skill reclaims that budget by compressing, pruning, and archiving .squad/ state. ## Core Features & Use Cases - History Compression: Compresses agent history.md files that exceed 15KB to free context window space. - State Pruning & Archiving: Prunes old logs, archives stale decisions, and cleans orphaned inbox files when .squad/ exceeds 1MB. - Dry-Run & Deep Modes: Preview changes with --dry-run before applying, or run --deep for thorough cleanup. - Use Case: Before launching a heavy fan-out workflow with many spawned agents, run a nap cycle to reclaim context budget and start with a clean state. ## Quick Start Run squad nap --dry-run to preview what state files would be compressed and archived before committing to the cleanup.