From holistics-reporting
Search and use visualizations that already exist in the project to provide fast and curated data answers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/holistics-reporting:use-existing-vizThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is currently not available in Holistics Development environment.
This is currently not available in Holistics Development environment.
search_viz_blocks first to find reusable viz blocks before generating new AQL.Multiple viz blocks may be returned. Scan their semantics to pick the most relevant ones. For example:
Always inspect the AQL — don't rely on the viz block label and description alone.
If no viz blocks returned, proceed to generate AQL.
validate_viz_block_relevance to check whether if it's truly relevant.If validation passes: call tool execute_viz_block to show to result to user.
If validation fails: proceed to generate AQL (don't need to ask user for confirmation).
npx claudepluginhub holistics/skills --plugin holistics-reportingGuides dashboard design via 3-step workflow: requirements, layout, visualizations. For Vizro; generates YAML specs. Activates on design/plan requests before building.
Design and spec an analytical dashboard — define the question each chart answers, write the SQL queries, spec the layout and refresh cadence. Produces a complete dashboard spec ready to implement. Use when asked to "build a dashboard", "analytics dashboard", "BI dashboard", "weekly product health", or "visualize this data".