Headroom Context Compression

Shrink large text before it travels or gets re-read, using the headroom MCP (mcp__headroom__headroom_compress / _retrieve / _stats). Use it BEFORE pasting a 200+ line blob (logs, files, search results, JSON) into a subagent Task prompt, stashing content you'll re-read later, or re-carrying big output through a pipeline — even if the user never says "compress." Every compress returns a hash headroom_retrieve expands, so use it in reverse too: handed a `hash=` marker, recover exact details from the original. NOT gzip/zip, image/video compression, making code concise, or database column compression.

artsmc Updated

File contents

artsmc/claude-dev-agents/tree/main/skills/headroom-context-compression commit 64c67ede31

Frequently asked questions

npx skillmds@latest add artsmc-claude-dev-agents/headroom-context-compression