From caveman
Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".
How this skill is triggered — by the user, by Claude, or both
Slash command
/caveman:caveman-helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display this reference card when invoked. One-shot — do NOT change mode, write flag files, or persist anything. Output in caveman style.
Display this reference card when invoked. One-shot — do NOT change mode, write flag files, or persist anything. Output in caveman style.
| Mode | Trigger | What change |
|---|---|---|
| Lite | /caveman lite | Drop filler. Keep sentence structure. |
| Full | /caveman full | Drop articles, filler, pleasantries, hedging. Fragments OK. |
| Ultra | /caveman or /caveman ultra | Extreme compression. Bare fragments. Tables over prose. Default. |
| Supra | /caveman supra (legacy: /caveman super-compress) | Extra-aggressive compression. Shortest safe answer. |
| Silence | /caveman silence | Minimum viable answer. One line if enough. |
Mode stick until changed or session end.
| Skill | Trigger | What it do |
|---|---|---|
| caveman-commit | /caveman-commit | Terse commit messages. Conventional Commits. ≤50 char subject. |
| caveman-review | /caveman-review | One-line PR comments: L42: bug: user null. Add guard. |
| caveman-compress | /caveman-compress <file> | Compress .md files to caveman prose. Saves ~46% input tokens. |
| caveman-help | /caveman-help | This card. |
Say "stop caveman" or "normal mode". Resume anytime with /caveman.
Keep user's language by default. User write Portuguese → reply Portuguese caveman. Compress the style, not the language. Technical terms, code, commands, commit types, and exact error strings stay verbatim unless user ask for translation.
Default mode = ultra. Change it:
Environment variable (highest priority):
export CAVEMAN_DEFAULT_MODE=ultra
Config file (~/.config/caveman/config.json):
{ "defaultMode": "lite" }
Set "off" to disable auto-activation on session start. User can still activate manually with /caveman.
Resolution: env var > config file > ultra.
Full docs: https://github.com/JuliusBrussee/caveman
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub karnonson/caveman