data-visualization

Build interactive dashboards and reports with React, Recharts, and OpenAPI codegen.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill data-visualization-akhilksap2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-visualization
Source: https://github.com/akhilksap2026/YMSNOW27032026/tree/main/replit/.local/skills/data-visualization
Command: npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill data-visualization-akhilksap2026

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps you create interactive data visualization apps (dashboards, analysis reports, dataset explorers) with React, Recharts, and OpenAPI codegen workflow. It handles all data sources internally including integrations, databases, APIs, and CSV files.

Core Features & Use Cases

  • Build dashboards, reports, and dataset explorers that render charts, data tables, and CSV exports.
  • Visualize data from diverse sources (integrations like Stripe, Google Analytics, Linear, databases, and CSV files) without writing separate data-fetching code.
  • Unify data from multiple sources into a single visualization app using a React-based scaffold and a design-subagent workflow.

Quick Start

Create a data-visualization artifact and start wiring data sources to render charts.

Frequently Asked Questions about data-visualization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a React dashboard that fetches data and renders charts without separate data-query steps?

Build a React dashboard by using a skill that coordinates data sources, chart rendering, and UI controls internally. It fetches data from integrations or app databases and returns chart-ready payloads to render visual analysis without separate data-query steps.

Can I visualize data from CSV files and external integrations in the same interactive dashboard?

Yes, visualize data from CSV files and external integrations in the same dashboard. The workflow unifies diverse data sources like Stripe, Google Analytics, Linear, app databases, and CSV files into a single React visualization app.

How do I add CSV export functionality to a React data visualization app?

Add CSV export functionality by building dataset explorers and reports through the provided React scaffold. The generated dashboards render data tables and include CSV export features to extract processed chart data directly from the visualization app.

What's the best way to generate API client hooks for fetching chart-ready data in React?

Generate API client hooks using the OpenAPI codegen workflow included in this skill. The workflow uses generated hooks from @workspace/api-client-react to fetch data and deliver endpoints that return chart-ready payloads for Recharts components.

Does this visualization workflow require writing separate data-fetching code for each integration?

No, this workflow handles data internally so you do not need separate data-fetching code. It coordinates data sources like Stripe, Linear, and Google Analytics, routing them through a unified OpenAPI codegen workflow to generate required hooks automatically.

How does the design subagent ensure consistent chart styling and behavior across dashboard components?

The design subagent ensures consistent chart styling and behavior by using reference guidance within the workflow. It coordinates UI controls and Recharts rendering to deliver end-to-end visual analysis with consistent styling across all dashboard components.