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.npx claudepluginhub mocasus/paleo --plugin paleoTransforms, manipulates, analyzes JSON: parse/validate, reshape/flatten/unnest, merge/filter/map, query (JSONPath/JMESPath), convert (CSV/YAML/XML), diff/compare.
Compresses tool outputs, logs, and JSON structurally (schema+samples+stats) to save context tokens. Use when raw data fills the window.
Use when user says "paleo mode", "save tokens", "be brief", "terse", "compress output", or says "paleo". Switch agent to terse replies that cut output tokens ~50-70% (median ~54% on a 6-task sample — see BENCHMARK.md) while keeping code, commands, errors, and technical terms byte-exact. Off: "stop paleo" / "normal mode".