| name | pptx |
| description | Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file; editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. |
PPTX Skill
Quick Reference
| Task | Guide |
|---|
| Read/analyze content | python -m markitdown presentation.pptx |
| Edit or create from template | See editing.md (not included) |
| Create from scratch | See pptxgenjs.md (not included) |
Reading Content
python -m markitdown presentation.pptx
Design Ideas
Color Palettes
| Theme | Primary | Secondary | Accent |
|---|
| Midnight Executive | 1E2761 | CADCFC | FFFFFF |
| Forest & Moss | 2C5F2D | 97BC62 | F5F5F5 |
| Coral Energy | F96167 | F9E795 | 2F3C7E |
Typography
| Element | Size |
|---|
| Slide title | 36-44pt bold |
| Section header | 20-24pt bold |
| Body text | 14-16pt |
QA Process
Visual QA: Use subagents for fresh eyes. Convert slides to images and inspect for:
- Overlapping elements
- Text overflow
- Uneven gaps
- Low contrast
Important Notes
Missing References: This skill references editing.md, pptxgenjs.md, and scripts/thumbnail.py that are not included in this migration.
Qwen Code Integration
Use /skills pptx to invoke manually, or mention presentation/slides for automatic activation.