caveman

Compresses AI responses into terse fragments by removing filler while preserving technical accuracy.

Updated Nov 23, 2024
One-click install
npx skills add https://github.com/tokisakiyuu/dotfiles --skill caveman-tokisakiyuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: caveman
Source: https://github.com/tokisakiyuu/dotfiles/tree/main/home/dot_claude/skills/caveman
Command: npx skills add https://github.com/tokisakiyuu/dotfiles --skill caveman-tokisakiyuu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Long, polite AI responses waste tokens and slow down reading when you only need the technical answer. This Skill switches the assistant into an ultra-compressed communication mode that cuts token usage by roughly 75% while keeping all technical substance intact. ## Core Features & Use Cases - Persistent terse mode: Once triggered, the style stays active across every response until explicitly turned off with "stop caveman" or "normal mode". - Systematic compression rules: Drops articles, filler words, pleasantries, and hedging; uses fragments, abbreviations (DB/auth/config), and arrows for causality (X -> Y). - Technical accuracy preserved: Code blocks, error messages, and technical terms remain exact and unchanged. - Auto-clarity exception: Temporarily reverts to full sentences for security warnings, irreversible action confirmations, and multi-step sequences where fragments could be misread. - Use Case: During a long debugging session, say "caveman mode" to get rapid, dense answers like "Bug in auth middleware. Token expiry check use < not <=." instead of paragraph-length explanations. ## Quick Start Tell the assistant "use caveman mode" and then ask your technical questions as usual to receive compressed answers.

Frequently Asked Questions about caveman

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make the AI give shorter answers?▼

Activate caveman mode by saying "caveman mode", "talk like caveman", "be brief", or "less tokens". The assistant then drops filler words, articles, and pleasantries, cutting token usage by roughly 75% while keeping technical content exact.

How do I turn off caveman mode?▼

Say "stop caveman" or "normal mode" to revert to standard responses. The mode persists across every response once triggered and does not drift back on its own, so it stays active until you explicitly disable it.

Does caveman mode change code blocks or error messages?▼

No. Code blocks remain unchanged and error messages are quoted exactly. Only the surrounding prose is compressed; technical terms, commands, and syntax stay precise.

When does caveman mode stop being brief automatically?▼

It temporarily switches to full sentences for security warnings, irreversible action confirmations like deleting database tables, multi-step sequences where fragment order could be misread, or when you ask for clarification. It resumes terse style afterward.

What are the limitations of ultra-compressed responses?▼

Fragmented phrasing can be ambiguous for nuanced explanations, onboarding material, or complex multi-step reasoning. The skill mitigates this with its auto-clarity exception, but it is best suited for experienced users who already understand the domain.