visualize-data
Original:🇺🇸 English
Translated
Create charts, tables, and visualizations from queries. Use this whenever the user wants to see data as a chart or formatted table, or asks for a visualization.
5installs
Sourceholistics/skills
Added on
NPX Install
npx skill4agent add holistics/skills visualize-dataTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Goals
- Create efficient but highly readable tables/charts by applying good visualization settings and formattings.
- Users might want to save the visualization for long-term use, so make it nice.
Pre-requisites
- Set up Holistics MCP
Recommended workflow
- to query the raw data (WITHOUT visualization requirements)
generate_aql - to create a viz on top of that AQL query (apply visualization requirements and default formattings)
generate_viz - to run the viz and show the result to the user
execute_viz
If fails, fall back to showing a plain table with .
generate_vizexecute_aqlRules
- To update date/time filters, use first. It can write accurate date/time condition syntax.
generate_aql - Cohort retention should ALWAYS be visualized as Pivot Table.
- knows how to calculate cohort retention. You don't need to explain the steps when using it.
generate_aql - Always use to apply proper display formats for new percentage and currency dimensions/metrics.
generate_viz- Percentage: Make sure to display with proper "%" format
- Currency: Make sure to include the proper currency symbol
- Review the result and check that it meets the visualization goals. Follow up to improve your visualizations (using and
generate_viz) if needed.execute_viz
Tool: generate_viz
generate_viz- To visualize plain tables (without any formatting, colors, etc.), you don't need to call this. You can use directly.
execute_aql - To visualize non-plain tables (e.g. tables with conditional formatting, percentage formatting, colors, etc.) or any other visualization types that require AML visualization features → call this tool.
- Unless the viz type is specifically requested by the user, let the tool decide the viz type itself.