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
- Identify the input.
- If needed, run the shell command that generates or refreshes the JSON artifact.
- Run
scripts/profile_json.py <path>to classify the payload and extract structural evidence. - Build a declarative UI spec using
references/ui-schema.md. - 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: