slide-deck
Build a real, editable PowerPoint (.pptx) deck from an outline or brief. Use when asked to make a slide deck, a PowerPoint, a pitch/board/sales deck as an actual file, or to turn a doc/notes into slides. Produces an actual .pptx via a generated python-pptx script — a title slide, one idea per content slide with a clear headline and concise bullets, and consistent styling. Requires a code-execution environment (Claude Code, the API code tool, or Claude.ai).
npx skills add mohitagw15856/pm-claude-skills --skill slide-deck --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.
# Slide Deck Skill This produces a *real, editable* `.pptx` — not a markdown outline — by **writing and running a `python-pptx` script**. It turns a brief, doc, or outline into a deck that follows good slide hygiene: a headline that states the point (not a vague title), one idea per slide, concise bullets, and consistent styling — so the user opens an actual PowerPoint they can present and edit. > **Environment:** produces a binary file, so it needs code execution — **Claude Code**, the > **API code-execution tool**, or **Claude.ai**. In the browser playground (no code execution), the > existing PPTX export turns any skill's markdown into slides; this skill is for a built-from-brief deck. ## Required Inputs Ask for these only if they aren't already provided: - **Deck type & goal** — pitch, board update, sales deck, training, readout — and the one thing the audience should do/believe. - **The content** — an outline, doc, or notes (the skill structures it into slides). - **Audience & length** — who's watching and roughly how many slides. - **Brand** — any colours/font (defaults to a clean, neutral theme otherwise). ## Process 1. **Storyline first** — turn the content into a slide-by-
- Required Inputs
- Process
- Output Format
- Quality Checks
- Anti-Patterns
- Based On
- Programmatic Helper
python3 scripts/pptx_tool.py build deck.pptx --outline-file deck.md
What does the slide-deck skill do?
Build a real, editable PowerPoint (.pptx) deck from an outline or brief. Use when asked to make a slide deck, a PowerPoint, a pitch/board/sales deck as an actual file, or to turn a doc/notes into slides. Produces an actual .pptx via a generated python-pptx script — a title slide, one idea per content slide with a clear headline and concise bullets, and consistent styling. Requires a code-execution environment (Claude Code, the API code tool, or Claude.ai).
How do I install it?
Run `npx skills add mohitagw15856/pm-claude-skills --skill slide-deck --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 mohitagw15856/pm-claude-skills, a repository with 1,255 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.
