From paleo
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/paleo:paleo-trim-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Keep context small. Drop stale, keep task state.
Keep context small. Drop stale, keep task state.
paleo-converse = explicit conversation-turn compression + dedup (on-demand, when the user points at history or context is heavy).paleo-summary = one bulky artifact (log / diff / dump / stdout) -> tight intisari.npx claudepluginhub mocasus/paleo --plugin paleoOptimizes long contexts by extracting key info with H2O heavy-hitters, compressing documents, summarizing files, and pruning stale tool results. Use for context overflow, large docs, or multi-file synthesis.
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".
Recommends context compression strategies (clear/catchup, continuation agent, archive/summarize, delegate) when Claude Code context feels bloated or quota burns fast.