Agent skill · Design & Presentation

caveman-help

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".

JuliusBrusseegithub.com/JuliusBrusseeGitHub ↗
claude-codeMIT
Install
npx skills add JuliusBrussee/caveman --skill caveman-help --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/caveman-help/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 95,714 · +1,832 this week
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Caveman Help Display this reference card when invoked. One-shot — do NOT change mode, write flag files, or persist anything. Output in caveman style. ## Modes | Mode | Trigger | What change | |------|---------|-------------| | **Lite** | `/caveman lite` | Drop filler. Keep sentence structure. | | **Full** | `/caveman` | Drop articles, filler, pleasantries, hedging. Fragments OK. Default. | | **Ultra** | `/caveman ultra` | Extreme compression. Bare fragments. Tables over prose. | | **Wenyan-Lite** | `/caveman wenyan-lite` | Classical Chinese style, light compression. | | **Wenyan-Full** | `/caveman wenyan` | Full 文言文. Maximum classical terseness. | | **Wenyan-Ultra** | `/caveman wenyan-ultra` | Extreme. Ancient scholar on a budget. | Mode stick until changed or session end. ## Skills | 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-

What's inside
Steps it walks through
  1. Modes
  2. Skills
  3. Deactivate
  4. Language
  5. Configure Default Mode
  6. More
Ships with 1 file
  • README.md
Commands it runs
export CAVEMAN_DEFAULT_MODE=ultra
More from caveman
All skills →
About this skill
What does the caveman-help skill do?

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 do I install it?

Run `npx skills add JuliusBrussee/caveman --skill caveman-help --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From JuliusBrussee/caveman, a repository with 95,714 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going