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