Skill-Details
deck-creator
Explicitly supports HTML slide decks and interactive presenters.
Vor Nutzung prüfen
Die automatische Prüfung bewertet Relevanz, nicht Sicherheit oder Empfehlung. Lies vor der Nutzung die Quellanweisungen.
SKILL.md
Dieser Auszug wurde bei der Prüfung gespeichert. Die externe Quelle enthält die vollständige und aktuelle Version.
---
name: deck-creator
version: 1.3.0
description: This skill should be used when the user asks to "create a deck", "make a presentation", "build slides", "pitch deck", "investor deck", "sales presentation", "design a deck", "interactive presentation", "presenter mode", "HTML slides", "video background deck", "deck playground", "visual deck editor", "deck builder UI", "publish deck link", or needs to generate a complete deck with minimal friction. Handles low-question discovery, early Deck Creator UI launch, theme selection, copywriting, parallel slide generation, PDF stitching, optional HTML presenter, and publishing workflows.
---
# Deck Creator
Create professional presentation decks with consistent visual style, compelling copy, AI-generated slide images, and optional interactive HTML presenter with video backgrounds.
## When to Use
- Create a presentation or slide deck
- Build a pitch deck, proposal, or sales presentation
- Design slides for a product launch, company overview, or partnership
- Generate a complete deck from a document, requirements, or brief
- Restyle an existing deck with a different art style
- Build an interactive HTML presenter for live presentations
- Add ambient video backgrounds to a deck
- Use the "deck playground", "visual deck editor", or "deck builder UI"
## Interactive Playground
For a visual UI to design and generate decks interactively:
```bash
bun run --cwd ${CLAUDE_PLUGIN_ROOT} ${CLAUDE_PLUGIN_ROOT}/skills/deck-creator/scripts/playground_server.ts --dir <deck-dir>
```
The playground provides style browsing, per-slide editing, live preview, and one-click generation. Supports both Gemini PNG and text-layered HTML modes.
**IMPORTANT:** Invoke this skill via the Skill tool (`Skill("deck-creator")`). Do not manually execute phases without loading this skill first. Follow the workflow step by step; do not skip phases.
## Fast-Path Defaults (Minimize Friction)
Prefer speed over exhaustive questioning. Ask only what is necessary, infer the rest, and get the user into the UI quickly.
Ask one compact question set first:
1. Goal/topic of the deck
2. Audience
3. Approx slide count
4. Output mode (`pdf`, `html+pdf`, or `web/publish`)
Infer defaults when missing:
- Slide count: `10`
- Mode: `html+pdf` for live/web use, otherwise `pdf`
- Theme: modern high-contrast business style
- Video background: `none`
- Art style: none unless requested
After creating `THEME.md` + `DECK-PLAN.md`, launch the playground immediately with the target deck dir preloaded:
```bash
bun run --cwd ${CLAUDE_PLUGIN_ROOT} ${CLAUDE_PLUGIN_ROOT}/skills/deck-creator/scripts/playground_server.ts --dir <deck-dir>
```
Then ask exactly one fork-in-the-road question:
- **Option A (recommended):** "Generate slides in parallel now while you watch in Deck Creator?"
- **Option B:** "Open Deck Creator first and wait before generating?"
Do not auto-generate slides without explicit user confirmation (cost-sensitive), but offer a one-click quick start to generate slide 1 first.
## Process Overview
Six phases, executed in order:
1. **Discovery** - Gather context, examples, and references
2. **Launch** - Bootstrap files and open Deck Creator UI with the deck preloaded
3. **Theme** - Establish visual style, color palette, and optional art style
4. **Copy** - Plan and write slide content using marketing principles
5. **Generation** - Create all slides in parallel with consistent style + stitch PDF
6. **Present/Publish** - Build interactive HTML presenter and publish/share link (optional)
## Phase 1: Discovery
Gather only the minimum information needed before opening the UI.
Ask in tiers:
**Tier 1 (Always):** Audience, Purpose, Content sources/materials, Slide count (recommend 10-16)
**Tier 2 (Context):** Presentation setting, Brand guidelines, Style references, Existing assets
**Tier 3 (If live/conference/webinar):** PDF only or HTML presenter too? Video backgrounds? Browse styles visually or auto-suggest?
If example decksVollständige Quelle auf GitHub lesen (öffnet externe Seite)