Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
7
0
# Install this skill:
npx skills add dkyazzentwatwa/chatgpt-skills --skill "pivot-table-generator"
Install specific skill from multi-skill repository
# Description
Generate pivot tables from CSV/Excel with aggregations, filters, and automatic chart creation.
# SKILL.md
name: pivot-table-generator
description: Generate pivot tables from CSV/Excel with aggregations, filters, and automatic chart creation.
Pivot Table Generator
Create pivot tables with aggregations and visualizations.
Features
- Multiple Aggregations: Sum, mean, count, min, max
- Filtering: Filter data before pivoting
- Grouping: Multi-level row/column grouping
- Charts: Auto-generate pivot charts
- Export: Excel, CSV, HTML output
CLI Usage
python pivot_table_generator.py --data sales.csv --rows region --columns product --values amount --agg sum
Dependencies
- pandas>=2.0.0
- numpy>=1.24.0
- matplotlib>=3.7.0
- openpyxl>=3.1.0
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.