caveman-compress
Installation
SKILL.md
Caveman Compress
Purpose
Compress natural language files (CLAUDE.md, todos, preferences) into caveman-speak to reduce input tokens. Compressed version overwrites original. Human-readable backup saved as <filename>.original.md.
Trigger
/caveman:compress <filepath> or when user asks to compress a memory file.
Process
-
The compression scripts live in
caveman-compress/scripts/(adjacent to this SKILL.md). If the path is not immediately available, search forcaveman-compress/scripts/__main__.py. -
Run:
cd caveman-compress && python3 -m scripts <absolute_filepath>
- The CLI will:
Related skills