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 paleoGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.