Claude-skill-registry json-pretty

Pretty-print JSON via json_prettify tool.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/json-pretty" ~/.claude/skills/majiayu000-claude-skill-registry-json-pretty && rm -rf "$T"
manifest: skills/data/json-pretty/SKILL.md
source content

When to use

  • User provides compact/ugly JSON and wants it formatted.

Procedure

  1. Call
    json_prettify
    with the JSON string.
  2. Return the formatted JSON.