# PPTX Creator

> Create PowerPoint presentations from outlines, Markdown, or templates

- Skill: `chainlesschain/pptx-creator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add chainlesschain/pptx-creator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chainlesschain/pptx-creator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: chainlesschain (https://skillmd.com/u/chainlesschain)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chainlesschain/pptx-creator

---


# PPTX Creator

Create PowerPoint presentations from outlines, Markdown, or templates.

## Usage

```
/pptx-creator --create <outline-text> [--output <file>] [--template <theme>]
/pptx-creator --from-md <file.md> [--output <file>] [--template <theme>]
/pptx-creator --list-templates
```

## Templates

| Theme        | Description                    |
| ------------ | ------------------------------ |
| professional | Clean business style (default) |
| dark         | Dark background, light text    |
| minimal      | Simple, minimal design         |
| colorful     | Vibrant colors and bold fonts  |

## Markdown Format

```markdown
# Presentation Title

## Slide Title

- Bullet point 1
- Bullet point 2

### Sub-section (content slide)

Regular paragraph text becomes slide content.
```

## Dependencies

- `pptxgenjs` — PowerPoint generation

