What problem does it solve?
Turning charts and diagrams into polished deliverables like reports, PDFs, and slide decks usually involves manual layout, inconsistent figure sizing, and exports that break when data changes. This Skill provides a structured workflow for packaging figures as durable assets and composing them into documents programmatically.
Core Features & Use Cases
- Figure Packaging: Inventory every embedded figure, assign specialist owners, and export SVG, PNG, or PDF assets with consistent theming, captions, and source metadata.
- PDF Generation: Compose HTML reports and render them to PDF with Playwright or Puppeteer, or use pdf-lib, PDFKit, or jsPDF for direct PDF construction.
- Slide Automation: Build PowerPoint decks with pptxgenjs or place assets into Google Slides via the API with explicit page geometry.
- Use Case: Convert an analytics dashboard into an executive PDF report where each chart is exported at intentional dimensions, annotated with insight titles, and regenerable when the underlying data changes.
Quick Start
Turn this dashboard into an executive PDF report with exported chart assets and commentary.