Build a 20-minute tech talk deck from an outline
언제 쓸까: You have an outline and 48 hours. You don't want to wrestle with Keynote templates.
사전 조건
- Skill installed — git clone https://github.com/zarazhangrui/frontend-slides ~/.claude/skills/frontend-slides
- Outline in markdown — One file with section headings = slides
흐름
-
ScaffoldUse frontend-slides. From /talks/outline.md, generate a deck in /talks/deck/. One HTML per slide pattern, shared CSS.✓ 복사됨→ Folder with index.html + slide assets; opens in browser
-
Polish code slidesFor code slides, use my repo's actual style (look at src/example.ts). Add syntax highlighting.✓ 복사됨→ Code renders with proper highlighting and your formatting
-
PDF backupExport to PDF for the "projector won't connect" scenario.✓ 복사됨→ PDF saved alongside HTML
결과: A deck you can iterate on with git, host on GitHub Pages, and present from a browser.
함정
- Venue WiFi is bad and your deck has remote assets — Inline/embed everything; test offline before the talk