Office & DocumentsBeginner
pptx-generator
Create and edit PowerPoint presentations from scratch with PptxGenJS
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/MiniMax-AI/skills --skill pptx-generatornpx skills add https://github.com/MiniMax-AI/skills --skill pptx-generatorOr paste this URL into your assistant to install:
Overview
What This Skill Does
Create and edit PowerPoint presentations from scratch with PptxGenJS
Application
When to use this Skill
- Integrating pptx generator into your development workflow.
- Following best practices for create and edit powerpoint presentations from scratch with pptxgenjs.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
PPTX Generator & Editor
Overview
This skill handles all PowerPoint tasks: reading/analyzing existing presentations, editing template-based decks via XML manipulation, and creating presentations from scratch using PptxGenJS. It includes a complete design system (color palettes, fonts, style recipes) and detailed guidance for every slide type.
Quick Reference
| Task | Approach |
|---|---|
| Read/analyze content | python -m markitdown presentation.pptx |
| Edit or create from template | See Editing Presentations |
| Create from scratch | See Creating from Scratch below |
| Item | Value |
|---|---|
| Dimensions | 10" x 5.625" (LAYOUT_16x9) |
| Colors | 6-char hex without # (e.g., "FF0000") |
| English font | Arial (default), or approved alternatives |
| Chinese font | Microsoft YaHei |
| Page badge position | x: 9.3", y: 5.1" |
| Theme keys | primary, secondary, accent, light, bg |
| Shapes | RECTANGLE, OVAL, LINE, ROUNDED_RECTANGLE |
| Charts | BAR, LINE, PIE, DOUGHNUT, SCATTER, BUBBLE, RADAR |
Lines 1 - 25 of 237
Recommendations