render-json-ui

Installation
SKILL.md

Render JSON UI

Turn unknown JSON into a readable presentation without assuming domain knowledge or a browser surface. Inspect shape first, emit structural evidence, and let the LLM derive a declarative UI spec from that evidence.

Quick Start

  1. Identify the input.
  2. If needed, run the shell command that generates or refreshes the JSON artifact.
  3. Run scripts/profile_json.py <path> to classify the payload and extract structural evidence.
  4. Build a declarative UI spec using references/ui-schema.md.
  5. Render that spec natively in the harness, or through the terminal reference renderer.

Workflow

1. Locate the JSON artifact

Prefer explicit file paths. If the user gives a shell command instead, run it first and then locate the resulting JSON file.

If multiple JSON files are plausible candidates, prefer the file that best matches:

Installs
4
First Seen
Mar 12, 2026