What problem does it solve? Project memory files like CLAUDE.md, todos, and preference notes are loaded into context on every session, and verbose prose inflates token costs each time. This Skill rewrites those files into a terse caveman style while preserving all technical substance, cutting token usage by roughly 46% on average. ## Core Features & Use Cases - Token-reducing compression: Rewrites prose by removing articles, filler, hedging, and pleasantries while keeping meaning intact. - Structure preservation: Headings, code blocks, inline code, URLs, file paths, commands, and YAML frontmatter are preserved exactly, verified by an automated validation pass with up to two targeted fix retries. - Safe backup workflow: The original is saved as FILE.original.md in an out-of-tree data directory before overwriting, and the original is restored automatically if validation fails after retries. - Use Case: Run it on a 700-token CLAUDE.md preferences file and get back a ~285-token version with identical instructions, so every future session loads fewer tokens. ## Quick Start Ask the assistant to run /caveman-compress on your CLAUDE.md file to compress it and create a backup of the original.