From paleo
Use when user says "compress conversation", "condense chat", "summarize history", "too long context", or a session has many old turns. Condense prior conversation turns into a tight summary, merge near-duplicate messages, keep the last N turns verbatim. Saves context tokens without losing task state. Off: "stop condensing" / "keep full history".
How this skill is triggered — by the user, by Claude, or both
Slash command
/paleo:paleo-converseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Conversation compression. Shrink old turns, keep recent verbatim.
Conversation compression. Shrink old turns, keep recent verbatim.
lite: merge duplicates only, keep all turns.full (default): merge + condense turns older than N.ultra: condense everything older than the last 3 turns.paleo-converse / condense chat on. stop condensing / keep full history off.paleo-converse N=8 sets the retained verbatim window.npx claudepluginhub mocasus/paleo --plugin paleoCompresses long agent conversations into a nine-part structured summary preserving request, files, errors, user messages, and next steps.
Use when context window is large / token cost high / long session. Proactively trim, summarize, or drop stale content to save context tokens without losing the task state.
Compresses verbose conversations, code, or prompts into ultra-concise caveman-style summaries (e.g., 'User say X. Do Y.') to reduce tokens while keeping key details. Useful for context limits.