cyberneticlibrary

Cut communication token usage 75%

cavemanpluginsetup L217,464
alirezarezvani/claude-skills
What it does

Cut token usage ~75% by dropping filler while preserving technical accuracy

Best for

When technical writing must fit tight token budgets without sacrificing precision (e.g., API docs, complex prompts, reference material).

Inputs
  • · full-form technical text or prompt
Outputs
  • · ultra-compressed version: no articles, filler, pleasantries
  • · token-savings estimate
  • · caveman-style lint warnings
Requires
  • · stdlib Python tools (text compressor, token-savings estimator, caveman linter)
  • · 3 reference docs: compression principles, technical communication patterns, when caveman backfires
  • · cs-caveman-mode persona agent
  • · /cs:caveman slash command
Preconditions
  • · text is technical (caveman breaks for marketing/narrative copy)
  • · accuracy preservation is non-negotiable
  • · token count matters (cost or latency budget)
Failure modes
  • · Over-compression on ambiguous domain language obscures meaning
  • · Caveman linter flags legitimate technical jargon as filler
  • · Drop-articles pass makes some sentences grammatically incorrect
Trust signals
  • · 75% token reduction documented
  • · stdlib Python tools (no external deps)
  • · 3 deep references + when-to-use guardrails
  • · Derived from Matt Pocock MIT caveman skill (voice/rules preserved)
  • · cs-caveman-mode persona agent + /cs:caveman command