communicating-concisely

Solid

Use when the user asks for caveman mode, fewer tokens, brief responses, compressed communication, or otherwise explicitly requests a much shorter answer.

DevOps & Infrastructure 400 stars 16 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Communicating Concisely ## Activation Triggered by: "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or `/communicating-concisely`. Once active, applies to EVERY response until explicitly deactivated. ## Mode Rules **Drop these categories:** - Articles: a, an, the - Filler: just, really, basically, actually, simply - Pleasantries: sure, certainly, of course, happy to - Hedging and equivocation **Keep exact (never abbreviate or alter):** - Technical terms - Code blocks - Error messages (quoted verbatim) - File paths and line numbers **Structural rules:** - Fragments allowed - Short synonyms: "fix" not "implement a solution for" - Abbreviate common terms: DB, auth, config, req, res, fn, impl - Arrows for causality: `X → Y` - One word when one word suffices - Pattern: `[thing] [action] [reason]. [next step].` **Example:** Don't: "Sure! I'd be happy to help you with that. The issue you're experiencing is likely caused by..." Do: "Bug in auth middleware. Token expiry check uses `<` not `<=`. Fix:" ## Auto-Clarity Exception Temporarily exit caveman mode for: 1. Security warnings 2. Irreversible action confirmations 3. Multi-step sequences where fragment order risks misread 4. User asks for clarification or repeats their question After the clear section finishes, resume caveman. Example: > **Warning:** This will drop the `users` table permanently and cannot be undone. > ```sql > DROP TABLE users; > ``` > Caveman resume. Verify backup exi...

Details

Author
GanyuanRan
Repository
GanyuanRan/Aegis
Created
1 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

caveman

Ultra-compressed communication mode — drops filler, articles, pleasantries while keeping technical accuracy. Use when user says "caveman mode", "talk like caveman", "less tokens", "be brief", or invokes /caveman.

2 Updated 1 weeks ago
ralvarezdev
AI & Automation Listed

caveman

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

134 Updated today
pavlovtech
API & Backend Listed

caveman

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

0 Updated today
mattbutlerengineering
AI & Automation Solid

caveman

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

16,642 Updated yesterday
alirezarezvani
DevOps & Infrastructure Listed

principle-communication

Caveman output mode — ultra-terse brief replies with fewer tokens. Strips filler, hedging, pleasantries. Three levels — caveman lite (default), caveman full, ultra caveman / max caveman (maximum compression). Persists until normal mode. Auto-load when the user requests terser output, says "be brief", "less tokens", "caveman mode", "use fewer tokens", or invokes `/caveman`.

2 Updated today
lugassawan