用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/UitbreidenOS/Claudient --skill caveman命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Orchestrate multi-agent teams in Claude Code — set up coordinated sessions with task delegation, inter-agent communication, and parallel execution
Leverage Claude Code's ultra-deep planning mode for complex architecture decisions, multi-file refactors, and system design
Deep code review using Claude Code's thorough analysis mode — security, performance, correctness, and maintainability
正在显示 SKILL.md
基于 SOC 职业分类
| name | caveman |
| description | Token compression via caveman mode: ~65% output reduction, caveman-compress, cavecrew subagents |
Caveman mode is an established token-compression technique with a dedicated implementation at github.com/JuliusBrussee/caveman. This skill is a pointer — use the original repo, do not duplicate it.
Caveman mode instructs Claude to output compressed, fragment-style prose:
| Level | Rule | Example |
|---|---|---|
lite | Drop filler and hedging, keep articles and full sentences | "The function handles edge cases." |
full | Drop articles, fragments OK, short synonyms | "func handles edge cases" |
ultra | Abbreviate prose words, strip conjunctions, arrows for causality | "fn→edge cases handled" |
Benchmarked results (March 2026, arxiv.org/abs/2604.00025):
Rewrites .md memory and CLAUDE.md files to caveman prose — ~46% input token savings every session because compressed files are re-read on every context load.
Haiku-based subagents running in caveman mode — ~60% fewer tokens than vanilla agents for simple classification, extraction, and routing tasks.
Compresses MCP tool descriptions before they enter Claude's context — reduces MCP overhead by ~30% without changing tool behaviour.
Activating caveman mode in a session:
Use caveman mode (full level) for this session. Drop articles, use fragments,
short synonyms. Auto-revert to normal prose for: security warnings,
irreversible action confirmations, multi-step sequences.
Using caveman-compress on a memory file:
/caveman-compress .claude/memory/project-context.md
Using cavecrew for a classification task:
Spawn a cavecrew subagent (Haiku, caveman full) to classify these 200 support
tickets into 5 categories. Return only: ticket_id, category.
Reference: github.com/JuliusBrussee/caveman — the authoritative caveman implementation. Claudient references this work; it is not duplicated here.