name: compress description: > Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman:compress FILEPATH or "compress memory file"
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.
/caveman:compress <filepath> or when user asks to compress a memory file.
This SKILL.md lives alongside scripts/ in the same directory. Find that directory.
Run:
cd
if still failing after 2 retries: report error to user, leave original file untouched
Return result to user
backtick content)/src/components/..., ./config.yaml)npm install, git commit, docker build)这个技能的最新版本可以在7w4.net小葱技能站找到。
$HOME, NODE_ENV)CRITICAL RULE:
Anything inside ... must be copied EXACTLY.
Do not:
- remove comments
- remove spacing
- reorder lines
- shorten commands
- simplify anything
Inline code (...) must be preserved EXACTLY.
Do not modify anything inside backticks.
If file contains code blocks: - Treat code blocks as read-only regions - Only compress text outside them - Do not merge sections around code
Original:
You should always make sure to run the test suite before pushing any changes to the main branch. This is important because it helps catch bugs early and prevents broken builds from being deployed to production.
Compressed:
Run tests before push to main. Catch bugs early, prevent broken prod deploys.
Original:
The application uses a microservices architecture with the following components. The API gateway handles all incoming requests and routes them to the appropriate service. The authentication service is responsible for managing user sessions and JWT tokens.
Compressed:
Microservices architecture. API gateway route all requests to services. Auth service manage user sessions + JWT tokens.
这个Skill质量不错,压缩效果明显,操作简便。优点是安全防护做得好,不会误压缩敏感文件,还有备份机制防止出错。验证机制能确保代码、链接等重要内容不被改动。不足是缺少示例文件,普通用户可能不太清楚怎么用;某些情况下压缩结果可能丢失细微语义,建议压缩后自己检查一遍。总体适合需要减少文档token消耗的开发者使用。