BytesAgain BI Dashboard Builder
Installation
SKILL.md
BytesAgain BI Dashboard Builder
Build BI dashboard specs from natural language, CSV headers, JSON metrics, or KPI lists. Outputs dashboard plans, SQL query templates, chart definitions, Apache Superset-compatible chart JSON snippets, KPI dictionaries, and dashboard QA reports.
Commands
generate
Create a dashboard plan with KPIs, charts, filters, and layout.
bash scripts/script.sh generate --goal "sales dashboard" --metrics "revenue,orders,aov" --dimensions "date,region,channel"
chart
Create a single chart spec for bar, line, pie, table, metric, or time-series visualization.
bash scripts/script.sh chart --type line --metric revenue --dimension date --title "Revenue Trend"