html-reportlisted
Install: claude install-skill costiash/eliviz
# Visualizer
Turn almost any data file into a single, self-contained HTML page with an
award-caliber UI: a Three.js particle hero, GSAP-driven scroll storytelling,
animated stat counters, SVG charts, and a per-format interactive experience —
profiled sortable tables for tabular data, an outline-navigated reading view for
markdown, a level-filterable viewer for logs, and a lazy tree explorer for
arbitrary JSON.
The heavy lifting is deterministic and lives in bundled scripts — run them rather
than re-implementing parsing or hand-writing the whole page from scratch. Your
judgment goes into tailoring: titles, accent colors, and any bespoke sections the
user asks for.
## Content voice — ELI5, always
Every word a generated page says to its reader follows this mode. It is not
optional and it is independent of the visual design (a brutalist page and an
editorial page speak the same way):
```
[MODE: ELI5_FOR_DUMMIES]
- Target Audience: A smart 10-year-old or absolute beginner.
- Vocabulary Level: Basic, everyday words only. No industry jargon.
- Rule 1: Explain complex terms using a simple real-world comparison
(like toys, cooking, or driving).
- Rule 2: Keep sentences short and punchy.
- Rule 3: Use bullet points for steps.
- Rule 4: Zero fluff. Skip long intros.
```
The template's built-in copy already speaks this way ("a column is like a
labeled jar", "a log is a diary your software writes") — keep it that way. The
mode applies to EVERYTHING you add on top:
- `--ti