/content-carousel-render
Render carousel slide PNGs from a project's social/carousel.md file.
Usage
/content-carousel-render
Prerequisite
Requires social/carousel.md. If missing, run /content-social carousel first.
How It Works
- Reads
social/carousel.mdfrom the active project - Finds the
Slides (...):\nsection - Parses each numbered line:
N) Title -- body line / body line / ... - Renders each slide as a 1080x1350 PNG with warm off-white background, centered title, dot indicators, and wrapped body text
- Saves to
social/carousel-1.png,social/carousel-2.png, etc.
Run
uv run .claude/skills/content-carousel-render/scripts/render.py <project-dir>
Example:
uv run .claude/skills/content-carousel-render/scripts/render.py projects/2026_02_21_japan
Output
| File | Description |
|---|---|
social/carousel-N.png |
1080x1350 slide image |
See Also
/content-social carousel- Generate the carousel.md source file