report-generator
Installation
SKILL.md
Report Generator
Overview
Generate professional data reports combining narrative text, charts, tables, and key metrics. Outputs HTML reports (viewable in any browser) or PDF. Suitable for executive summaries, weekly dashboards, data analysis reports, and client deliverables.
Instructions
When a user asks you to generate a report, follow this process:
Step 1: Install dependencies
pip install pandas matplotlib seaborn jinja2 weasyprint
# weasyprint is optional, needed only for PDF export
Step 2: Understand the report requirements
Related skills