md_to_pptx

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

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