Caveman
Makes your coding agent answer in a stripped down, high signal style that keeps every technical fact and cuts filler, saving output tokens on chat style questions.
Overview
Caveman is a Claude Code skill that switches your agent into a terse, high signal talking style. Code, commands, file paths, and exact error messages stay untouched. Only the surrounding prose gets cut, so the same diagnosis and the same fix come back in far fewer words.
How it works
- Turn it on with
/cavemaninside a project, or leave it running by default once installed. - Pick an intensity with
/caveman lite,full, orultra, from tight but polite down to bare fragments. - The skill drops articles, filler words, and pleasantries, but keeps technical terms, numbers, and negation words exact so meaning never flips.
- It automatically drops back to full sentences for security warnings or irreversible action confirmations, then resumes once that part is done.
- Say
stop cavemanornormal modeat any point to go back to normal prose.
Examples
let's /caveman
/caveman lite
Normal agent, 69 tokens:
The reason your React component is re rendering is likely because you are creating a new object reference on each render cycle. I would recommend using useMemo to memoize the object.
Caveman agent, 19 tokens:
New object ref each render. Inline object prop = new ref = re render. Wrap in useMemo.
Installation
You need an agent that supports Agent Skills, such as Claude Code, Codex, Gemini CLI, Cursor, Windsurf, Cline, or Copilot.
- Run
npx skills add JuliusBrussee/caveman -gto install it globally across supported agents, or drop the-gflag to scope it to the current project. - In Claude Code specifically, you can instead run
/plugin marketplace add JuliusBrussee/cavemanthen/plugin install caveman@caveman. - Type
/cavemanif your agent does not pick up the skill on its own. - Ask any coding question and check that the reply comes back shorter while the technical content stays correct.
- Say
stop cavemanany time to return to normal responses.
Related assets
Frontend Design
Generates distinctive, production-grade UI that avoids generic "AI slop," with bold typography, cohesive color, and precise motion, implemented as real code.
Graphify
Turns a codebase, plus its docs, PDFs, images, and video, into a queryable knowledge graph that a coding agent can traverse instead of grepping raw files, and never guesses silently: every edge is tagged EXTRACTED, INFERRED, or AMBIGUOUS so you know what was found versus inferred.
Agentic Awesome Skills (AAS Core)
A 2,100+ skill catalog plus AAS Core, a local CLI/MCP control plane that lets Codex or Claude search, compose and validate an exact, reviewable skill stack before anything is installed.