← All tips
FREEClaude Code plugin

Caveman Mode prompt

Neo ZinoBy Neo Zino - builder of ClockedCode2 min readJul 1, 2026
INSTALL PROMPTPASTE INTO CLAUDE CODE
Set up the free "caveman" plugin in my Claude Code so you (Claude Code) reply in short
"caveman speak" - dropping greetings, filler and recaps - to stop long answers burning through
my usage limits. caveman is a real, free, open-source Claude Code plugin
(github.com/JuliusBrussee/caveman, MIT). It only shortens your OUTPUT - it never changes my
code, my commands, or my error messages. Do the steps in order and change nothing until STEP 1.

Safety first: check whether it is already installed - run `claude plugin list` and look for
"caveman". If it is already there, tell me, change nothing, and skip to VERIFY.

(If a bare `claude ...` command is blocked inside this session, re-run just that command with
CLAUDECODE cleared: `CLAUDECODE= claude ...` on macOS/Linux, or `$env:CLAUDECODE=''; claude ...`
in PowerShell.)

STEP 0 - Prerequisite: Node 18 or newer (the plugin's installer runs on Node). Run `node -v`;
if it is missing or older, stop and tell me to install or update Node first.

STEP 1 - Install it for Claude Code ONLY (this does not touch Cursor, Codex, or any other tool).
Run these two commands:

  claude plugin marketplace add JuliusBrussee/caveman
  claude plugin install caveman@caveman

That is the whole install - no API key, nothing beyond Claude Code.

STEP 2 - Restart so it loads. Plugins and their hooks only load at startup, so tell me to fully
quit and reopen Claude Code now (approve "caveman" if it asks). Until I restart it is not active,
so hand this back to me and wait.

VERIFY (after I restart) - run `claude plugin list` and confirm "caveman" shows as installed.
caveman auto-activates from the first message (it installs a SessionStart hook), so your next
answer should already be short caveman speak - no filler, no recap. As a quick test, answer my
next question tersely so we both see it is on. If it does not seem active, tell me to run
`/caveman`, or to re-run `claude plugin install caveman@caveman` and restart.

Finally, tell me how to drive it: `/caveman lite` (just drop the filler), `/caveman` or
`/caveman full` (full caveman, the default), `/caveman ultra` (most terse), and "normal mode"
to turn it off. And note honestly that it trims your spoken OUTPUT (roughly 60-65% fewer output
tokens on average), not your hidden thinking - so it saves usage on long answers, it does not
shrink reasoning.

Claude Code is quietly verbose. Ask it a simple question and you get a paragraph of "Certainly! I'd be happy to help", a restatement of what you just asked, a plan, the answer, and then a summary of what it already told you. Every one of those extra words is tokens - and tokens are exactly what your usage limits are counted in. So you hit your cap faster, for answers three times longer than you needed.

caveman fixes that. It is a free, open-source Claude Code plugin (github.com/JuliusBrussee/caveman) that makes the assistant reply in short "caveman speak": no greetings, no hedging, no recaps, just the substance, often in fragments. On average it cuts Claude's output by around 60-65%. The important part is what it does NOT touch: your code, commands, and error messages are kept exactly, and it does not make Claude any less capable - as the project puts it, it makes the mouth smaller, not the brain.

The prompt below installs it for Claude Code in about 30 seconds. It needs Node, checks whether you already have it, and installs it for Claude Code only so it leaves your other tools alone. Once it is in, caveman turns itself on from the first message of every session, and you can dial it with /caveman lite, full, or ultra (or say "normal mode" to switch it off). One honest caveat: it trims the answer you see, not Claude's hidden thinking, so it saves usage on long replies rather than heavy reasoning.

Free tools

Reference

Cheat Sheet

Every Claude Code slash command, keyboard shortcut, hook event, and CLI flag in one searchable page, checked against the version installed right now.

Try tool
Config generator

Hooks Preset Generator

Pick the automations you want, and get a validated Claude Code hooks block for settings.json, grouped and merged the same way the official examples are.

Try tool
Config generator

Permissions Generator

Pick a safe starting mode and your OS, and get a validated allow/deny permissions block for settings.json in under a minute.

Try tool
Config generator

Output Style Generator

Pick a persona and a tone, and get a valid output-style file with correct frontmatter, ready to save and switch to.

Try tool
Config generator

Subagent Generator

Describe the job in plain English, pick a specialty, and get a complete subagent file ready to save.

Try tool
Config generator

MCP Config Generator

Pick the MCP servers you use and get the exact claude mcp add commands or a ready .mcp.json block, scoped and copy-pasteable.

Try tool
Config generator

Slash Command Generator

Answer 7 quick questions and get a custom Claude Code slash command with valid frontmatter, ready to drop into .claude/commands/.

Try tool
Config generator

Statusline Generator

Toggle the segments you want, watch the exact statusline render live, then copy the tested script and settings.json block.

Try tool
Config generator

settings.json Generator

Pick permission rules, hook presets, env vars, and a model override one step at a time, then copy or download the finished settings.json.

Try tool
Config generator

CLAUDE.md Generator

Answer 7 quick questions, get a tuned CLAUDE.md for your project in 30 seconds.

Try tool
Template library

Claude Code Templates

A curated library of copy-paste Claude Code templates: subagents, hooks, slash commands, settings, and CLAUDE.md starters, each one explained and pulled from a setup that gets used every day.

Try tool
Token scanner

UsageCut

Scan your Claude Code setup in 30 seconds and see exactly what is burning your tokens - bloated context, heavy MCP servers, and settings quietly draining your usage limits.

Try tool

About ClockedCode

What is ClockedCode?

A dashboard with the full curated stack - MCP servers, skills, hooks, settings, subagents, and a tuned global CLAUDE.md - plus a generator that compiles your selections into one master prompt you paste straight into Claude Code.

Who is it for?

Anyone who already uses Claude Code. You check a few boxes and paste a prompt - no scripting, no config spelunking, no terminal gymnastics required.

Which tools are in the stack?

A hand-picked set across three jobs - tools for writing better code, tools for connecting your tools, and tools for checking your work. Every one is something I actually run day to day - curated, never padded to hit a number.

One-time really means forever?

Forever. One payment unlocks lifetime access, and updates ship to you free as the ecosystem changes. No renewal, no surprise upsell.