ring:deck
Installation
SKILL.md
ring:deck — Lerian Editorial Deck Scaffolder
Scaffold a self-contained Node project for a Lerian-branded HTML presentation. Every deck ships with a live-reload dev server, a presenter view designed for a second screen, a phone-as-remote over WebSocket, and Puppeteer-driven PDF export. The output is a working local project the user runs themselves — not a single HTML file, not a hosted site.
When to use this skill
Use whenever the user asks for a branded slide deliverable: board deck, investor update, conference talk, all-hands, customer pitch, internal review. The trigger is "deck-shaped output" — sequenced sections, speaker notes, something a human will present live.
- "Make me a board deck for Q2"
- "Build an investor deck for the Series A conversation"
- "I need a conference talk deck"
- "Scaffold a new presentation for next week's all-hands"
- "New slide deck for the product review"
When NOT to use this skill
- Editing an already-scaffolded deck — edit
deck.htmlinside that project directly. The scaffold is a one-shot bootstrap, not an editor. - Non-presentational documents — memos, one-pagers, exec emails, PR descriptions. These are written content, not sequenced slides.
- Single static HTML visualization — a diagram, dashboard, or comparison table is
ring:visualize. That skill produces one.htmlfile; this skill produces a Node project.
Related skills