paleo-json

Installation
SKILL.md

paleo-json

Compact structured output. JSON / YAML / tables → minimal tokens, still valid.

Rules

  • Minify: remove whitespace between tokens (valid JSON stays parseable).
  • Collapse arrays of repeated shapes into a count + 1 example when the consumer allows.
  • Keep keys verbatim unless a documented short alias exists — never invent keys.
  • Preserve: values, types, order where it matters, escaping.
  • YAML: drop comments, shorten, keep indentation minimal but valid.
  • Numbers/booleans/null: never reformat in ways that change type.

Levels

  • lite: minify whitespace only (safest).
  • full (default): minify + collapse repetitive array tails.
  • ultra: minify + alias keys per a provided map.

Switch

  • paleo-json / compact json / minify on. pretty print off.
Installs
43
Repository
mocasus/paleo
GitHub Stars
20
First Seen
Jul 10, 2026
paleo-json — mocasus/paleo