PPTX Creator

Create PowerPoint presentations from outlines, Markdown, or templates

chainlesschain ac5ef10 2 files · 10.4 KB Updated

File contents

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

# Presentation Title

## Slide Title

- Bullet point 1
- Bullet point 2

### Sub-section (content slide)

Regular paragraph text becomes slide content.

Dependencies

  • pptxgenjs — PowerPoint generation

chainlesschain/chainlesschain/tree/main/desktop-app-vue/src/main/ai-engine/cowork/skills/builtin/pptx-creator commit ac5ef10316

Frequently asked questions

npx skillmds@latest add chainlesschain/pptx-creator