Agent skill · Content & Marketing

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.

product-on-purposegithub.com/product-on-purposeGitHub ↗
claude-codecodexApache-2.0
Install
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.

Facts
Files in the skill folder: 7
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.1
Declared author: product-on-purpose
Path: skills/utility-slideshow-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 518
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

<!-- 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

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. How It Works
  4. 18 Slide Types
  5. Decision Logic (Quick Reference)
  6. JSON Deck Spec Format
  7. Instructions
  8. Output Contract
  9. Quality Checklist
  10. References
Ships with 6 files
  • HISTORY.md
  • references/EXAMPLE.md
  • references/TEMPLATE.md
  • references/decision-logic.md
  • references/platform-rules.md
  • references/slide-types.md
More from pm-skills
All skills →
About this skill
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.

Keep going