From honey
Rewrites CLAUDE.md, AGENTS.md, or notes files into terse form to reduce input token cost each session. Backs up the original first.
How this skill is triggered — by the user, by Claude, or both
Slash command
/honey:honey-compressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply Lever 2 to a file the agent re-reads every session. The cheapest token is the one not re-sent — a one-time rewrite that saves on every future load.
Apply Lever 2 to a file the agent re-reads every session. The cheapest token is the one not re-sent — a one-time rewrite that saves on every future load.
FILE → FILE.original.md. If that backup already exists, stop and ask — never clobber a restore point. If no backup can be written, refuse.Reversible by design — FILE.original.md is the restore path. Verify the rewrite still carries every rule before reporting done.
npx claudepluginhub green-pt/honey-for-devs --plugin honeyCompresses natural language memory files like CLAUDE.md, todos, and settings into primitive form to reduce input tokens, fully preserving code, URLs, technical terms, and Markdown structure. Overwrites original; saves readable backup as FILE.original.md.
Compress natural language memory files (CLAUDE.md, todos) into caveman format to reduce token usage. Trigger with '/caveman-compress <filepath>'.
Compresses LLM-facing Markdown files like CLAUDE.md and ARCHITECTURE.md for token efficiency using lossless structural optimization or lossy semantic rewriting.