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".
$npx -y skills add mocasus/paleo --skill paleo-converseInstalls into the current project.
Run `npx skills use "https://github.com/mocasus/paleo" --skill "mocasus/paleo/paleo-converse"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mocasus/paleo" that are relevant to the current task. Run `npx skills add "https://github.com/mocasus/paleo"` and select the relevant skills, then follow their instructions.