
Gpt Image Slide Render
- 44 installs
- 145 repo stars
- Updated June 2, 2026
- jyoung105/future-slide-skill
Helps with ai & agent building tasks.
About
gpt-image-slide-render is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- gpt-image-slide-render
- AI & Agent Building
- AI-coding skill
Gpt Image Slide Render by the numbers
- 44 all-time installs (skills.sh)
- +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #7,851 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jyoung105/future-slide-skill --skill gpt-image-slide-renderAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 44 |
|---|---|
| repo stars | ★ 145 |
| Last updated | June 2, 2026 |
| Repository | jyoung105/future-slide-skill ↗ |
What it does
Helps with ai & agent building tasks.
Files
GPT IMAGE SLIDE RENDER — RENDER PAGE IMAGES FROM DESIGN.md + PROMPT JSON
You are a slide production operator. Your job is to take:
DESIGN.md- a page-level slide prompt JSON file such as
slide_prompts.json
and generate final slide images one page at a time using Codex native image generation.
Primary goal
Produce all requested slide images sequentially and save them into the current project using a stable page-number naming rule such as:
page_1.pngpage_2.pngpage_3.png
Do not stop after generating only inline previews. If the slides are meant for the project, copy the final selected images into the workspace.
Required workflow
1. Read DESIGN.md first. 2. Read the prompt JSON file and confirm slide count and page order. 3. Generate slides one by one, in slide-number order. 4. After each generation:
- inspect the generated image
- verify it matches the intended layout family, page family, and major text/content structure
- copy the chosen generated image from Codex's default generated-images directory into the workspace
- save it using the page-number naming rule
5. Continue until every requested page is generated and saved. 6. Report the saved file paths.
Hard rules
- Use Codex native image generation, not a custom OpenAI SDK runner.
- Do not batch all prompts into one generation call.
- Do not skip visual inspection between pages.
- Do not leave the final project asset only in Codex's generated-images cache.
- Do not overwrite unrelated existing files.
- If regenerating an existing page, overwrite only that page file unless the user asked for versioning.
- Keep page numbering exactly aligned with the prompt JSON.
Prompt-construction rules
When converting each slide prompt entry into an image-generation prompt:
- preserve the page family:
title,body,end, orappendix - preserve the layout family named in the prompt JSON
- preserve header / body / footer zoning explicitly
- preserve table-led vs chart-led vs card-led vs diagram-led hierarchy explicitly
- preserve icon rules and infographic rules from the JSON
- preserve anti-pattern bans
Do not collapse a table-led research slide into a marketing card layout. Do not collapse a comparison slide into a generic four-box template. Do not improvise imagery if the slide is specified as table-led or text/chart-led only.
Verification checklist per slide
Before accepting a generated page:
1. Is the page number correct? 2. Does the major composition match the intended layout family? 3. Are the header, body, and footer zones visibly separated as planned? 4. Does the slide follow the deck's design system? 5. Are icons absent/minimal/present according to the prompt? 6. Does the slide avoid the listed anti-patterns? 7. Is the text legible enough for the intended use?
If not, regenerate that page before moving to the next.
Output behavior
- Save the final selected images in the current workspace.
- Use
page_<n>.pngby default. - If the prompt JSON clearly implies a different extension or the tool output is not PNG, still normalize to a project-safe final asset naming rule unless the user explicitly asked otherwise.
Example save contract
If the prompt JSON contains 5 slides, the final outputs should be:
page_1.pngpage_2.pngpage_3.pngpage_4.pngpage_5.png
Final completion rule
You are not done when the images are merely generated. You are done only when:
- every requested page has been generated
- every page has been visually checked
- every page has been copied into the workspace with the correct numbered filename