What problem does it solve? Verbose AI replies, worker reports, and bloated standing context files (CLAUDE.md, AGENTS.md, notes) waste tokens on every turn. This Skill cuts output and memory tokens without losing meaning, using terse prose levels and a one-time memory compaction pass that pays back across every future iteration. ## Core Features & Use Cases - Output-side prose levels: Choose between lite, full, and ultra density tiers for replies, PR bodies, and worker-to-orchestrator reports. - Byte-preservation guarantee: Code, commands, URLs, file paths, identifiers, and version tokens are never paraphrased or reflowed; safety confirmations are never compressed. - transform_guard validation: A zero-LLM, fail-closed check compares code fences, inline-code tokens, URLs, paths, and version tokens before and after compaction, discarding any artifact that loses a token. - Use Case: Compact a bloated CLAUDE.md once, keep a .original backup, and load the terse form thereafter so every orchestrator tick costs fewer input tokens. ## Quick Start Ask the AI to compress its verbose worker report to ultra level while keeping all code, paths, and URLs exactly intact.