slide-to-image

Installation
SKILL.md

Slide To Image

Capture a slide as a PNG to visually verify it renders correctly.

Usage

npx promptslide to-image <slide-path> [-o <output-file>]
  • <slide-path>: Slide file relative to project root (e.g. src/slides/slide-title.tsx)
  • -o <output-file>: Optional output path. Defaults to <slide-name>.png in the current directory.

Workflow

  1. Identify the slide file. If unclear, glob for src/slides/**/*.tsx.
  2. Run npx promptslide to-image <slide-path> from the project root.
  3. Read the resulting PNG with the Read tool to visually inspect it.
  4. If the slide has visual issues (layout, spacing, content), fix the code and re-capture.
Installs
1
GitHub Stars
9
First Seen
Mar 5, 2026
slide-to-image — prompticeu/promptslide