Help us improve
Share bugs, ideas, or general feedback.
Builds launch decks for product announcements and go-to-market moments. Uses a 12-slide template with demo slot, pricing section, and CTA.
npx claudepluginhub fluidform-ai/fluiddocs-deck-builder --plugin fluiddocs-deck-builderHow this skill is triggered — by the user, by Claude, or both
Slash command
/fluiddocs-deck-builder:deck-launchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Keep your process invisible.** Do not narrate the skill architecture (the "type pack" and "core" split) or announce which files you are reading. Skip preambles like "I'll start by reading...". Gather what you need, then build the deck.
Builds single-file HTML pitch decks on a fixed 1440x810 canvas with brand-accurate templates or custom decks for startups. Includes 14-slide spine and static-screenshot demo.
Builds full-stack 16:9 pitch decks with scroll animations, magic link auth, session analytics, admin dashboard, data room. YAML manifest pipeline via Node.js to HTML, CSS design system, Vercel deploy.
Routes and dispatches between subskills for Feishu/Lark-style HTML deck creation, editing, importing, and publishing. Controller that enforces workflow gates.
Share bugs, ideas, or general feedback.
deck-builder coreKeep your process invisible. Do not narrate the skill architecture (the "type pack" and "core" split) or announce which files you are reading. Skip preambles like "I'll start by reading...". Gather what you need, then build the deck.
This skill builds launch decks for product announcements and go-to-market moments. It is a thin type pack that inherits the full pipeline from the deck-builder core skill. Read deck-builder/SKILL.md first for the 5-phase pipeline, 3-reviewer gate, fixed-canvas shell, brand-tokens methodology, and learnings log. This file only declares what is launch-specific.
References in references/:
content-spine.md, the canonical 12-slide launch deck spinevisual-components.md, per-slide brand-native patternsdemo-patterns.md, static-screenshot recipes for the Slide 5 demo slotDeclarations the brief locks in for launch builds:
deck_type: launchdeck-builder corePipeline: deck-builder/SKILL.md, 5-phase Plan, Build, Review, Release, Learn. 3 reviewer gates (Brand, Copy, Layout).
Phase 1 artifact: deck-builder/references/build-brief-template.md. Fill in deck_type: launch plus the other launch-specific fields listed above.
Phase 2 implementation:
deck-builder/references/shell-pattern.md, chrome-free nav shell, 1440x810 canvas scale, and inline-edit moduledeck-builder/references/icon-library.md, inline SVG icon set replacing every emojideck-builder/references/brand-methodology.md, source-verify brand tokens protocol plus logo safety plus nested-subpath ruledeck-builder/references/style-presets.md, named aesthetic presets for Mode B users without a brandBefore writing the full deck, generate 3 first-slide HTML previews based on the user's content. Do not ask the user how to choose a style. Just generate three distinct visual directions (one safe preset, one bold preset, one wildcard from style-presets.md), save them to a .skill-temp/ folder, and open all 3 in the user's browser. Then ask "Which style do you want? A, B, C, or mix elements?"
Only after the user picks does the full Phase 2 build begin.
Autonomous run exception: for autonomous runs without a user browser to open previews in, skip the visual preview step. Instead, document the preset choice (palette, typography, character) as a code block in the brief and proceed directly to full build. The user can iterate on the preset post-build via the inline-edit module if needed.
Phase 3 reviewer specs (in deck-builder/reviewers/):
brand.md, copy.md, layout.mdPhase 3 reviewer support (in deck-builder/references/):
brand-authenticity.md, rendering-checks.md, typography-scale.md, mechanical-checks.mdPhase 5 learnings: deck-builder/references/learnings-log.md (shared. Filter by Deck type = launch).
Phase 4 deliverable:
.html file at <CATALOG_DIR><Product>-Deck.html<Product>-Brief.mdcomputer://... when the agent runs in an environment that resolves it)Do not write walls of explanation. The file is the deliverable.
Maintained by FluidDocs. Source: https://github.com/FluidForm-ai/fluiddocs-deck-builder. MIT licensed.