From paleo
Use when you want automatic token-saving without manual skill selection. Auto-detects long sessions (>15 turns), high token usage, or bulky context — then auto-enables paleo + paleo-trim-context + paleo-converse + paleo-budget at safe defaults. User does not need to think about which skill is active. Off: "disable paleo-auto" / "manual paleo".
How this skill is triggered — by the user, by Claude, or both
Slash command
/paleo:paleo-autoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Zero-touch token savings. Enable once, stay on — paleo-auto watches your session and activates the right skills at the right time.
Zero-touch token savings. Enable once, stay on — paleo-auto watches your session and activates the right skills at the right time.
full or soft.| Condition | Detection | Action |
|---|---|---|
| Session length >15 turns | Count user/assistant exchanges | Enable paleo (full) + paleo-trim-context |
| Repeated tool output (same tool called 3+ times with similar results) | Compare last 3 tool outputs | Enable paleo-summary (full) |
| Context approaching warning (>60% capacity) | Estimate context usage | Enable paleo-converse (full, N=8) + paleo-trim-context |
| High token cost model detected (GPT-4, Claude Opus, etc.) | Model name check | Enable paleo-budget (soft, 3000 tokens) + paleo (full) |
| Bulky output returned (single tool result >2000 tokens est.) | Output size check | Enable paleo-summary (lite) for subsequent similar calls |
| User sends "long session" / "chatty" / "lagging" | Keyword match | Enable all 6 skills at full defaults |
| Session startup (fresh new session) | First 2 turns | Enable paleo (full) only — low overhead baseline |
| Scenario | Active skills | Why |
|---|---|---|
| Fresh session | paleo (full) | Low overhead baseline, catches wordy responses |
| Long session | paleo (full) + paleo-trim-context + paleo-converse (N=6) | Context hygiene + history compression |
| Expensive model | paleo (full) + paleo-budget (soft, 3k) | Cap costs on pricey models |
| Debugging/tools-heavy | paleo-summary (full) + paleo (full) | Shrink bulky tool output |
| User says "lagging" / "chatty" | All 6 at full defaults | Max savings, immediate |
paleo ultra, keep it.ultra or hard/strict modes automatically — only lite/full/soft.paleo-auto · auto paleo · enable auto-savedisable paleo-auto · manual paleo · stop autopaleo-auto status → list currently active skills + whynpx 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.