The problem it solves
Most analysis ends with a table that nobody outside the data team can read. Stakeholders want a chart, a filter, something they can actually share.
What it does
Turns raw data or query output into charts and dashboards.
Supports modern code-based visualization libraries.
Creates interactive reporting prototypes.
Helps turn analysis into something easier to understand.
When to use it
WHEN
a query result needs to become a dashboard
WHEN
prototyping internal analytics views
WHEN
telling a data story visually
WHEN
replacing a static table with an interactive interface
How it works
The skill picks a chart type, builds the components, and checks that the output actually communicates what the data shows.
Tools used
sql_execute
Run SQL against a configured warehouse and return a formatted result set.
schema_search
Search indexed schemas, tables, and columns by keyword.