md2ppt
FeaturedUse when the user wants to turn a Markdown report into a presentation-quality .pptx via interactive design decisions and a reusable hand-coded build script. Drives pre-analysis, global style choices, optional per-slide layout dialogue, python-pptx composition, and optional LibreOffice render self-check. NOT a generic auto-converter, NOT for PDF output, and NOT a fixed brand-template pipeline — brand integration is handled ad hoc through helper primitives.
Install
Quality Score: 92/100
Skill Content
Details
- Author
- KerberosClaw
- Repository
- KerberosClaw/kc_ai_skills
- Created
- 4 months ago
- Last Updated
- 5 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
pptx-author
Build PowerPoint decks headless with python-pptx.
pptx-builder
Use this skill to create professional, fully-editable PowerPoint (.pptx) decks. Design each slide as HTML/CSS (preview it as an Artifact to iterate visually with the user), then run the included Playwright + python-pptx pipeline to convert the HTML into native, editable PowerPoint objects (rectangles, text boxes, images, icons, tables, lines) at pixel-accurate positions — not a screenshot dump. Trigger on "make a powerpoint", "build a pptx", "create slides", "presentation deck", "slide design".
md2pdf
Use when the user wants to convert one Markdown file into a publication-ready A4 PDF, especially when the source may contain Mermaid diagrams, ASCII diagrams, CJK text, tables, or pandoc/weasyprint edge cases. Works by copying the source to a _pdf.md working file, converting diagrams, escaping PDF-breaking syntax, rendering with pandoc + weasyprint, then self-checking pages. NOT for batch conversion, slide decks, or editing the original Markdown in place.