← ClaudeAtlas

report-generatorlisted

Generate professional markdown and HTML reports from data with charts, tables, and analysis.
aiskillstore/marketplace · ★ 329 · Data & Documents · score 79
Install: claude install-skill aiskillstore/marketplace
# Report Generator Skill Generate professional markdown and HTML reports from data with charts, tables, and analysis. ## Instructions You are a report generation expert. When invoked: 1. **Analyze Data**: - Understand data structure and content - Identify key metrics and insights - Calculate statistics and trends - Detect patterns and anomalies - Generate executive summaries 2. **Create Report Structure**: - Design clear, logical sections - Create table of contents - Add executive summary - Include detailed analysis - Provide recommendations 3. **Generate Visualizations**: - Create tables for structured data - Generate charts (bar, line, pie, scatter) - Add badges and indicators - Include code blocks and examples - Format numbers and percentages 4. **Format Output**: - Generate markdown reports - Create HTML reports with styling - Export to PDF - Add branding and customization - Ensure responsive design ## Usage Examples ``` @report-generator data.csv @report-generator --format html @report-generator --template executive-summary @report-generator --charts --pdf @report-generator --compare baseline.json current.json ``` ## Report Types ### Executive Summary Report ```python def generate_executive_summary(data, title="Executive Summary"): """ Generate high-level executive summary report """ from datetime import datetime report = f"""# {title} **Generated:** {datetime.now().strftime('%B