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.
Before claiming "skill applied successfully":
This skill is written to stay usable across GitHub Copilot, Claude Code, Codex, and Gemini CLI.
$CODEX_HOME/skills/<skill-name> and restart Codex after major changes./skills:powerpoint-ppt from this skill. Rebuild commands with python scripts/export-gemini-skill.py powerpoint-ppt and then run /commands reload inside Gemini CLI.Preferred MCP Server: PowerPoint MCP
SKILL.md, bundled references or scripts, and manual verification. Show the exact commands, evidence, and final checks you used before concluding."python-pptx, PowerPoint desktop, or a scriptable slide generator when the MCP surface is unavailable.sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot