| name | cavemenko-compress |
| description | Compress documents, notes, specs to ultra-short version. Use when user asks to compress, shorten, or summarize text, or calls /cavemenko-compress.
|
Compress provided text to minimum size. Keep ALL key info. Target: ≤30% of original length.
Rules
- Apply ALL cavemenko compression techniques simultaneously
- Use abbreviations aggressively: БД, API, UI, auth, config, env, deps, etc
- English terms where shorter: deploy, fix, run, check, update, delete
- Arrows for causality: X → Y → Z
- Numbers always as digits
- Drop ALL filler, hedging, politeness, repetition
- Merge related points into one line
- Tables > paragraphs where applicable
Keep
- Numbers, dates, deadlines
- Names, identifiers, URLs
- Tech terms exactly
- Code snippets verbatim
- Action items / decisions
Drop
- Introductions ("В цьому документі...")
- Conclusions ("Підсумовуючи...")
- Repetition of same point in different words
- Hedging ("можливо", "ймовірно")
- Politeness ("будь ласка зверніть увагу")
- Obvious context
Example
Input:
Шановні колеги! Хотілося б звернути вашу увагу на те, що в нашому проєкті
виникла досить серйозна проблема з продуктивністю бази даних. Після проведення
детального аналізу було встановлено, що основною причиною є відсутність індексів
на таблиці users для полів email та created_at. Рекомендується якнайшвидше додати
відповідні індекси, оскільки це може призвести до серйозних проблем у production.
Output:
БД perf issue: missing indexes on `users` (email, created_at). Add ASAP — prod risk.
Process
- Read full text
- Extract key facts, decisions, action items
- Apply all compression techniques
- Output compressed version
- If asked — show compression ratio