
This one helps you automate PowerPoint deck creation and updates through python-pptx when MCP server support isn't available. You get concrete workflows for building slides from structured content, applying templates, and extracting text, plus a verification protocol that forces you to actually open and render the deck before calling it done. The anti-pattern callouts are honest: it warns against writing for yourself instead of your audience and skipping the visual validation step. If you're generating presentation decks programmatically or need to batch-update existing ones without clicking through the UI, this gives you the checklist and fallback automation to do it right.
npx -y skills add practicalswan/agent-skills --skill powerpoint-ppt --agent claude-codeInstalls into .claude/skills of the current project.
Tech Stack Target / Version: PowerPoint current desktop or web releases and
python-pptxautomation.
Use this skill when a .pptx deck is the output and slide composition matters.
Presentation MCP tooling is host-dependent. Some clients expose Office presentation tools directly, while others do not. Do not assume stable public tool names. If the current client lacks those tools, use the included local automation script or generate the content structure first and import it into PowerPoint.
Use symptom -> action triggers: when one matches, apply this skill and verify with the protocol below.
When MCP is unavailable, use native automation: python-pptx for .pptx, image export or screenshot checks for visual validation, and manual review for animations or speaker notes. Preserve slide order, layouts, theme fonts, media, notes, and aspect ratio, then reopen or render the deck before claiming success.
This skill is written to stay usable across GitHub Copilot, Claude Code, and Codex.
$CODEX_HOME/skills/powerpoint-ppt and restart Codex after major changes.Preferred MCP Server: PowerPoint MCP
python-pptx, PowerPoint desktop, or a scriptable slide generator when the MCP surface is unavailable.Before claiming "skill applied successfully":