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