name: deck
description: Cria apresentações HTML de alto nível de design — arquivo único, zero dependências, palco fixo 16:9, animações, exportação em PDF e deploy — com descoberta visual de estilo (3 previews pra escolher olhando, não descrevendo) e ilustrações de IA opcionais via Replicate (metáforas sem texto por slide). Use sempre que quiser criar um deck, uma apresentação, slides pra palestra/aula/pitch, converter um PPTX pra web, ou melhorar uma apresentação HTML existente. Gatilhos: "cria um deck", "monta a apresentação", "slides pra [ocasião]", "converte esse PPT", "melhora essa apresentação". Sucessora oficial das antigas killer-decks e ultra-deck.
Frontend Slides (ultra:deck)
Create zero-dependency, animation-rich HTML presentations that run entirely in the browser.
Core Principles
- Zero Dependencies — Single HTML files with inline CSS/JS. No npm, no build tools.
- Show, Don't Tell — Generate visual previews, not abstract choices. People discover what they want by seeing it.
- Distinctive Design — No generic "AI slop." Every presentation must feel custom-crafted.
- Progressive Disclosure — Read lightweight style indexes first. For bold templates, use small preview cards for style previews and load the full
design.md only after the user picks that template.
- Fixed 16:9 Stage (NON-NEGOTIABLE) — Every deck uses a 1920×1080 slide canvas scaled as a whole to the viewport. Slides must stay 16:9 on every screen, including phones. Do not reflow slide content to fit the device.
Design Aesthetics
You tend to converge toward generic, "on distribution" outputs. In frontend design, this creates what users call the "AI slop" aesthetic. Avoid this: make creative, distinctive frontends that surprise and delight.
Focus on:
- Typography: Choose fonts that are beautiful, unique, and interesting. Avoid generic fonts like Arial and Inter; opt instead for distinctive choices that elevate the frontend's aesthetics.
- Color & Theme: Commit to a cohesive aesthetic. Use CSS variables for consistency. Dominant colors with sharp accents outperform timid, evenly-distributed palettes. Draw from IDE themes and cultural aesthetics for inspiration.
- Motion: Use animations for effects and micro-interactions. Prioritize CSS-only solutions for HTML. Use Motion library for React when available. Focus on high-impact moments: one well-orchestrated page load with staggered reveals (animation-delay) creates more delight than scattered micro-interactions.
- Backgrounds: Create atmosphere and depth rather than defaulting to solid colors. Layer CSS gradients, use geometric patterns, or add contextual effects that match the overall aesthetic.
Avoid generic AI-generated aesthetics:
- Overused font families (Inter, Roboto, Arial, system fonts)
- Cliched color schemes (particularly purple gradients on white backgrounds)
- Predictable layouts and component patterns
- Cookie-cutter design that lacks context-specific character
Interpret creatively and make unexpected choices that feel genuinely designed for the context. Vary between light and dark themes, different fonts, different aesthetics. You still tend to converge on common choices (Space Grotesk, for example) across generations. Avoid this: it is critical that you think outside the box!
Fixed Stage Rules
These invariants apply to EVERY slide in EVERY presentation:
- Every deck has a viewport wrapper that fills the browser window.
- Every slide is authored inside a fixed 1920×1080 stage.
- The stage scales uniformly to fit the viewport. It may letterbox/pillarbox; it must not re-layout content.
- Do not use responsive breakpoints to rearrange slide content for phones.
- Use fixed internal slide measurements at the 1920×1080 design size.
- Slide visibility must be controlled by
.active / .visible using visibility, opacity, and pointer-events from viewport-base.css. Do not use display: none / display: block for slide switching; later layout classes such as .slide-content { display: flex; } can override them and make every slide visible at once.
- Use
clamp() only for non-slide UI outside the stage, or for small fallback previews where a full stage is impractical.
- Include
prefers-reduced-motion support
- Never negate CSS functions directly (
-clamp(), -min(), -max() are silently ignored) — use calc(-1 * clamp(...)) instead
When generating, read viewport-base.css and include its full contents in every presentation.
Content Density Modes
Ask the user whether this is primarily a reading deck or a speaking deck, then design around that answer:
| Density mode |
Best for |
Design behavior |
| Low density / speaker-led |
Public talks, keynote-style sharing, live explanation |
One idea per slide, large type, strong visual hierarchy, generous negative space, 1-3 bullets max, more slides if needed |
| High density / reading-first |
Reports, handouts, async review, detailed internal docs |
More self-contained slides, structured grids/tables/annotations, 4-8 bullets or 4-6 cards when readable, tighter but still intentional spacing |
Baseline limits still apply: no scrolling, no overflow, no overlapping panels, and no text below comfortable reading size. If content exceeds the selected density mode, split it into more slides instead of shrinking until it becomes cramped.
Phase 0: Detect Mode
Determine what the user wants:
- Mode A: New Presentation — Create from scratch. Go to Phase 1.
- Mode B: PPT Conversion — Convert a .pptx file. Go to Phase 4.
- Mode C: Enhancement — Improve an existing HTML presentation. Read it, understand it, enhance. Follow Mode C modification rules below.
Mode C: Modification Rules
When enhancing existing presentations, fixed-stage fitting is the biggest risk:
- Before adding content: Count existing elements, check against density limits
- Adding images: Fit them inside the 1920×1080 slide canvas. If slide already has max content, split into two slides
- Adding text: Max 4-6 bullets per slide. Exceeds limits? Split into continuation slides
- After ANY modification, verify: the slide stage remains 16:9, no text overflows its card, no panels overlap, and screenshots look correct at 1280×720 plus one phone viewport
- Proactively reorganize: If modifications will cause overflow, automatically split content and inform the user. Don't wait to be asked
When adding images to existing slides: Move image to a new slide or reduce other content first. Never add images without checking if existing content already fills the 1920×1080 slide stage.
Phase 1: Content Discovery (New Presentations)
Ask ALL questions together so the user fills everything out at once. If the current environment provides a native structured-question UI, use it; otherwise ask in one concise message with clearly numbered choices:
Question 1 — Purpose (header: "Purpose"):
What is this presentation for? Options: Pitch deck / Teaching-Tutorial / Conference talk / Internal presentation
Question 2 — Length (header: "Length"):
Approximately how many slides? Options: Short 5-10 / Medium 10-20 / Long 20+
Question 3 — Content (header: "Content"):
Do you have content ready? Options: All content ready / Rough notes / Topic only
Question 4 — Density (header: "Density"):
How dense should the deck feel? Options:
- "Low density / speaker-led" — Big ideas, fewer words, more visual breathing room
- "High density / reading-first" — More self-contained detail for async reading
Do not ask about inline editing during Phase 1. Users should not have to choose editing behavior before seeing a draft. Inline editing is a post-draft affordance: include it by default unless the user explicitly asks for a locked/export-only file.
Remember the user's density choice. It affects slide count, typography scale, amount of text per slide, layout density, and whether to favor cinematic presenter slides or self-contained reading slides.
If user has content, ask them to share it.
Step 1.2: Image Evaluation (if images provided)
If user selected "No images" → skip to Phase 2.
If user provides an image folder:
- Scan — List all image files (.png, .jpg, .svg, .webp, etc.)
- Inspect each image — Use the agent's available image-understanding capability. If image reading is unavailable, use filenames/metadata and ask the user to clarify only when needed
- Evaluate — For each: what it shows, USABLE or NOT USABLE (with reason), what concept it represents, dominant colors
- Co-design the outline — Curated images inform slide structure alongside text. This is NOT "plan slides then add images" — design around both from the start (e.g., 3 screenshots → 3 feature slides, 1 logo → title/closing slide)
- Confirm the outline using the same structured-question mechanism when available: "Does this slide outline and image selection look right?" Options: Looks good / Adjust images / Adjust outline
Logo in previews: If a usable logo was identified, embed it (base64) into each style preview in Phase 2 — the user sees their brand styled three different ways.
Phase 2: Style Discovery
This is the "show, don't tell" phase. Most people can't articulate design preferences in words.
Step 2.0: Generate 3 Style Previews Directly
Based on purpose, audience, mood, and content density, generate 3 distinct single-slide HTML previews showing typography, colors, animation, and overall aesthetic.
Brand override — check this first. If the deck belongs to a locked brand system (see Brand Systems in STYLE_PRESETS.md — the section ships as a template for the user to register their own brand), skip this whole exploration step. Build straight in that system and go to Step 3. A brand is not a taste question, and re-opening it every deck is the exact friction this override exists to kill. Only fall back to previews if the user says the brand does not apply here.
Do not ask the user whether they want options or a preset picker. The default discovery experience is always visual comparison.
If the user already gave a vibe, use it. If they did not, infer the likely mood from the occasion, audience, content, and stakes. Keep the options diverse enough that the user can react visually instead of needing to articulate taste up front.
If the user explicitly names a preset or bold template, honor that as one option and generate the remaining preview slots around it.
Read STYLE_PRESETS.md for safe preset candidates. If bold-template-pack/selection-index.json exists, read that compact index too, but do not read any design.md files yet.
| Mood |
Suggested Presets |
| Impressed/Confident |
Bold Signal, Electric Studio, Dark Botanical |
| Excited/Energized |
Creative Voltage, Neon Cyber, Split Pastel |
| Calm/Focused |
Notebook Tabs, Paper & Ink, Swiss Modern |
| Inspired/Moved |
Dark Botanical, Vintage Editorial, Pastel Geometry |
Preview mix rules:
- Generate 3 previews by default: 1 safe preset from
STYLE_PRESETS.md, at least 1 bold template from bold-template-pack/selection-index.json, and 1 wildcard.
- The wildcard may be either a second bold template or a self-generated custom design. Choose whichever creates the strongest, most useful contrast for the user's occasion, audience, mood, and content.
- Do not force every expressive option to come from the template library. If the brief has a sharper, more specific design opportunity than the available templates, use the wildcard slot to design freely.
- For conservative or high-stakes decks, make the safe preset especially restrained; choose a calm, higher-formality bold template; make the wildcard either another restrained template or a custom design that feels authoritative rather than decorative.
- For expressive decks, keep the safe preset as a readable fallback; choose one strong bold template; make the wildcard adventurous, context-specific, and clearly different from both other previews.
- If bold template matches feel weak, use the wildcard as a custom design or fall back to another safe preset instead of forcing a template.
Custom wildcard design rules:
- Follow the Design Aesthetics section above: no generic "AI slop", no default font/color/layout choices, no purple-gradient-on-white clichés, no cookie-cutter dashboard/card look.
- Match the user's stated occasion, audience, mood/vibe, and content density. The custom design should feel authored for this deck, not merely "stylish."
- Make a deliberate visual thesis: distinctive typography, a committed palette, a recognizable layout system, and one strong atmospheric or graphic device.
- Keep it feasible for a full deck. The preview must imply a design system that can expand into section, content, quote, comparison, and closing slides.
- Use fixed 1920×1080 stage rules and pass the same preview authenticity checks as every other option.
- Never render "custom", "wildcard", "AI-generated", or design-process labels on the slide itself.
Bold template selection rules:
- Match user purpose and mood against
mood, tone, best_for, avoid_for, formality, density, and scheme.
- Treat
best_for examples as soft signals, not strict industry filters.
- Keep the three previews genuinely different from each other.
- After choosing bold template candidate(s), read only those candidate(s)'
preview.md files from the preview_md paths in the selection index.
- Use
preview.md only for title-slide previews. Do not read full design.md files until the user picks the final template.
- Do not read or copy
template.html unless the selected final design.md is missing a critical implementation detail.
Preview authenticity rules (NON-NEGOTIABLE):
- Every style preview must look like a real first slide from the user's deck, not a diagnostic card.
- Never render internal workflow text on a slide: no
preview, generated from, preview.md, template, preset, style option, Option A/B/C, file names, paths, or source-doc labels.
- Never render template names or slug names on the slide itself. Template/style names belong only in the message to the user.
- Never render user requirement notes as slide content, such as "sharp and provocative", "safe option", "bold option", "for internal sharing", or "audience: ...", unless the user explicitly wants that exact phrase to appear in the deck.
- If the slide needs chrome, use real deck chrome only: the deck title, section title, date, author, company, page number, or a genuine content phrase from the user's material.
- Before opening previews, inspect the visible text and revise if any internal metadata appears.
Save previews to .frontend-slides/slide-previews/ (style-a.html, style-b.html, style-c.html). Each should be self-contained and compact, showing one animated title slide.
Open each preview automatically for the user.
Step 2.1: User Picks
Ask (header: "Style"):
Which style preview do you prefer? Options: Style A: [Name] / Style B: [Name] / Style C: [Name] / Mix elements
If "Mix elements", ask for specifics.
Phase 3: Generate Presentation
Generate the full presentation using content from Phase 1 (text, or text + curated images) and style from Phase 2.
If images were provided, the slide outline already incorporates them from Step 1.2. If not, CSS-generated visuals (gradients, shapes, patterns) provide visual interest — this is a fully supported first-class path.
AI-generated slide imagery (optional · Replicate)
For decks that deserve illustration, generate text-free visual metaphors per slide with scripts/gen_slide_image.py (inherited from the killer-decks method: the image exemplifies, the HTML writes — crisp text always comes from code, never baked into the image).
- Requires the
REPLICATE_API_TOKEN environment variable (or a local .env). No token → offer the beginner setup below ONCE; if the user declines, stay on the CSS-visuals path; never block a deck on this.
Ativar o Replicate — passo a passo pra quem nunca fez isso
Instrução pra IA: se o usuário quiser ilustrações e o token não existir, guie este caminho com ele, um passo por vez, em linguagem leiga. Nunca peça que ele cole o token no chat — token é senha.
O Replicate (replicate.com) é um serviço que roda modelos de imagem por uso: você só paga o que gerar — na casa de US$ 0,04 por imagem no modelo padrão (flux-1.1-pro) e ~US$ 0,15 no nano (nano-banana-pro). Um deck com 10 ilustrações custa menos de meio dólar. Pra ativar:
- Criar a conta: entre em replicate.com e clique em Sign in — dá pra entrar com a conta do GitHub ou com e-mail. É grátis criar.
- Cadastrar o pagamento: em replicate.com/account/billing, adicione um cartão. Sem susto: não é assinatura — é pré-pago/por uso, e dá pra definir um limite mensal de gasto nessa mesma tela (sugestão: US$ 5 pra começar).
- Gerar a chave (o "token"): em replicate.com/account/api-tokens, clique em Create token, dê um nome (ex.: "decks") e copie o código que aparece (começa com
r8_). Essa chave é uma senha: quem tem ela gera imagens na sua conta. Não cole em chat, print ou grupo.
- Guardar a chave onde a skill lê: na pasta do seu projeto, crie um arquivo chamado
.env (só isso, com o ponto) contendo uma única linha:REPLICATE_API_TOKEN=r8_sua_chave_aqui
A IA pode criar o arquivo pra você — você só cola a chave dentro dele no seu editor, não no chat. (Alternativa de quem já usa terminal: exportar REPLICATE_API_TOKEN no perfil do shell.) Se o projeto usa git, confira que .env está no .gitignore — chave não sobe pra repositório.
- Testar antes do deck inteiro: gere UMA imagem de teste e confira se apareceu na pasta e se o painel do Replicate registrou a cobrança de centavos. Chave vazou? Revogue em api-tokens e gere outra — leva 30 segundos.
- Write a
spec.json mapping slide ids to prompts, then run: python scripts/gen_slide_image.py spec.json <out_dir> [flux-pro|nano]. Default flux-pro (~US$0.04/image) fits most decks; nano accepts refs for chained visual continuity. Tell the user the approximate cost before running.
- Art direction rules: derive every prompt from the deck's chosen palette and mood (name the hex values and the vibe in the prompt); keep one repeated aesthetic signature across all prompts so the deck reads as one system; the script appends the no-text suffix automatically.
- Look at every generated image before using it (read the file) — check palette match, no accidental text, no broken anatomy. Regenerate the misses. Reference images from slides via relative paths (
assets/…), never base64 in the HTML.
Apply the user's density choice throughout the deck:
- Low density / speaker-led: Use more slides with fewer ideas per slide. Favor large headings, short phrases, visual metaphors, section beats, quote/statement slides, and presenter-friendly pacing.
- High density / reading-first: Make slides more self-contained. Use structured grids, comparison tables, annotated diagrams, captions, and concise explanatory copy. Keep hierarchy strong so it feels designed, not like a document pasted onto slides.
If the user's stated needs are mixed, choose the closer of the two modes instead of inventing a middle option: live audience persuasion defaults low-density; async circulation or detailed review defaults high-density.
Never let high density become visual clutter. If a high-density slide starts to overflow, split it or redesign it into a clearer structure.
If the user selected a bold template from bold-template-pack, read that one template's full design.md before generating. Do not read the other bold templates. Treat design.md as the design recipe:
- Preserve its fonts, palette, decorative vocabulary, spacing rhythm, and component grammar.
- Generate the final deck as a fixed 1920×1080 stage scaled uniformly to the viewport, regardless of whether the source template originally used
deck-stage.js or viewport-fluid CSS.
- Treat viewport-fluid values in
design.md as design proportions to translate into 1920×1080 stage coordinates. Do not keep them as live viewport reflow rules in the final deck.
- Keep the output as a single self-contained Frontend Slides HTML file.
- Do not copy demo slide content or mimic the source template too literally.
- Use
template.html only as a last-resort implementation reference for the selected template.
- After generating, verify both content overflow and panel overlap in rendered browser screenshots.
scrollHeight checks alone are not enough because grid panels can visually cover each other.
If the user selected a self-generated custom wildcard, treat that preview's CSS and layout as the design recipe:
- Preserve its fonts, palette, decorative vocabulary, spacing rhythm, grid logic, and component grammar.
- Expand the same visual system across the full deck. Do not switch to a preset or bold template after the user has chosen the custom direction.
- Design any missing slide layouts from that system rather than importing patterns from another style.
- Keep the output fixed-stage, single-file, and visually verified like every other deck.
Before generating, read these supporting files:
- html-template.md — HTML architecture and JS features
- viewport-base.css — Mandatory CSS (include in full)
- animation-patterns.md — Animation reference for the chosen feeling
Key requirements:
- Single self-contained HTML file, all CSS/JS inline
- Include the FULL contents of viewport-base.css in the
<style> block
- Use fonts from Fontshare or Google Fonts — never system fonts
- Add detailed comments explaining each section
- Every section needs a clear
/* === SECTION NAME === */ comment block
Phase 4: PPT Conversion
When converting PowerPoint files:
- Extract content — Run
python scripts/extract-pptx.py <input.pptx> <output_dir> (install python-pptx if needed: pip install python-pptx)
- Confirm with user — Present extracted slide titles, content summaries, and image counts
- Style selection — Proceed to Phase 2 for style discovery
- Generate HTML — Convert to chosen style, preserving all text, images (from assets/), slide order, and speaker notes (as HTML comments)
Phase 5: Delivery
- Clean up — Delete
.frontend-slides/slide-previews/ if it exists
- Open — Use
open [filename].html to launch in browser
- Summarize — Tell the user:
- File location, style name, slide count
- Navigation: Arrow keys, Space, swipe/tap if enabled
- How to customize:
:root CSS variables for colors, font link for typography, .reveal class for animations
- Inline text editing is available: Hover top-left corner or press E to enter edit mode, click any text to edit, Ctrl+S to save
- Offer the natural post-draft actions: ask for revisions, edit text directly in the browser, or export/share
Phase 6: Share & Export (Optional)
After delivery, ask the user: "Would you like to share this presentation? I can deploy it to a live URL (works on any device including phones) or export it as a PDF."
Options:
- Deploy to URL — Shareable link that works on any device
- Export to PDF — Universal file for email, Slack, print
- Both
- No thanks
If the user declines, stop here. If they choose one or both, proceed below.
6A: Deploy to a Live URL (Vercel)
This deploys the presentation to Vercel — a free hosting platform. The link works on any device (phones, tablets, laptops) and stays live until the user takes it down.
If the user has never deployed before, guide them step by step:
Check if Vercel CLI is installed — Run npx vercel --version. If not found, install Node.js first (brew install node on macOS, or download from https://nodejs.org).
Check if user is logged in — Run npx vercel whoami.
- If NOT logged in, explain: "Vercel is a free hosting service. You need an account to deploy. Let me walk you through it:"
- Step 1: Ask user to go to https://vercel.com/signup in their browser
- Step 2: They can sign up with GitHub, Google, email — whatever is easiest
- Step 3: Once signed up, run
vercel login and follow the prompts (it opens a browser window to authorize)
- Step 4: Confirm login with
vercel whoami
- Wait for the user to confirm they're logged in before proceeding.
Deploy — Run the deploy script:
bash scripts/deploy.sh <path-to-presentation>
The script accepts either a folder (with index.html) or a single HTML file.
Share the URL — Tell the user:
- The live URL (from the script output)
- That it works on any device — they can text it, Slack it, email it
- To take it down later: visit https://vercel.com/dashboard and delete the project
- The Vercel free tier is generous — they won't be charged
⚠ Deployment gotchas:
- Local images/videos must travel with the HTML. The deploy script auto-detects files referenced via
src="..." in the HTML and bundles them. But if the presentation references files via CSS background-image or unusual paths, those may be missed. Before deploying, verify: open the deployed URL and check that all images load. If any are broken, the safest fix is to put the HTML and all its assets into a single folder and deploy the folder instead of a standalone HTML file.
- Prefer folder deployments when the presentation has many assets. If the presentation lives in a folder with images alongside it (e.g.,
my-deck/index.html + my-deck/logo.png), deploy the folder directly: bash scripts/deploy.sh ./my-deck/. This is more reliable than deploying a single HTML file because the entire folder contents are uploaded as-is.
- Filenames with spaces work but can cause issues. The script handles spaces in filenames, but Vercel URLs encode spaces as
%20. If possible, avoid spaces in image filenames. If the user's images have spaces, the script handles it — but if images still break, renaming files to use hyphens instead of spaces is the fix.
- Redeploying updates the same URL. Running the deploy script again on the same presentation overwrites the previous deployment. The URL stays the same — no need to share a new link.
6B: Export to PDF
This captures each slide as a screenshot and combines them into a PDF. Perfect for email attachments, embedding in documents, or printing.
Note: Animations and interactivity are not preserved — the PDF is a static snapshot. This is normal and expected; mention it to the user so they're not surprised.
Run the export script:
bash scripts/export-pdf.sh <path-to-html> [output.pdf]
If no output path is given, the PDF is saved next to the HTML file.
What happens behind the scenes (explain briefly to the user):
- A headless browser opens the presentation at 1920×1080 (standard widescreen)
- It screenshots each slide one by one
- All screenshots are combined into a single PDF
- The script needs Playwright (a browser automation tool) — it will install automatically if missing
If Playwright installation fails:
- The most common issue is Chromium not downloading. Run:
npx playwright install chromium
- If that fails too, it may be a network/firewall issue. Ask the user to try on a different network.
Deliver the PDF — The script auto-opens it. Tell the user:
- The file location and size
- That it works everywhere — email, Slack, Notion, Google Docs, print
- Animations are replaced by their final visual state (still looks great, just static)
⚠ PDF export gotchas:
Supporting Files
| File |
Purpose |
When to Read |
| STYLE_PRESETS.md |
12 curated visual presets + a template to register your own locked brand system, with colors, fonts, and signature elements |
Phase 2 (style selection) |
| bold-template-pack/selection-index.json |
Compact bold template metadata for candidate selection |
Phase 2 (style selection) |
| bold-template-pack/templates/*/preview.md |
Lightweight style cards for shortlisted bold title previews |
Phase 2 after shortlisting |
| bold-template-pack/templates/*/design.md |
Detailed design-system docs for the selected bold template only |
Phase 3 after user selection |
| viewport-base.css |
Mandatory fixed-stage CSS — copy into every presentation |
Phase 3 (generation) |
| html-template.md |
HTML structure, JS features, code quality standards |
Phase 3 (generation) |
| animation-patterns.md |
CSS/JS animation snippets and effect-to-feeling guide |
Phase 3 (generation) |
| scripts/extract-pptx.py |
Python script for PPT content extraction |
Phase 4 (conversion) |
| scripts/deploy.sh |
Deploy slides to Vercel for instant sharing |
Phase 6 (sharing) |
| scripts/export-pdf.sh |
Export slides to PDF |
Phase 6 (sharing) |
| scripts/gen_slide_image.py |
Text-free slide metaphors via Replicate (optional — needs REPLICATE_API_TOKEN) |
Phase 3 (AI imagery) |
ultra:deck · v1 — agosto/2026. Sucessora oficial das skills killer-decks e ultra-deck (aposentadas): o método killer-decks — a imagem exemplifica, o código escreve — vive aqui na geração de ilustrações via Replicate. Por Gui Loureiro.
1---2name: frontend-slides3description: Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.4---56---7name: deck8description: Cria apresentações HTML de alto nível de design — arquivo único, zero dependências, palco fixo 16:9, animações, exportação em PDF e deploy — com descoberta visual de estilo (3 previews pra escolher olhando, não descrevendo) e ilustrações de IA opcionais via Replicate (metáforas sem texto por slide). Use sempre que quiser criar um deck, uma apresentação, slides pra palestra/aula/pitch, converter um PPTX pra web, ou melhorar uma apresentação HTML existente. Gatilhos: "cria um deck", "monta a apresentação", "slides pra [ocasião]", "converte esse PPT", "melhora essa apresentação". Sucessora oficial das antigas killer-decks e ultra-deck.9---1011# Frontend Slides (ultra:deck)1213Create zero-dependency, animation-rich HTML presentations that run entirely in the browser.1415## Core Principles16171. **Zero Dependencies** — Single HTML files with inline CSS/JS. No npm, no build tools.182. **Show, Don't Tell** — Generate visual previews, not abstract choices. People discover what they want by seeing it.193. **Distinctive Design** — No generic "AI slop." Every presentation must feel custom-crafted.204. **Progressive Disclosure** — Read lightweight style indexes first. For bold templates, use small preview cards for style previews and load the full `design.md` only after the user picks that template.215. **Fixed 16:9 Stage (NON-NEGOTIABLE)** — Every deck uses a 1920×1080 slide canvas scaled as a whole to the viewport. Slides must stay 16:9 on every screen, including phones. Do not reflow slide content to fit the device.2223## Design Aesthetics2425You tend to converge toward generic, "on distribution" outputs. In frontend design, this creates what users call the "AI slop" aesthetic. Avoid this: make creative, distinctive frontends that surprise and delight.2627Focus on:2829- Typography: Choose fonts that are beautiful, unique, and interesting. Avoid generic fonts like Arial and Inter; opt instead for distinctive choices that elevate the frontend's aesthetics.30- Color & Theme: Commit to a cohesive aesthetic. Use CSS variables for consistency. Dominant colors with sharp accents outperform timid, evenly-distributed palettes. Draw from IDE themes and cultural aesthetics for inspiration.31- Motion: Use animations for effects and micro-interactions. Prioritize CSS-only solutions for HTML. Use Motion library for React when available. Focus on high-impact moments: one well-orchestrated page load with staggered reveals (animation-delay) creates more delight than scattered micro-interactions.32- Backgrounds: Create atmosphere and depth rather than defaulting to solid colors. Layer CSS gradients, use geometric patterns, or add contextual effects that match the overall aesthetic.3334Avoid generic AI-generated aesthetics:3536- Overused font families (Inter, Roboto, Arial, system fonts)37- Cliched color schemes (particularly purple gradients on white backgrounds)38- Predictable layouts and component patterns39- Cookie-cutter design that lacks context-specific character4041Interpret creatively and make unexpected choices that feel genuinely designed for the context. Vary between light and dark themes, different fonts, different aesthetics. You still tend to converge on common choices (Space Grotesk, for example) across generations. Avoid this: it is critical that you think outside the box!4243## Fixed Stage Rules4445These invariants apply to EVERY slide in EVERY presentation:4647- Every deck has a viewport wrapper that fills the browser window.48- Every slide is authored inside a fixed 1920×1080 stage.49- The stage scales uniformly to fit the viewport. It may letterbox/pillarbox; it must not re-layout content.50- Do not use responsive breakpoints to rearrange slide content for phones.51- Use fixed internal slide measurements at the 1920×1080 design size.52- Slide visibility must be controlled by `.active` / `.visible` using `visibility`, `opacity`, and `pointer-events` from `viewport-base.css`. Do not use `display: none` / `display: block` for slide switching; later layout classes such as `.slide-content { display: flex; }` can override them and make every slide visible at once.53- Use `clamp()` only for non-slide UI outside the stage, or for small fallback previews where a full stage is impractical.54- Include `prefers-reduced-motion` support55- Never negate CSS functions directly (`-clamp()`, `-min()`, `-max()` are silently ignored) — use `calc(-1 * clamp(...))` instead5657**When generating, read `viewport-base.css` and include its full contents in every presentation.**5859### Content Density Modes6061Ask the user whether this is primarily a reading deck or a speaking deck, then design around that answer:6263| Density mode | Best for | Design behavior |64| ------------- | -------- | --------------- |65| **Low density / speaker-led** | Public talks, keynote-style sharing, live explanation | One idea per slide, large type, strong visual hierarchy, generous negative space, 1-3 bullets max, more slides if needed |66| **High density / reading-first** | Reports, handouts, async review, detailed internal docs | More self-contained slides, structured grids/tables/annotations, 4-8 bullets or 4-6 cards when readable, tighter but still intentional spacing |6768Baseline limits still apply: no scrolling, no overflow, no overlapping panels, and no text below comfortable reading size. If content exceeds the selected density mode, split it into more slides instead of shrinking until it becomes cramped.6970---7172## Phase 0: Detect Mode7374Determine what the user wants:7576- **Mode A: New Presentation** — Create from scratch. Go to Phase 1.77- **Mode B: PPT Conversion** — Convert a .pptx file. Go to Phase 4.78- **Mode C: Enhancement** — Improve an existing HTML presentation. Read it, understand it, enhance. **Follow Mode C modification rules below.**7980### Mode C: Modification Rules8182When enhancing existing presentations, fixed-stage fitting is the biggest risk:83841. **Before adding content:** Count existing elements, check against density limits852. **Adding images:** Fit them inside the 1920×1080 slide canvas. If slide already has max content, split into two slides863. **Adding text:** Max 4-6 bullets per slide. Exceeds limits? Split into continuation slides874. **After ANY modification, verify:** the slide stage remains 16:9, no text overflows its card, no panels overlap, and screenshots look correct at 1280×720 plus one phone viewport885. **Proactively reorganize:** If modifications will cause overflow, automatically split content and inform the user. Don't wait to be asked8990**When adding images to existing slides:** Move image to a new slide or reduce other content first. Never add images without checking if existing content already fills the 1920×1080 slide stage.9192---9394## Phase 1: Content Discovery (New Presentations)9596**Ask ALL questions together** so the user fills everything out at once. If the current environment provides a native structured-question UI, use it; otherwise ask in one concise message with clearly numbered choices:9798**Question 1 — Purpose** (header: "Purpose"):99What is this presentation for? Options: Pitch deck / Teaching-Tutorial / Conference talk / Internal presentation100101**Question 2 — Length** (header: "Length"):102Approximately how many slides? Options: Short 5-10 / Medium 10-20 / Long 20+103104**Question 3 — Content** (header: "Content"):105Do you have content ready? Options: All content ready / Rough notes / Topic only106107**Question 4 — Density** (header: "Density"):108How dense should the deck feel? Options:109110- "Low density / speaker-led" — Big ideas, fewer words, more visual breathing room111- "High density / reading-first" — More self-contained detail for async reading112113**Do not ask about inline editing during Phase 1.** Users should not have to choose editing behavior before seeing a draft. Inline editing is a post-draft affordance: include it by default unless the user explicitly asks for a locked/export-only file.114115Remember the user's density choice. It affects slide count, typography scale, amount of text per slide, layout density, and whether to favor cinematic presenter slides or self-contained reading slides.116117If user has content, ask them to share it.118119### Step 1.2: Image Evaluation (if images provided)120121If user selected "No images" → skip to Phase 2.122123If user provides an image folder:1241251. **Scan** — List all image files (.png, .jpg, .svg, .webp, etc.)1262. **Inspect each image** — Use the agent's available image-understanding capability. If image reading is unavailable, use filenames/metadata and ask the user to clarify only when needed1273. **Evaluate** — For each: what it shows, USABLE or NOT USABLE (with reason), what concept it represents, dominant colors1284. **Co-design the outline** — Curated images inform slide structure alongside text. This is NOT "plan slides then add images" — design around both from the start (e.g., 3 screenshots → 3 feature slides, 1 logo → title/closing slide)1295. **Confirm the outline** using the same structured-question mechanism when available: "Does this slide outline and image selection look right?" Options: Looks good / Adjust images / Adjust outline130131**Logo in previews:** If a usable logo was identified, embed it (base64) into each style preview in Phase 2 — the user sees their brand styled three different ways.132133---134135## Phase 2: Style Discovery136137**This is the "show, don't tell" phase.** Most people can't articulate design preferences in words.138139### Step 2.0: Generate 3 Style Previews Directly140141Based on purpose, audience, mood, and content density, generate 3 distinct single-slide HTML previews showing typography, colors, animation, and overall aesthetic.142143**Brand override — check this first.** If the deck belongs to a locked brand system (see *Brand Systems* in [STYLE_PRESETS.md](STYLE_PRESETS.md) — the section ships as a template for the user to register their own brand), skip this whole exploration step. Build straight in that system and go to Step 3. A brand is not a taste question, and re-opening it every deck is the exact friction this override exists to kill. Only fall back to previews if the user says the brand does not apply here.144145Do not ask the user whether they want options or a preset picker. The default discovery experience is always visual comparison.146147If the user already gave a vibe, use it. If they did not, infer the likely mood from the occasion, audience, content, and stakes. Keep the options diverse enough that the user can react visually instead of needing to articulate taste up front.148149If the user explicitly names a preset or bold template, honor that as one option and generate the remaining preview slots around it.150151Read [STYLE_PRESETS.md](STYLE_PRESETS.md) for safe preset candidates. If [bold-template-pack/selection-index.json](bold-template-pack/selection-index.json) exists, read that compact index too, but do not read any `design.md` files yet.152153| Mood | Suggested Presets |154| ------------------- | -------------------------------------------------- |155| Impressed/Confident | Bold Signal, Electric Studio, Dark Botanical |156| Excited/Energized | Creative Voltage, Neon Cyber, Split Pastel |157| Calm/Focused | Notebook Tabs, Paper & Ink, Swiss Modern |158| Inspired/Moved | Dark Botanical, Vintage Editorial, Pastel Geometry |159160**Preview mix rules:**161162- Generate 3 previews by default: 1 safe preset from `STYLE_PRESETS.md`, at least 1 bold template from `bold-template-pack/selection-index.json`, and 1 wildcard.163- The wildcard may be either a second bold template or a self-generated custom design. Choose whichever creates the strongest, most useful contrast for the user's occasion, audience, mood, and content.164- Do not force every expressive option to come from the template library. If the brief has a sharper, more specific design opportunity than the available templates, use the wildcard slot to design freely.165- For conservative or high-stakes decks, make the safe preset especially restrained; choose a calm, higher-formality bold template; make the wildcard either another restrained template or a custom design that feels authoritative rather than decorative.166- For expressive decks, keep the safe preset as a readable fallback; choose one strong bold template; make the wildcard adventurous, context-specific, and clearly different from both other previews.167- If bold template matches feel weak, use the wildcard as a custom design or fall back to another safe preset instead of forcing a template.168169**Custom wildcard design rules:**170171- Follow the Design Aesthetics section above: no generic "AI slop", no default font/color/layout choices, no purple-gradient-on-white clichés, no cookie-cutter dashboard/card look.172- Match the user's stated occasion, audience, mood/vibe, and content density. The custom design should feel authored for this deck, not merely "stylish."173- Make a deliberate visual thesis: distinctive typography, a committed palette, a recognizable layout system, and one strong atmospheric or graphic device.174- Keep it feasible for a full deck. The preview must imply a design system that can expand into section, content, quote, comparison, and closing slides.175- Use fixed 1920×1080 stage rules and pass the same preview authenticity checks as every other option.176- Never render "custom", "wildcard", "AI-generated", or design-process labels on the slide itself.177178**Bold template selection rules:**179180- Match user purpose and mood against `mood`, `tone`, `best_for`, `avoid_for`, `formality`, `density`, and `scheme`.181- Treat `best_for` examples as soft signals, not strict industry filters.182- Keep the three previews genuinely different from each other.183- After choosing bold template candidate(s), read only those candidate(s)' `preview.md` files from the `preview_md` paths in the selection index.184- Use `preview.md` only for title-slide previews. Do not read full `design.md` files until the user picks the final template.185- Do not read or copy `template.html` unless the selected final `design.md` is missing a critical implementation detail.186187**Preview authenticity rules (NON-NEGOTIABLE):**188189- Every style preview must look like a real first slide from the user's deck, not a diagnostic card.190- Never render internal workflow text on a slide: no `preview`, `generated from`, `preview.md`, `template`, `preset`, `style option`, `Option A/B/C`, file names, paths, or source-doc labels.191- Never render template names or slug names on the slide itself. Template/style names belong only in the message to the user.192- Never render user requirement notes as slide content, such as "sharp and provocative", "safe option", "bold option", "for internal sharing", or "audience: ...", unless the user explicitly wants that exact phrase to appear in the deck.193- If the slide needs chrome, use real deck chrome only: the deck title, section title, date, author, company, page number, or a genuine content phrase from the user's material.194- Before opening previews, inspect the visible text and revise if any internal metadata appears.195196Save previews to `.frontend-slides/slide-previews/` (style-a.html, style-b.html, style-c.html). Each should be self-contained and compact, showing one animated title slide.197198Open each preview automatically for the user.199200### Step 2.1: User Picks201202Ask (header: "Style"):203Which style preview do you prefer? Options: Style A: [Name] / Style B: [Name] / Style C: [Name] / Mix elements204205If "Mix elements", ask for specifics.206207---208209## Phase 3: Generate Presentation210211Generate the full presentation using content from Phase 1 (text, or text + curated images) and style from Phase 2.212213If images were provided, the slide outline already incorporates them from Step 1.2. If not, CSS-generated visuals (gradients, shapes, patterns) provide visual interest — this is a fully supported first-class path.214215### AI-generated slide imagery (optional · Replicate)216217For decks that deserve illustration, generate **text-free visual metaphors** per slide with `scripts/gen_slide_image.py` (inherited from the killer-decks method: **the image exemplifies, the HTML writes** — crisp text always comes from code, never baked into the image).218219- **Requires** the `REPLICATE_API_TOKEN` environment variable (or a local `.env`). No token → offer the beginner setup below ONCE; if the user declines, stay on the CSS-visuals path; never block a deck on this.220221#### Ativar o Replicate — passo a passo pra quem nunca fez isso222223> **Instrução pra IA:** se o usuário quiser ilustrações e o token não existir, guie este caminho com ele, um passo por vez, em linguagem leiga. Nunca peça que ele cole o token no chat — token é senha.224225O Replicate (replicate.com) é um serviço que roda modelos de imagem por uso: você só paga o que gerar — na casa de **US$ 0,04 por imagem** no modelo padrão (flux-1.1-pro) e ~US$ 0,15 no `nano` (nano-banana-pro). Um deck com 10 ilustrações custa menos de meio dólar. Pra ativar:2262271. **Criar a conta:** entre em **replicate.com** e clique em *Sign in* — dá pra entrar com a conta do GitHub ou com e-mail. É grátis criar.2282. **Cadastrar o pagamento:** em **replicate.com/account/billing**, adicione um cartão. Sem susto: não é assinatura — é pré-pago/por uso, e dá pra definir um limite mensal de gasto nessa mesma tela (sugestão: US$ 5 pra começar).2293. **Gerar a chave (o "token"):** em **replicate.com/account/api-tokens**, clique em *Create token*, dê um nome (ex.: "decks") e copie o código que aparece (começa com `r8_`). **Essa chave é uma senha:** quem tem ela gera imagens na sua conta. Não cole em chat, print ou grupo.2304. **Guardar a chave onde a skill lê:** na pasta do seu projeto, crie um arquivo chamado **`.env`** (só isso, com o ponto) contendo uma única linha:231 ```232 REPLICATE_API_TOKEN=r8_sua_chave_aqui233 ```234 A IA pode criar o arquivo pra você — você só cola a chave dentro dele no seu editor, não no chat. (Alternativa de quem já usa terminal: exportar `REPLICATE_API_TOKEN` no perfil do shell.) Se o projeto usa git, confira que `.env` está no `.gitignore` — chave não sobe pra repositório.2355. **Testar antes do deck inteiro:** gere UMA imagem de teste e confira se apareceu na pasta e se o painel do Replicate registrou a cobrança de centavos. Chave vazou? Revogue em *api-tokens* e gere outra — leva 30 segundos.236- Write a `spec.json` mapping slide ids to prompts, then run: `python scripts/gen_slide_image.py spec.json <out_dir> [flux-pro|nano]`. Default `flux-pro` (~US$0.04/image) fits most decks; `nano` accepts `refs` for chained visual continuity. **Tell the user the approximate cost before running.**237- Art direction rules: derive every prompt from the deck's chosen palette and mood (name the hex values and the vibe in the prompt); keep one repeated aesthetic signature across all prompts so the deck reads as one system; the script appends the no-text suffix automatically.238- **Look at every generated image before using it** (read the file) — check palette match, no accidental text, no broken anatomy. Regenerate the misses. Reference images from slides via relative paths (`assets/…`), never base64 in the HTML.239240Apply the user's density choice throughout the deck:241242- **Low density / speaker-led:** Use more slides with fewer ideas per slide. Favor large headings, short phrases, visual metaphors, section beats, quote/statement slides, and presenter-friendly pacing.243- **High density / reading-first:** Make slides more self-contained. Use structured grids, comparison tables, annotated diagrams, captions, and concise explanatory copy. Keep hierarchy strong so it feels designed, not like a document pasted onto slides.244245If the user's stated needs are mixed, choose the closer of the two modes instead of inventing a middle option: live audience persuasion defaults low-density; async circulation or detailed review defaults high-density.246247Never let high density become visual clutter. If a high-density slide starts to overflow, split it or redesign it into a clearer structure.248249If the user selected a bold template from `bold-template-pack`, read that one template's full `design.md` before generating. Do not read the other bold templates. Treat `design.md` as the design recipe:250251- Preserve its fonts, palette, decorative vocabulary, spacing rhythm, and component grammar.252- Generate the final deck as a fixed 1920×1080 stage scaled uniformly to the viewport, regardless of whether the source template originally used `deck-stage.js` or viewport-fluid CSS.253- Treat viewport-fluid values in `design.md` as design proportions to translate into 1920×1080 stage coordinates. Do not keep them as live viewport reflow rules in the final deck.254- Keep the output as a single self-contained Frontend Slides HTML file.255- Do not copy demo slide content or mimic the source template too literally.256- Use `template.html` only as a last-resort implementation reference for the selected template.257- After generating, verify both content overflow and panel overlap in rendered browser screenshots. `scrollHeight` checks alone are not enough because grid panels can visually cover each other.258259If the user selected a self-generated custom wildcard, treat that preview's CSS and layout as the design recipe:260261- Preserve its fonts, palette, decorative vocabulary, spacing rhythm, grid logic, and component grammar.262- Expand the same visual system across the full deck. Do not switch to a preset or bold template after the user has chosen the custom direction.263- Design any missing slide layouts from that system rather than importing patterns from another style.264- Keep the output fixed-stage, single-file, and visually verified like every other deck.265266**Before generating, read these supporting files:**267268- [html-template.md](html-template.md) — HTML architecture and JS features269- [viewport-base.css](viewport-base.css) — Mandatory CSS (include in full)270- [animation-patterns.md](animation-patterns.md) — Animation reference for the chosen feeling271272**Key requirements:**273274- Single self-contained HTML file, all CSS/JS inline275- Include the FULL contents of viewport-base.css in the `<style>` block276- Use fonts from Fontshare or Google Fonts — never system fonts277- Add detailed comments explaining each section278- Every section needs a clear `/* === SECTION NAME === */` comment block279280---281282## Phase 4: PPT Conversion283284When converting PowerPoint files:2852861. **Extract content** — Run `python scripts/extract-pptx.py <input.pptx> <output_dir>` (install python-pptx if needed: `pip install python-pptx`)2872. **Confirm with user** — Present extracted slide titles, content summaries, and image counts2883. **Style selection** — Proceed to Phase 2 for style discovery2894. **Generate HTML** — Convert to chosen style, preserving all text, images (from assets/), slide order, and speaker notes (as HTML comments)290291---292293## Phase 5: Delivery2942951. **Clean up** — Delete `.frontend-slides/slide-previews/` if it exists2962. **Open** — Use `open [filename].html` to launch in browser2973. **Summarize** — Tell the user:298 - File location, style name, slide count299 - Navigation: Arrow keys, Space, swipe/tap if enabled300 - How to customize: `:root` CSS variables for colors, font link for typography, `.reveal` class for animations301 - Inline text editing is available: Hover top-left corner or press E to enter edit mode, click any text to edit, Ctrl+S to save302 - Offer the natural post-draft actions: ask for revisions, edit text directly in the browser, or export/share303304---305306## Phase 6: Share & Export (Optional)307308After delivery, **ask the user:** _"Would you like to share this presentation? I can deploy it to a live URL (works on any device including phones) or export it as a PDF."_309310Options:311312- **Deploy to URL** — Shareable link that works on any device313- **Export to PDF** — Universal file for email, Slack, print314- **Both**315- **No thanks**316317If the user declines, stop here. If they choose one or both, proceed below.318319### 6A: Deploy to a Live URL (Vercel)320321This deploys the presentation to Vercel — a free hosting platform. The link works on any device (phones, tablets, laptops) and stays live until the user takes it down.322323**If the user has never deployed before, guide them step by step:**3243251. **Check if Vercel CLI is installed** — Run `npx vercel --version`. If not found, install Node.js first (`brew install node` on macOS, or download from https://nodejs.org).3263272. **Check if user is logged in** — Run `npx vercel whoami`.328 - If NOT logged in, explain: _"Vercel is a free hosting service. You need an account to deploy. Let me walk you through it:"_329 - Step 1: Ask user to go to https://vercel.com/signup in their browser330 - Step 2: They can sign up with GitHub, Google, email — whatever is easiest331 - Step 3: Once signed up, run `vercel login` and follow the prompts (it opens a browser window to authorize)332 - Step 4: Confirm login with `vercel whoami`333 - Wait for the user to confirm they're logged in before proceeding.3343353. **Deploy** — Run the deploy script:336337 ```bash338 bash scripts/deploy.sh <path-to-presentation>339 ```340341 The script accepts either a folder (with index.html) or a single HTML file.3423434. **Share the URL** — Tell the user:344 - The live URL (from the script output)345 - That it works on any device — they can text it, Slack it, email it346 - To take it down later: visit https://vercel.com/dashboard and delete the project347 - The Vercel free tier is generous — they won't be charged348349**⚠ Deployment gotchas:**350351- **Local images/videos must travel with the HTML.** The deploy script auto-detects files referenced via `src="..."` in the HTML and bundles them. But if the presentation references files via CSS `background-image` or unusual paths, those may be missed. **Before deploying, verify:** open the deployed URL and check that all images load. If any are broken, the safest fix is to put the HTML and all its assets into a single folder and deploy the folder instead of a standalone HTML file.352- **Prefer folder deployments when the presentation has many assets.** If the presentation lives in a folder with images alongside it (e.g., `my-deck/index.html` + `my-deck/logo.png`), deploy the folder directly: `bash scripts/deploy.sh ./my-deck/`. This is more reliable than deploying a single HTML file because the entire folder contents are uploaded as-is.353- **Filenames with spaces work but can cause issues.** The script handles spaces in filenames, but Vercel URLs encode spaces as `%20`. If possible, avoid spaces in image filenames. If the user's images have spaces, the script handles it — but if images still break, renaming files to use hyphens instead of spaces is the fix.354- **Redeploying updates the same URL.** Running the deploy script again on the same presentation overwrites the previous deployment. The URL stays the same — no need to share a new link.355356### 6B: Export to PDF357358This captures each slide as a screenshot and combines them into a PDF. Perfect for email attachments, embedding in documents, or printing.359360**Note:** Animations and interactivity are not preserved — the PDF is a static snapshot. This is normal and expected; mention it to the user so they're not surprised.3613621. **Run the export script:**363364 ```bash365 bash scripts/export-pdf.sh <path-to-html> [output.pdf]366 ```367368 If no output path is given, the PDF is saved next to the HTML file.3693702. **What happens behind the scenes** (explain briefly to the user):371 - A headless browser opens the presentation at 1920×1080 (standard widescreen)372 - It screenshots each slide one by one373 - All screenshots are combined into a single PDF374 - The script needs Playwright (a browser automation tool) — it will install automatically if missing3753763. **If Playwright installation fails:**377 - The most common issue is Chromium not downloading. Run: `npx playwright install chromium`378 - If that fails too, it may be a network/firewall issue. Ask the user to try on a different network.3793804. **Deliver the PDF** — The script auto-opens it. Tell the user:381 - The file location and size382 - That it works everywhere — email, Slack, Notion, Google Docs, print383 - Animations are replaced by their final visual state (still looks great, just static)384385**⚠ PDF export gotchas:**386387- **First run is slow.** The script installs Playwright and downloads a Chromium browser (~150MB) into a temp directory. This happens once per run. Warn the user it may take 30-60 seconds the first time — subsequent exports within the same session are faster.388- **Slides must use `class="slide"`.** The export script finds slides by querying `.slide` elements. If the presentation uses a different class name, the script will report "0 slides found" and fail. All presentations generated by this skill use `.slide`, so this only matters for externally-created HTML.389- **Local images must be loadable via HTTP.** The script starts a local server and loads the HTML through it (so Google Fonts and relative image paths work). If images use absolute filesystem paths (e.g., `src="/Users/name/photo.png"`) instead of relative paths (e.g., `src="photo.png"`), they won't load. Generated presentations always use relative paths, but converted or user-provided decks might not — check and fix if needed.390- **Local images appear in the PDF** as long as they are in the same directory as (or relative to) the HTML file. The export script serves the HTML's parent directory over HTTP, so relative paths like `src="photo.png"` resolve correctly — including filenames with spaces. If images still don't appear, check: (1) the image files actually exist at the referenced path, (2) the paths are relative, not absolute filesystem paths like `/Users/name/photo.png`.391- **Large presentations produce large PDFs.** Each slide is captured as a full 1920×1080 PNG screenshot. An 18-slide deck can produce a ~20MB PDF. If the PDF exceeds 10MB, ask the user: _"The PDF is [size]. Would you like me to compress it? It'll look slightly less sharp but the file will be much smaller."_ If yes, re-run the export with the `--compact` flag:392 ```bash393 bash scripts/export-pdf.sh <path-to-html> [output.pdf] --compact394 ```395 This renders at 1280×720 instead of 1920×1080, typically cutting file size by 50-70% with minimal visual difference.396397---398399## Supporting Files400401| File | Purpose | When to Read |402| -------------------------------------------------- | -------------------------------------------------------------------- | ------------------------- |403| [STYLE_PRESETS.md](STYLE_PRESETS.md) | 12 curated visual presets + a template to register your own locked brand system, with colors, fonts, and signature elements | Phase 2 (style selection) |404| [bold-template-pack/selection-index.json](bold-template-pack/selection-index.json) | Compact bold template metadata for candidate selection | Phase 2 (style selection) |405| [bold-template-pack/templates/*/preview.md](bold-template-pack/templates/) | Lightweight style cards for shortlisted bold title previews | Phase 2 after shortlisting |406| [bold-template-pack/templates/*/design.md](bold-template-pack/templates/) | Detailed design-system docs for the selected bold template only | Phase 3 after user selection |407| [viewport-base.css](viewport-base.css) | Mandatory fixed-stage CSS — copy into every presentation | Phase 3 (generation) |408| [html-template.md](html-template.md) | HTML structure, JS features, code quality standards | Phase 3 (generation) |409| [animation-patterns.md](animation-patterns.md) | CSS/JS animation snippets and effect-to-feeling guide | Phase 3 (generation) |410| [scripts/extract-pptx.py](scripts/extract-pptx.py) | Python script for PPT content extraction | Phase 4 (conversion) |411| [scripts/deploy.sh](scripts/deploy.sh) | Deploy slides to Vercel for instant sharing | Phase 6 (sharing) |412| [scripts/export-pdf.sh](scripts/export-pdf.sh) | Export slides to PDF | Phase 6 (sharing) |413| [scripts/gen_slide_image.py](scripts/gen_slide_image.py) | Text-free slide metaphors via Replicate (optional — needs REPLICATE_API_TOKEN) | Phase 3 (AI imagery) |414415---416417*ultra:deck · **v1 — agosto/2026**. Sucessora oficial das skills killer-decks e ultra-deck (aposentadas): o método killer-decks — a imagem exemplifica, o código escreve — vive aqui na geração de ilustrações via Replicate. Por Gui Loureiro.*