presentation

Solid

Generate PowerPoint (PPTX) presentations from a topic, outline, or content file. Creates professional slides using python-pptx with consistent theming and typography. Modes: [topic] (from scratch), from [file] (from markdown), --slides N, --theme dark|light|corporate, --outline-only, --out [path], --lang [code].

Code & Development 6 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# zuvo:presentation — PowerPoint Generator Generate professional PPTX presentations from a topic description, outline, or existing content file. Uses python-pptx to produce slides with consistent design, speaker notes, and visual variety. **Requires:** `python-pptx` (`pip install python-pptx`) **Scope:** Generating slide decks from topics or content files. **Out of scope:** Editing existing PPTX files, complex data visualizations (charts, graphs), image generation. ## Run Logging Read `../../shared/includes/run-logger.md` for log format and file path resolution. Read `../../shared/includes/retrospective.md` for log format and file path resolution. ## Argument Parsing | Argument | Behavior | |----------|----------| | `[topic]` | Plan outline from scratch, generate slides | | `from [file]` | Build slides from existing markdown or text file | | `--slides N` | Target slide count (default: 10) | | `--theme dark\|light\|corporate` | Color theme (default: corporate) | | `--out [path]` | Output path (default: ./[topic-slug].pptx) | | `--outline-only` | Generate outline for approval, do not create PPTX | | `--lang [code]` | Content language (default: same as topic input) | Examples: ``` zuvo:presentation "Q1 2026 Product Review" zuvo:presentation from docs/architecture.md --slides 8 zuvo:presentation "Security Audit Results" --outline-only zuvo:presentation "Quarterly Report" --lang pl --theme dark ``` --- ## Phase 1: Content Planning ### 1.1 Determine Source | Input | Ac...

Details

Author
greglas75
Repository
greglas75/zuvo
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category