What problem does it solve? Long, verbose AI responses waste tokens and slow down reading when you only need the technical answer. This Skill cuts token usage by roughly 75% by stripping filler, articles, and pleasantries while keeping every technical detail intact. ## Core Features & Use Cases - Token Compression: Rewrites responses in a clipped caveman pattern (thing + action + reason + next step) that removes articles, hedging, and pleasantries. - Technical Accuracy Preservation: Code blocks, error messages, and technical terms like "polymorphism" stay exact and unchanged; only the surrounding explanation is compressed. - Use Case: You ask why a React component re-renders. Instead of a 69-token paragraph, you get: "New object ref each render. Inline object prop = new ref = re-render. Wrap in useMemo." ## Quick Start Say "caveman mode" or "be brief" to the AI and ask your technical question to receive a compressed answer.