visualize
Installation
SKILL.md
Visualize
Turn an idea, text, dataset, report, plan, or explanation into a polished single-file HTML visualization.
The main file should stay lean. Put implementation details in references and read only what the task needs.
Output contract
- Create exactly one self-contained
.htmlfile unless the user asks otherwise. - Save it to
/tmp/by default, or to the user-specified path if provided. - Use a descriptive kebab-case filename, for example
/tmp/q4-revenue-dashboard.html. - Keep CSS and JavaScript inline in the HTML file. Do not create separate
.css,.js, image, or asset files unless explicitly requested. - After writing the file, open it in the browser:
- macOS:
open <file>.html - Linux:
xdg-open <file>.html
- macOS:
- In the final response, include the absolute path and a clickable
file://URL.
Example final response: