Stats
Actions
Tags
From cavemenko
Compress documents, notes, specs to ultra-short version. Use when user asks to compress, shorten, or summarize text, or calls /cavemenko-compress.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cavemenko:cavemenko-compressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Compress provided text to minimum size. Keep ALL key info. Target: ≤30% of original length.
Compress provided text to minimum size. Keep ALL key info. Target: ≤30% of original length.
Input:
Шановні колеги! Хотілося б звернути вашу увагу на те, що в нашому проєкті
виникла досить серйозна проблема з продуктивністю бази даних. Після проведення
детального аналізу було встановлено, що основною причиною є відсутність індексів
на таблиці users для полів email та created_at. Рекомендується якнайшвидше додати
відповідні індекси, оскільки це може призвести до серйозних проблем у production.
Output:
БД perf issue: missing indexes on `users` (email, created_at). Add ASAP — prod risk.
npx claudepluginhub ruslanlap/cavemenko --plugin cavemenkoGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.