← ClaudeAtlas

slidev-retro-decklisted

Trigger: slidev, slides, presentation, deck, retro console, CRT, terminal theme. Build a Slidev presentation with a retro-console visual identity — three packaged themes (crt-phosphor, dos-terminal, synthwave-arcade), each with day and night schemes — themed Mermaid diagrams, and a mandatory PNG-export verification loop that checks every slide for overflow. También se activa en castellano: "hazme una presentación con Slidev", "presentación estilo consola retro".
andresnator/agents-orchestrator · ★ 0 · Code & Development · score 66
Install: claude install-skill andresnator/agents-orchestrator
# Slidev Retro Deck Build 16:9 Slidev decks with a retro console identity (scanlines, tube glow, terminal type, blinking cursor) and verify every slide visually before declaring the deck done. Three packaged themes live under `assets/themes/`, each with a **day** (light console) and **night** (dark console) scheme selected per deck via headmatter `colorSchema`: | Theme | Night | Day | Fonts (headings / body) | |---|---|---|---| | `crt-phosphor` | green/amber phosphor on black | phosphor ink on paper-green | VT323 / JetBrains Mono | | `dos-terminal` | yellow/cyan on Borland blue | navy ink on ivory paper | Silkscreen / IBM Plex Mono | | `synthwave-arcade` | magenta/cyan neon on deep purple | sunrise pastel arcade | Press Start 2P / Space Mono | The workflow applies to any Slidev deck; the packaged identity is the retro console. ## Activation - The user asks for a slide deck or presentation, especially with Slidev or a retro/terminal/Matrix look. - Create each deck in its own directory (for example `.ai/slides/<deck-name>/`), never inside a managed component tree. ## Workflow 1. **Scaffold** — copy `assets/scaffold/package.json` and `assets/scaffold/pnpm-workspace.yaml` into the deck directory, then install with pnpm. `playwright-chromium` (needed by `slidev export`) only downloads because the workspace file allows its build script. `npm` may be aliased to pnpm in some setups, so prefer explicit pnpm commands. Run `npx slidev slides.md` for a hot-reloading dev server. 2.