future-slide

v0.0.2 Apache-2.0

Disciplined slide generation, one stage at a time.
Future Slide Skill turns a reference slide image, your files, and a deck request into a strict four-stage workflow, so GPT-class models stop skipping steps and collapsing into generic decks.

Four-stage future-slide workflow diagram

So this bundle separates responsibilities. Theme first. Story second. Page-level prompts third. Generation last, with explicit, numbered outputs.

Drop a reference image, point at a PDF, and let each skill stay in its lane.

end-to-end
# 1) Extract design system from reference slide
$ slide-design [reference slide image]

# 2) Build the deck plan from a real source document
$ gpt-image-slide-plan /path/to/report.pdf
  Create a full Korean research-summary deck.

# 3) Convert the plan into strict per-page prompts
$ gpt-image-slide-prompt

# 4) Render slides sequentially
$ gpt-image-slide-render
  1. DESIGN.md
  2. slide_plan.json
  3. slide_prompts.json
  4. page_1.png ... page_N.png

With the Skills CLI · Requires Node.js 18+.

terminal
$ npx skills add jyoung105/future-slide-skill

Manual install · Copy each skill folder into your Codex skills directory.

terminal
$ mkdir -p ~/.codex/skills
$ cp -R skills/slide-design ~/.codex/skills/
$ cp -R skills/gpt-image-slide-plan ~/.codex/skills/
$ cp -R skills/gpt-image-slide-prompt ~/.codex/skills/
$ cp -R skills/gpt-image-slide-render ~/.codex/skills/