with one click
pptx-to-md
Convert PowerPoint (.pptx) to Markdown via Pandoc.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Convert PowerPoint (.pptx) to Markdown via Pandoc.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Build applications powered by GitHub Copilot using the Copilot SDK — session management, custom tools, streaming, hooks, MCP servers, BYOK, deployment patterns
CI/CD pipelines, infrastructure as code, and deployment automation for Azure workloads
Domain: DevOps & Cloud Engineering
Convert Word documents (.docx) to clean Markdown with image extraction and pandoc cleanup
Convert Markdown to RFC 5322 email (.eml) with inline CSS and CID images
Convert Markdown to EPUB 3 e-books via Pandoc.
| type | skill |
| lifecycle | stable |
| inheritance | inheritable |
| name | pptx-to-md |
| description | Convert PowerPoint (.pptx) to Markdown via Pandoc. |
| tier | standard |
| applyTo | **/*pptx* |
| currency | "2026-04-30T00:00:00.000Z" |
| lastReviewed | "2026-04-30T00:00:00.000Z" |
Convert PowerPoint (.pptx) to Markdown via Pandoc.
.pptx filespptx-to-md.cjs — Node script that wraps Pandoc.
node (≥ 16)pandoc (≥ 3.0) on PATHnode pptx-to-md.cjs deck.pptx
node pptx-to-md.cjs deck.pptx --output deck.md
node pptx-to-md.cjs deck.pptx --extract-media ./media
| PowerPoint | Markdown |
|---|---|
| Each slide | ## Slide N heading |
| Title placeholder | First line under heading |
| Body text / bullets | Paragraphs and lists |
| Speaker notes | Quoted block at slide end |
| Embedded images | Saved to --extract-media dir, referenced as ![]() |
md-to-pptx for round-trip workflows (lossy for layouts, lossless for content)--extract-media to keep images as separate files instead of inlining