utility-slideshow-creator
Generates professional presentations from a JSON deck specification using 18 slide types with dark/light variants, content-to-layout decision logic, and calibrated character limits. Ships with a default professional theme.
npx skills add product-on-purpose/pm-skills --skill utility-slideshow-creator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> # Slideshow Creator Generate professional presentations (.pptx and .pdf) from a JSON deck specification. Zero design decisions at generation time - Claude selects slide types and fills content slots; all visual properties are pre-decided by the theme. ## When to Use - Creating slide decks for stakeholder updates, product reviews, team presentations - Generating professional .pptx files from content briefs - Producing consistent presentations without manual formatting - Exporting presentations to PDF for sharing or archiving ## When NOT to Use - Creating complex data visualizations (use dedicated charting tools) - Building interactive web presentations (this produces .pptx, not HTML) - Editing existing PowerPoint files (this creates new decks from scratch) ## How It Works **Two-phase architecture:** 1. **Spec phase (Claude)** - Read the content brief, select slide types using decision logic, write a JSON deck specification. Content slots have character limits calibrated to prevent overflow. This is the only phase that costs tokens. 2. **Generation phase (Local script)** - Run `node scripts/generate-dec
- When to Use
- When NOT to Use
- How It Works
- 18 Slide Types
- Decision Logic (Quick Reference)
- JSON Deck Spec Format
- Instructions
- Output Contract
- Quality Checklist
- References
What does the utility-slideshow-creator skill do?
Generates professional presentations from a JSON deck specification using 18 slide types with dark/light variants, content-to-layout decision logic, and calibrated character limits. Ships with a default professional theme.
How do I install it?
Run `npx skills add product-on-purpose/pm-skills --skill utility-slideshow-creator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From product-on-purpose/pm-skills, a repository with 518 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
