# Md To PPTX

> Convert Markdown files to professionally formatted PowerPoint presentations using ~/.claude/tools/convert_md_to_pptx.py

- Skill: `searayca/md-to-pptx` (Agent Skill)
- Install (CLI): `npx skillmds@latest add searayca/md-to-pptx`
- Raw SKILL.md: https://api.skillmd.com/api/skills/searayca/md-to-pptx/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: searayca (https://skillmd.com/u/searayca)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/searayca/md-to-pptx

---

# Markdown to PowerPoint Converter

Convert Markdown files to professionally formatted PowerPoint presentations.

## Instructions

1. Run the converter script at `~/.claude/tools/convert_md_to_pptx.py`

2. Pass the markdown file(s) to convert with `--files` argument

3. Add `--open` to automatically open the presentation when done

4. Optionally use `--output-dir` to specify where to save the PowerPoint file

## Slide Generation Rules

- `# Heading 1` - Creates a title slide
- `## Heading 2` - Creates a new content slide
- `### Heading 3` - Creates a subheading on current slide
- `- Bullet` or `* Bullet` - Bullet points (supports 3 indent levels)
- Code blocks - Formatted with monospace font
- Tables - Converted to PowerPoint tables

