What problem does it solve?
This Skill streamlines the creation of professional PDF presentations and documents directly from Markdown files. It eliminates the need for complex design software, allowing you to focus on content while ensuring beautiful, consistent output for your slides and reports.
Core Features & Use Cases
- Presentation-Ready PDFs: Transform simple Markdown into visually appealing slide decks using Marp, complete with themes, code highlighting, and math equations.
- Multiple Themes: Choose from built-in themes like
default, gaia, or uncover to quickly style your presentations.
- Code & Math Support: Render code blocks with syntax highlighting and display mathematical equations using KaTeX, perfect for technical documentation or academic presentations.
- Use Case: Quickly convert your project's
README.md into a professional PDF presentation for a team meeting, or turn a technical specification into a polished document for stakeholders.
Quick Start
Convert a Markdown file to a PDF presentation using the default theme
python ~/.claude/skills/markdown-to-pdf/marp_to_pdf.py presentation.md
Convert with a specific theme (e.g., 'gaia')
python ~/.claude/skills/markdown-to-pdf/marp_to_pdf.py slides.md --theme gaia