gpt-image-slide
Original:🇺🇸 English
Translated
End-to-end GPT image slide workflow. Trigger when the user wants to create a slide deck as generated images from a reference slide, source files, and a deck prompt. Runs design, plan, prompt, and render stages in order.
8installs
Added on
NPX Install
npx skill4agent add bytonylee/future-slide-skill gpt-image-slideTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →GPT Image Slide Workflow
Use this skill when the user asks for the full GPT-image slide workflow, for example:
$gpt-image-slide- "create slide images from this reference slide and report"
- "make a deck with GPT image generation"
- "run the full future-slide image workflow"
This is the orchestrator. If the user asks for only one step, use the matching step skill instead:
- for
$slide-designDESIGN.md - for
$gpt-image-slide-planslide_plan.json - for
$gpt-image-slide-promptslide_prompts.json - for final
$gpt-image-slide-renderimagespage_<n>.png
Required Sequence
Run these stages in order:
- Extract from the reference slide image or visual reference.
DESIGN.md - Build from
slide_plan.json, user files, and the deck request.DESIGN.md - Build from
slide_prompts.jsonandDESIGN.md.slide_plan.json - Render page images sequentially with Codex native image generation.
Do not skip ahead. Do not render before the prompt JSON exists.
Output Contract
The full workflow should leave these files in the workspace:
DESIGN.mdslide_plan.jsonslide_prompts.json- through
page_1.pngpage_N.png
Routing Rule
If the user mentions HTML, browser-rendered slides, editable web slides, or export from HTML, use the skill family instead.
html-slide