DEV Community

Ramu Narasinga
Ramu Narasinga

Posted on

Caveman, a Claude Code skill that cut 65% of tokens.

In this article, we review Caveman. You will learn:

  1. What is Caveman?

  2. Setup

What is Caveman?

Caveman is a skill/plugin for Claude code, Codex, Gemini, Cursor, Windsurf, Cline, Copilot, and 30+ other agents. Install once. Agent drops the filler and answers in tight caveman-speak, keeping code, commands, and errors byte-for-byte exact. You save output tokens on every reply, forever.

Above is a screenshot from the Caveman README file. It demonstrates how the output tokens can be saved by using less words.

Caveman no make brain smaller. Caveman make mouth smaller. Shrinks what the agent says, not what it knows.

Setup

In the install section, I found the below command

# macOS · Linux · WSL · Git Bash
curl -fsSL https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.sh | bash
Enter fullscreen mode Exit fullscreen mode

When you run this command, caveman finds every agent on your machine and installs for each of them.

okay what happens after you run this command? In the README, it is mentioned as shown below:

Turn it on: type /caveman or say "talk like caveman". Turn it off: say "normal mode". On Claude Code, Codex, and Gemini it's already on from message one. No command needed.

Wait, there is also modes to this:

There is more from Julius Brussee

Learn more about Caveman.

About me:

Hey, my name is ramunarasinga. Email: ramunarasinga@gmail.com

Tired of AI slop?

I spent 3+ years studying OSS codebases and wrote 350+ articles on what makes them production-grade. I built

Get started for free — thinkthroo.com

References:

  1. github.com/JuliusBrussee/caveman.

  2. caveman.so/.

Top comments (0)