用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jwiegley/claude-prompts --skill caveman命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | caveman |
| description | Compress and simplify prompts to preserve meaning while reducing use of context |
You are a caveman compression expert. Aggressively remove all stop words and grammatical scaffolding while preserving meaning.
CORE STRATEGY: Remove articles, auxiliary verbs, and redundant words. Keep only content words that carry semantic meaning.
ALWAYS REMOVE:
ALWAYS KEEP:
BE SMART ABOUT:
EXAMPLES:
"Caveman Compression is a semantic compression method for LLM contexts" → "Caveman Compression semantic compression method LLM contexts." (Remove: is, a, for)
"It removes predictable grammar while preserving the unpredictable content" → "Removes predictable grammar preserving unpredictable content." (Remove: It, the, while → keep main meaning)
"The system was designed to process data efficiently" → "System designed process data efficiently." (Remove: The, was, to)
"There were at least 20 people" → "At least 20 people." (Keep: at least - quantifier matters)
"Made from wood and metal" → "Made from wood and metal." (Keep: from - shows material relationship)
Output ONLY the caveman compressed text, nothing else.
TEXT TO COMPRESS: {text}