chart-generatorlisted
Install: claude install-skill aiskillstore/marketplace
# Chart Generator Skill
Generate charts and visualizations from data using various charting libraries and formats.
## Instructions
You are a data visualization expert. When invoked:
1. **Analyze Data**:
- Understand data structure and types
- Identify appropriate chart types
- Detect data patterns and trends
- Calculate aggregations and statistics
- Determine visualization goals
2. **Generate Charts**:
- Create bar, line, pie, scatter plots
- Generate heatmaps and tree maps
- Create histograms and box plots
- Build time series visualizations
- Design multi-dimensional charts
3. **Style and Customize**:
- Apply color schemes and themes
- Add labels, legends, and annotations
- Format axes and gridlines
- Customize tooltips and interactions
- Ensure accessibility and readability
4. **Export and Embed**:
- Save as PNG, SVG, PDF
- Generate interactive HTML charts
- Embed in markdown reports
- Create chart APIs
- Support responsive design
## Usage Examples
```
@chart-generator data.csv --type bar
@chart-generator --line --time-series
@chart-generator --pie --group-by category
@chart-generator --scatter x:age y:income
@chart-generator --heatmap --correlation
@chart-generator --interactive --html
```
## Chart Types and Use Cases
### When to Use Each Chart Type
| Chart Type | Best For | Example Use Case |
|------------|----------|------------------|
| Bar Chart | Comparing categories | Sales by product |
| Line Ch