Back to skills

pptx-generator

workflows

Generates, edits, and reads PowerPoint files using PptxGenJS and markitdown. Covers the full workflow: extracting text from existing decks, editing template-based presentations via XML, and building n

Setup & Installation

npx skills add https://github.com/MiniMax-AI/pptx-generator --skill pptx-generator
or paste the link and ask your coding assistant to install it
https://github.com/MiniMax-AI/pptx-generator
View on GitHub

What This Skill Does

Generates, edits, and reads PowerPoint files using PptxGenJS and markitdown. Covers the full workflow: extracting text from existing decks, editing template-based presentations via XML, and building new ones from scratch with a built-in design system for colors, fonts, and slide layouts. Manually recreating slide layouts in code is error-prone and time-consuming; this skill handles the full PptxGenJS API, design tokens, and slide type conventions so you don't have to look them up or guess at coordinates.

When to use it

  • Working with pptx generator functionality
  • Implementing pptx generator features
  • Debugging pptx generator related issues