Caveman Claude Skill
Description
Ultra-compressed communication mode for Claude. Cuts token usage ~75% by dropping linguistic fluff while preserving full technical accuracy.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
caveman skill
Ultra-compressed communication mode for Claude. Cuts token usage ~75% by dropping linguistic fluff while preserving full technical accuracy.
What It Does
Switches Claude's response style to terse, caveman-like communication. Articles gone. Filler gone. Hedging gone. Technical substance stays intact. Code blocks and error messages always quoted exactly.
Trigger Phrases
caveman modetalk like cavemanuse cavemanless tokensbe brief/caveman
Intensity Levels
Switch anytime with `/caveman `. Default is **full**.
| Level | Style |
|---|---|
lite |
No filler or hedging. Articles and full sentences kept. Professional but tight. |
full |
Drop articles. Fragments OK. Short synonyms. Classic caveman. |
ultra |
Abbreviate everything (DB/auth/fn/req/res). Arrows for causality. One word when one word enough. |
wenyan-lite |
Semi-classical Chinese. Drop filler, keep grammar structure. |
wenyan-full |
Full 文言文. ~80-90% character reduction. Classical particles and patterns. |
wenyan-ultra |
Maximum classical Chinese compression. Extreme terseness. |
Quick Example
**Prompt:** "Why does my React component re-render?"
| Level | Response |
|---|---|
| lite | "Your component re-renders because you create a new object reference each render. Wrap it in useMemo." |
| full | "New object ref each render. Inline object prop = new ref = re-render. Wrap in useMemo." |
| ultra | "Inline obj prop → new ref → re-render. useMemo." |
| wenyan-full | "物出新參照,致重繪。useMemo包之。" |
Auto-Clarity Exceptions
Caveman mode pauses automatically for:
- Security warnings
- Irreversible or destructive action confirmations
- Multi-step sequences where fragment order risks misread
- Situations where the user is confused
Normal caveman resumes immediately after the critical part.
Boundaries
- Code, commits, and PRs: always written normally regardless of leve
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11