A Codex skill for planning slide decks before styling them.
It helps an AI agent diagnose why slide work is stuck, choose the right narrative structure, select appropriate charts or diagrams, find useful visual resources, and verify the final deck before delivery.
slide-generator는 발표자료를 바로 꾸미기 전에 메시지, 구조, 시각화 방식, 참고 리소스를 먼저 정리하게 해주는 Codex 스킬입니다.
특히 다음 상황에 유용합니다.
- 슬라이드 구성이 막혔을 때
- 표나 보고서를 발표 흐름으로 바꾸고 싶을 때
- 어떤 차트나 도식을 써야 할지 애매할 때
- 한국어 제안서, 공공기관 자료, 국내 통계/공유저작물이 필요할 때
- 완성 전 품질 체크리스트가 필요할 때
Most deck work does not fail because the slides are not pretty enough. It fails because the message, structure, visual form, or source material is unclear.
This skill gives Codex a repeatable workflow for answering:
- What should each slide communicate?
- Which deck pattern fits this situation?
- Should this content become a chart, diagram, table, timeline, matrix, or checklist?
- Which resource category should be used when structure, data, design elements, or Korean-context materials are missing?
- What should be checked before delivering an outline or PPTX?
- Information design first: starts with message, audience, and decision context before visual styling.
- Deck pattern library: supports executive briefings, proposals, data reports, product introductions, training decks, and research summaries.
- Visual decision support: maps comparison, trend, composition, distribution, relationship, process, and hierarchy problems to better slide forms.
- Resource navigator: organizes common slide resources by blockage: structure, data/charts, design elements, and Korean templates/data/assets.
- Korean-friendly but not Korea-only: adapts to the user's language and context, with extra guidance for Korean business and public-sector decks.
- Privacy-safe distribution: the skill does not depend on local paths, personal memory, private examples, or screenshot metadata.
skills/
slide-generator/
SKILL.md
agents/openai.yaml
references/
deck-patterns.md
examples.md
quality-checklist.md
slide-resource-map.md
docs/
slide-resource-guide.png
The actual Codex skill lives in skills/slide-generator/. The docs/ image is for GitHub documentation only; it is not required at runtime.
Copy the skill folder into your Codex skills directory:
mkdir -p ~/.codex/skills
cp -R skills/slide-generator ~/.codex/skills/slide-generatorThen invoke it in Codex:
Use $slide-generator to turn this brief into a 10-slide executive deck.
Use $slide-generator to convert this table-heavy report into a slide plan. Decide which pages need charts, comparison tables, diagrams, or summary insights.
Use $slide-generator to make a proposal deck outline for a Korean public-sector buyer. Include the narrative flow, slide titles, recommended visuals, and source notes.
Use $slide-generator to diagnose why this draft deck feels unfinished. Tell me whether the problem is structure, data visualization, design elements, Korean-context materials, or slide copy.
When triggered, the skill asks Codex to:
- Define the audience, purpose, tone, output format, and constraints.
- Build the storyline before designing slides.
- Choose a deck pattern when the request matches a common deck type.
- Pick visual forms based on the information problem.
- Consult resource maps only when useful.
- Build the requested deliverable: outline, slide copy, storyboard, or PPTX.
- Run a final quality checklist before delivery.
For best results:
- Start with
skills/slide-generator/SKILL.md. - Load
references/deck-patterns.mdwhen selecting a deck structure. - Load
references/examples.mdwhen the user wants a starting prompt or sample output. - Load
references/slide-resource-map.mdwhen the user is blocked on tools or source materials. - Load
references/quality-checklist.mdbefore final delivery. - Verify current URLs, pricing, and license terms before using third-party assets.
This skill mentions third-party services and public resource sites. Their availability, pricing, and license terms can change. Always verify the current terms before downloading, embedding, or redistributing assets.
The skill text and examples are designed for public sharing and do not include personal memory, local file paths, private source material, or screenshot metadata.
The skill has been validated with the Codex skill validator:
python3 /path/to/skill-creator/scripts/quick_validate.py skills/slide-generatorExpected result:
Skill is valid!
MIT. See LICENSE.
Description:
A Codex skill for planning better slide decks: storyline, deck patterns, chart choices, visual resources, and final QA.
Topics:
codex-skill, presentation, slides, powerpoint, deck-planning, data-visualization, korean
