Chart Generator

Generate bar, line, pie, doughnut, and area charts from JSON data.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ticruz38/skills --skill chart-generator-ticruz38
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Chart Generator
Source: https://github.com/ticruz38/skills/tree/main/skills/chart-generator
Command: npx skills add https://github.com/ticruz38/skills --skill chart-generator-ticruz38

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating charts from raw data automatically reduces manual effort and ensures consistent visuals for dashboards and reports.

Core Features & Use Cases

  • Generate bar, line, pie, doughnut, and area charts from JSON data or cached data sources
  • Save and reuse chart configurations via templates
  • Export charts in SVG, HTML, or PNG for embedding in websites and reports
  • Integrate with a data-connector for dynamic data
  • Provide embeddable HTML snippets for quick web integration
  • Example: create a revenue trend chart from a data connector and export as SVG

Quick Start

Install dependencies and run the CLI to generate a chart from data and export as SVG.

Frequently Asked Questions about Chart Generator

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

FAQPage Schema
How do I generate charts from JSON data automatically?▼

Generate charts from JSON data automatically by running the CLI to process data sources and apply visual themes. This Skill automates creation of bar, line, pie, doughnut, and area charts, reducing manual effort and ensuring consistent visuals for dashboards and reports.

Can I export SVG charts for embedding in websites?▼

Export SVG charts for embedding in websites by using the built-in export options. The Skill supports exporting generated charts in SVG, HTML, or PNG formats and provides embeddable HTML snippets for quick web integration into reports.

Does this chart generator work with a data connector for dynamic data?▼

This chart generator works with a data connector for dynamic data by implementing data-source integration. It allows you to pull dynamic data, create charts like a revenue trend, and export them as SVG.

What's the best way to save and reuse chart configurations?▼

Save and reuse chart configurations by utilizing the template saving feature. This Skill implements template saving with sensible defaults and local persistence, allowing you to save and reuse chart configurations via templates for consistent visualization.

What types of charts can I create from CSV or JSON data sources?▼

Create bar, line, pie, doughnut, and area charts from CSV or JSON data sources. The Skill automates chart generation from data sources to visualize data and supports various chart types with themes and templates.