dashboard
Installation
SKILL.md
10x Analyst — Dashboard Builder
Build a standalone, interactive HTML dashboard from any dataset.
Overview
Generates a single dashboard.html file with KPI cards, interactive Chart.js charts, and data tables. Reads from input/<dataset>/, writes to output/<dataset>/dashboard.html. Fully self-contained — open in any browser, no server needed.
When to Use
- User asks for a "dashboard", "interactive view", "HTML report", or "visual summary"
- User wants something they can open in a browser and share
- User needs interactive charts with hover tooltips and toggleable legends
Path Resolution
Parse $ARGUMENTS to get dataset name.
- Input:
input/<dataset-name>/ - Output:
output/<dataset-name>/dashboard.html