markdown-to-slides

Community

Convert Markdown into PowerPoint slides.

Authorknishioka
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Markdown documents often take time to transform into presentation decks. This Skill converts Markdown files into PPTX presentations, speeding up slide creation and reducing manual formatting.

Core Features & Use Cases

  • Slide-based parsing: Recognizes headings, lists, code blocks, and images to generate slides.
  • Output customization: Supports themes and aspect ratios; can generate 16:9 or 4:3 PPTX.
  • Use Case: Turn a structured Markdown report into a ready-to-present deck in seconds.

Quick Start

Provide input.md and run the CLI to produce output.pptx; for example: python scripts/md2slides.py input.md output.pptx.

Dependency Matrix

Required Modules

python-pptx

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: markdown-to-slides
Download link: https://github.com/knishioka/machine-learning-workshop/archive/main.zip#markdown-to-slides

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository