presenter

Convert Markdown content into PowerPoint presentations with python-pptx.

1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/CoachSteff/superskills --skill presenter-coachsteff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: presenter
Source: https://github.com/CoachSteff/superskills/tree/main/superskills/presenter
Command: npx skills add https://github.com/CoachSteff/superskills --skill presenter-coachsteff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts Markdown notes and outlines into polished PowerPoint decks, automating slide creation to save time and ensure consistent branding.

Core Features & Use Cases

  • Markdown-to-PPTX conversion with automatic slide mapping (H1 as title slide, H2 as content slide)
  • Theme support (default, dark, professional) and automatic layout decisions
  • Support for titles, bullet lists, images, and code blocks; easy integration with other superskills components
  • Use cases include creating course slides, client proposals, and training decks from outlines or outputs from ContentWriter, Craft, or CoursePackager

Quick Start

Create a presentation from a Markdown file using the Presenter, selecting a theme and output name.

Frequently Asked Questions about presenter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Markdown to PowerPoint slides automatically?

You can convert Markdown to PowerPoint slides automatically by mapping headers to slide layouts, where H1 becomes the title slide and H2 creates content slides. This automation requires Python and the python-pptx library to parse the Markdown and export a PPTX file.

Do I need Python to generate PPTX files from Markdown?

Yes, you need Python installed along with the python-pptx library to generate PPTX files from Markdown. The conversion process relies on Python to parse the Markdown content, apply presentation themes, and export the final PowerPoint deck.

Can I use Markdown bullet lists and images in PowerPoint presentations?

Yes, Markdown bullet lists and images are supported when creating PowerPoint presentations. The conversion process automatically maps your Markdown content into appropriate slide layouts, allowing you to insert titles, bullet lists, images, and code blocks directly into your slides.

What is the best way to apply themes when creating slides from Markdown?

The best way to apply themes when creating slides from Markdown is to select from available presentation presets like default, dark, or professional. The conversion tool automatically handles layout decisions based on the chosen theme to ensure consistent branding across the deck.

How do I create training decks from existing course outlines?

You can create training decks from existing course outlines by converting your Markdown notes directly into PPTX format. This allows educators and coaches to automatically transform course materials and outlines into polished, professional PowerPoint presentations.

Are there limitations when converting code blocks to PPTX slides?

When converting code blocks to PPTX slides, the content is mapped directly into the presentation, but complex formatting may be limited by standard PowerPoint slide constraints. The tool supports titles, bullet lists, images, and code blocks, but highly specialized layouts are not automatically generated.