You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It handles much more than navigation — particles, charts, speaker notes.
Updated all references across docs and preview.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: SKILL.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ If images were provided, the slide outline already incorporates them from Step 1
267
267
-[component-templates.md](references/component-templates.md) — HTML component templates with decision table
268
268
-[components.css](assets/components.css) — Shared component CSS (copy verbatim into `<style>`)
269
269
- Theme CSS from `assets/themes/` — copy verbatim into `<style>`, BEFORE components.css
270
-
-[dark-interactive-nav.js](assets/dark-interactive-nav.js) — Navigation JS (copy verbatim into `<script>`)
270
+
-[slides-runtime.js](assets/slides-runtime.js) — Navigation JS (copy verbatim into `<script>`)
271
271
- If any slides use **Chart** components, add Chart.js CDN in `<head>` before `<style>`: `<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.8/dist/chart.umd.min.js"></script>`
272
272
273
273
**Available Pro themes** (user specifies in prompt, default: Obsidian):
@@ -283,7 +283,7 @@ If images were provided, the slide outline already incorporates them from Step 1
283
283
**Key requirements:**
284
284
- Single self-contained HTML file, all CSS/JS inline
285
285
- For Vibe mode: include the FULL contents of viewport-base.css in the `<style>` block
286
-
- For Pro mode: include the chosen theme CSS + components.css in the `<style>` block, and dark-interactive-nav.js in the `<script>` block
286
+
- For Pro mode: include the chosen theme CSS + components.css in the `<style>` block, and slides-runtime.js in the `<script>` block
287
287
- Use fonts from Fontshare or Google Fonts — never system fonts
288
288
- Add detailed comments explaining each section
289
289
- Every section needs a clear `/* === SECTION NAME === */` comment block
@@ -497,7 +497,7 @@ Captures each slide as a screenshot and combines into a single PDF. Animations a
497
497
|[component-templates.md](references/component-templates.md)| Structured HTML component templates with decision table | Phase 3 (Pro) |
498
498
|[components.css](assets/components.css)| Shared component CSS for all Pro themes — copy verbatim | Phase 3 (Pro) |
Copy file name to clipboardExpand all lines: references/STYLE_PRESETS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ Curated visual styles for Frontend Slides. Each preset is inspired by real desig
353
353
- Rainbow gradient text for hero titles
354
354
- Glow blob ambient lighting
355
355
356
-
**Special:** This preset uses a **structured component system** instead of creative interpretation. Read [component-templates.md](component-templates.md) for the 13 HTML templates, [dark-interactive.css](../assets/dark-interactive.css) for the complete CSS, and [dark-interactive-nav.js](../assets/dark-interactive-nav.js) for the navigation JS. Copy CSS and JS verbatim, use HTML templates as building blocks.
356
+
**Special:** This preset uses a **structured component system** instead of creative interpretation. Read [component-templates.md](component-templates.md) for the 13 HTML templates, [dark-interactive.css](../assets/dark-interactive.css) for the complete CSS, and [slides-runtime.js](../assets/slides-runtime.js) for the navigation JS. Copy CSS and JS verbatim, use HTML templates as building blocks.
357
357
358
358
**Best for:** Technical presentations, developer talks, API/architecture overviews, and cases where deterministic output across different AI agents is more important than visual variety.
0 commit comments