caveman

Compresses AI responses into terse fragments while preserving technical accuracy.

Updated May 12, 2026
One-click install
npx skills add https://github.com/ahemdatef/Gradution-Project-iLMS-Software --skill caveman-ahemdatef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: caveman
Source: https://github.com/ahemdatef/Gradution-Project-iLMS-Software/tree/main/frontend/.agents/skills/caveman
Command: npx skills add https://github.com/ahemdatef/Gradution-Project-iLMS-Software --skill caveman-ahemdatef

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Long, filler-heavy AI responses waste tokens and slow down reading. This Skill cuts token usage by roughly 75% by stripping articles, filler words, and pleasantries while keeping all technical substance intact. ## Core Features & Use Cases - Six Intensity Levels: Choose from lite, full (default), ultra, wenyan-lite, wenyan-full, and wenyan-ultra to control compression aggressiveness, including classical Chinese (文言文) modes. - Persistent Mode: Stays active across every response in the session until explicitly disabled with "stop caveman" or "normal mode". - Auto-Clarity Fallback: Automatically reverts to clear, full language for security warnings, irreversible action confirmations, and multi-step instructions where fragments could cause misreading. - Use Case: During a long debugging session, activate caveman mode to get dense, scannable answers like "Bug in auth middleware. Token expiry check use < not <=." instead of paragraph-length explanations. ## Quick Start Say "caveman mode" or "use caveman" to activate terse responses, then switch intensity anytime with /caveman lite, full, or ultra.

Frequently Asked Questions about caveman

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

FAQPage Schema
How do I make AI responses shorter and use fewer tokens?

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

How do I turn off caveman mode?

Say "stop caveman" or "normal mode" to revert to standard responses. The mode otherwise persists across every response in the session and does not drift back on its own.

What intensity levels does caveman mode support?

Six levels: lite (tight but full sentences), full (default, drops articles and uses fragments), ultra (abbreviations and arrows), plus wenyan-lite, wenyan-full, and wenyan-ultra for classical Chinese compression. Switch with /caveman followed by the level name.

Does caveman mode change code blocks or technical terms?

No. Code blocks, error messages, and technical terms remain exact and unchanged. Only prose is compressed; code, commits, and pull request text are written normally.

When does caveman mode stop being terse automatically?

It auto-reverts to clear language for security warnings, irreversible action confirmations like destructive database operations, and multi-step sequences where fragments risk misreading. Caveman style resumes after the clear portion is done.