From paleo
Use when user says "compact json", "minify output", "tight structured", or the agent must emit JSON / structured data. Strip insignificant whitespace, collapse long arrays, shorten keys where safe, keep it parseable. Cuts tokens on structured payloads. Off: "pretty print" / "human-readable".
How this skill is triggered — by the user, by Claude, or both
Slash command
/paleo:paleo-jsonThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Compact structured output. JSON / YAML / tables → minimal tokens, still valid.
Compact structured output. JSON / YAML / tables → minimal tokens, still valid.
lite: minify whitespace only (safest).full (default): minify + collapse repetitive array tails.ultra: minify + alias keys per a provided map.paleo-json / compact json / minify on. pretty print off.Guides 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.
npx claudepluginhub mocasus/paleo --plugin paleo