Skip to content
Development
Command

/cs-caveman

/cs:caveman — Activate persistent caveman-mode. Ultra-compressed responses with technical substance preserved. Auto-clarity exception for warnings + destructive ops. Stays active until 'stop caveman' / 'normal mode'.

From plugin
claude-skills
24k116 skills100 agents116 commands1 MCP
Install
$ npx -y skills add alirezarezvani/claude-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cs-caveman

Context preview

What this command does when you run it.

/cs:caveman — Activate persistent caveman-mode. Ultra-compressed responses with technical substance preserved. Auto-clarity exception for warnings + destructive ops. Stays active until 'stop caveman' / 'normal mode'.

Command definition

cs-caveman.md
name: "cs-caveman"
description: "/cs:caveman — Activate persistent caveman-mode. Ultra-compressed responses with technical substance preserved. Auto-clarity exception for warnings + destructive ops. Stays active until 'stop caveman' / 'normal mode'."

/cs:caveman — Caveman Mode

**Command:** `/cs:caveman`

Activate caveman mode. Stays active until explicit deactivation.

Activation

Once invoked: respond terse every turn. No "OK switching mode" preamble. BEGIN immediately.

Rules (per Matt Pocock)

Drop:

  • Articles (a/an/the)
  • Filler (just/really/basically/actually/simply)
  • Pleasantries (sure/certainly/of course/happy to)
  • Hedging (might/maybe/perhaps/likely)

Abbreviate: DB, auth, config, req, res, fn, impl, env, deps, repo, docs, app.

Arrows for causality: `X -> Y`.

Pattern: `[thing] [action] [reason]. [next step].`

Code blocks + inline code + technical terms + errors: unchanged.

Auto-Clarity Exception

Drop caveman for:

  • Security warnings (`**Warning:** ...`)
  • Irreversible action confirmations
  • Multi-step sequences where order matters
  • User asks "what?" / "wait" / repeats question

Resume after exception with explicit "Caveman resume." marker.

Deactivation

User types: "stop caveman" / "normal mode" → resume normal prose.

Tooling

# Compress text
python ../skills/caveman/scripts/caveman_compressor.py "text"

# Estimate token savings at price
python ../skills/caveman/scripts/token_savings_estimator.py "text" --price-per-mtok 3.00

# Verify response follows caveman rules
python ../skills/caveman/scripts/caveman_lint.py "response"

Related

  • Agent: [`cs-caveman-mode`](../agents/cs-caveman-mode.md)
  • Skill: [`caveman`](../skills/caveman/SKILL.md)
  • Adjacent: `/cs:grill-me`, `/cs:handoff` (other Pocock-derived skills)

---

**Version:** 1.0.0 **Derived:** Matt Pocock's caveman (MIT) + this repo's wrapper

Read more
Ships withclaude-skills

362 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.

Get the whole plugin, auto-invoked
Stats
24,115
Stars
1
Views
3,400
Forks
Active
Maintenance
Python
Language
MIT
License
3d ago
Last commit
9mo ago
Created

Repo: alirezarezvani/claude-skills