
Gpt Image Slide
- 46 installs
- 145 repo stars
- Updated June 2, 2026
- jyoung105/future-slide-skill
Helps with ai & agent building tasks.
About
gpt-image-slide is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- gpt-image-slide
- AI & Agent Building
- AI-coding skill
Gpt Image Slide by the numbers
- 46 all-time installs (skills.sh)
- +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #7,619 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-slideAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 46 |
|---|---|
| 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 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:
$slide-designforDESIGN.md$gpt-image-slide-planforslide_plan.json$gpt-image-slide-promptforslide_prompts.json$gpt-image-slide-renderfor finalpage_<n>.pngimages
Required Sequence
Run these stages in order:
1. Extract DESIGN.md from the reference slide image or visual reference. 2. Build slide_plan.json from DESIGN.md, user files, and the deck request. 3. Build slide_prompts.json from DESIGN.md and slide_plan.json. 4. 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.jsonpage_1.pngthroughpage_N.png
Routing Rule
If the user mentions HTML, browser-rendered slides, editable web slides, or export from HTML, use the html-slide skill family instead.