--- name: slide-deck-images description: Generate professional slide-deck SVG images (not PPTX/PDF) when users ask to “create slides / slide deck / PPT” and need image outputs. license: MIT author: aipoch --- > **Source**: [https://github.com/aipoch/medical-research-skills](https://github.com/aipoch/medical-research-skills) ## When to Use Use this skill when you need to produce **slide images as SVG files** (plus outline/prompts), especially when: 1. A user asks for a “slide deck”, “PPT”, or “presentation” but explicitly wants **images** (SVG) rather than PPTX/PDF. 2. You need a **readable, shareable deck** optimized for scrolling/swiping (each slide stands alone without a presenter). 3. You want a **style-driven deck** using presets (e.g., `corporate`, `minimal`, `blueprint`) or custom style dimensions. 4. You need a **structured workflow** with optional review gates (outline review, prompt review) before generating images. 5. You need to **regenerate specific slides** (e.g., only slide 3 or slides 2,5,8) without rebuilding everything. ## Key Features - **SVG-only output**: Generates `.svg` slide images (no PPTX/PDF generation). - **Deterministic file structure**: - Output directory: `slides-svg/` - Naming: `NN-slide-[slug].svg` - **End-to-end workflow**: Analyze → confirm → outline → prompts → SVG render → summary. - **Style system**: - Preset styles (e.g., `blueprint`, `corporate`, `sketch-notes`, `notion`, etc.) - Custom style dimensions: texture, mood, typography, density - Automatic preset recommendation based on content signals - **Review controls**: - `--outline-only`, `--prompts-only`, `--images-only` - Optional outline/prompt review steps via confirmation questions - **Selective regeneration**: `--regenerate ` or `--regenerate 2,5,8` - **No image-model dependency**: SVG rendering is performed by a Python script using configuration parameters. ## Dependencies - Python **3.10+** - Project script: `scripts/generate_svg.py` (invoked locally) - Reference/spec files (used by the workflow): - `references/analysis-framework.md` - `references/outline-template.md` - `references/base-prompt.md` - `references/layouts.md` - `references/design-guidelines.md` - `references/dimensions/*.md` - `references/styles/