What problem does it solve?
Creating and editing presentation slide decks is error prone, time consuming, and often produces non-editable rasterized outputs that are hard to maintain. This Skill centralizes authoring with JavaScript (PptxGenJS) and provides tooling to preserve editable elements, detect layout issues, and validate rendering before delivery.
Core Features & Use Cases
- Bundled authoring helpers for text measurement, image sizing, SVG/LaTeX conversion, and layout builders to speed consistent slide creation.
- A JavaScript-first workflow that produces an editable PPTX plus the authoring .js source so reviewers can iterate and reuse templates.
- Validation and rendering scripts to rasterize slides to PNG, create montages for review, detect overflow/overlap, and identify missing or substituted fonts for reliable cross-platform rendering.
- Practical use cases include building new decks from a brief, recreating slides from screenshots or PDFs while matching aspect ratio, and modifying dense decks with automatic overflow and font diagnostics.
Quick Start
Use the slides skill to author or update a PPTX with PptxGenJS, copy the bundled helpers into your workspace, render slides to PNGs, run the overflow and font checks, and deliver the editable .pptx with its JavaScript source.