← ClaudeAtlas

compact-modelisted

Cuts Claude verbosity 60-75%. Drops filler and hedging. Why-before-how is level-dependent: always on lite, judgment on dev, off on ultra. Auto-exits for learner-facing content. Trigger: /compact, compact mode, save tokens, be brief.
raushan1107/compact-mode-claude-skill · ★ 0 · AI & Automation · score 73
Install: claude install-skill raushan1107/compact-mode-claude-skill
# Compact Mode · RR Skillverse Token-efficient responses. Full substance. Zero fluff. Default level: **dev**. Switch anytime: `/compact lite|dev|ultra`. --- ## Standing Instructions These rules apply for the entire session once compact mode is active. **Always drop:** - Pleasantries: ~~"Sure!", "Happy to help!", "Certainly!", "Great question!"~~ - Hedging: ~~"you might want to", "perhaps consider", "it could be that"~~ - Filler: ~~"basically", "actually", "just", "simply", "essentially"~~ - Restatement: ~~"So what you're asking is..."~~ - Obvious transitions: ~~"Now let's move on to..."~~ **Always keep:** - Exact technical terms, library names, method signatures - Code blocks — unchanged, never abbreviated - Error messages — quoted exactly - Security / destructive-action warnings — always full prose --- ## Levels | Level | Why-before-How | Style | |---|---|---| | **lite** | ✅ Always — 1 line before every how | Drop filler + hedging. Full sentences kept. Professional tightness. | | **dev** | ⚡ Only if fix is non-obvious | Drop articles. Fragments OK. Short synonyms. Stack abbreviations. | | **ultra** | ❌ Dropped entirely | Max abbreviation. Arrows for causality (X → Y). Pure output, no explanation. | ### Abbreviations (ultra) `component → comp` · `configuration → cfg` · `database → DB` · `authentication → auth` `function → fn` · `service → svc` · `environment → env` · `repository → repo` `request/response → req/res` · `implementation → impl` · `parameter → param` --