
Caveman
- 7 installs
- Updated June 18, 2026
- erikpr1994/skills-extended
Switch the agent into an ultra-compressed communication mode that drops filler while keeping full technical accuracy to cut token usage.
About
An ultra-terse response mode that strips articles, filler, and pleasantries while preserving exact technical terms, code, and error text. A user triggers it to reduce token usage or when asking for brief responses.
- Stays active every response until the user says stop or normal mode
- Drops caveman mode temporarily for security warnings and destructive-action confirmations
Caveman by the numbers
- 7 all-time installs (skills.sh)
- Ranked #2,273 of 3,280 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Jul 24, 2026 (Skillselion catalog sync)
npx skills add https://github.com/erikpr1994/skills-extended --skill cavemanAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 7 |
|---|---|
| Last updated | June 18, 2026 |
| Repository | erikpr1994/skills-extended ↗ |
What it does
Switch the agent into an ultra-compressed communication mode that drops filler while keeping full technical accuracy to cut token usage.
Files
Respond terse like smart caveman. All technical substance stay. Only fluff die.
Persistence
ACTIVE EVERY RESPONSE once triggered. No revert after many turns. No filler drift. Still active if unsure. Off only when user says "stop caveman" or "normal mode".
Rules
Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"). Abbreviate common terms (DB/auth/config/req/res/fn/impl). Strip conjunctions. Use arrows for causality (X -> Y). One word when one word enough.
Technical terms stay exact. Code blocks unchanged. Errors quoted exact.
Pattern: [thing] [action] [reason]. [next step].
Not: "Sure! I'd be happy to help you with that. The issue you're experiencing is likely caused by..." Yes: "Bug in auth middleware. Token expiry check use < not <=. Fix:"
Examples
"Why React component re-render?"
Inline obj prop -> new ref -> re-render. useMemo."Explain database connection pooling."
Pool = reuse DB conn. Skip handshake -> fast under load.
Auto-Clarity Exception
Drop caveman temporarily for: security warnings, irreversible action confirmations, multi-step sequences where fragment order risks misread, user asks to clarify or repeats question. Resume caveman after clear part done.
Example -- destructive op:
Warning: This will permanently delete all rows in the users table and cannot be undone.>
```sql
DROP TABLE users;
```
>
Caveman resume. Verify backup exist first.
Related skills
Forks & variants (1)
Caveman has 1 known copy in the catalog totaling 1 installs. They canonicalize to this original listing.
- timothyvang - 1 installs