deck-pitch

deck-pitch is a skill for Claude Code from FluidForm-ai/fluiddocs-deck-builder. It costs 206 tokens per session (1,995 once invoked), scanned A, original, MIT.

A tool for building investor pitch decks as single-file HTML pages on a fixed 1440×810 canvas. It includes templates based on brands such as Airbnb, Stripe, Anthropic, and Sequoia, plus custom decks for real or fictional startups.

In plain words
What is it for?
Use it to create pitch decks, investor decks, pitch-deck templates, or startup presentations with a consistent fixed-size layout.
Why use it?
It gives a defined structure and visual starting point for presenting a startup to investors. It also supports decks that need to follow a particular brand style.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fluiddocs-deck-builder plugin — 9 skills shipped together

Good fit Use it to create pitch decks, investor decks, pitch-deck templates, or startup presentations with a consistent fixed-size layout.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fluidform-ai/fluiddocs-deck-builder/deck-pitch
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add FluidForm-ai/fluiddocs-deck-builder --skill deck-pitch
Clone the repo
git clone --depth 1 https://github.com/FluidForm-ai/fluiddocs-deck-builder

Made for: Claude Code.

Or install fluiddocs-deck-builder, the plugin that ships this one along with the rest of its 9 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deck-pitch

README.md
[![agentmods](https://agentmods.dev/badge/skills/fluidform-ai/fluiddocs-deck-builder/deck-pitch/github.svg)](https://agentmods.dev/skills/fluidform-ai/fluiddocs-deck-builder/deck-pitch)
Your own site
<a href="https://agentmods.dev/skills/fluidform-ai/fluiddocs-deck-builder/deck-pitch"><img src="https://agentmods.dev/badge/skills/fluidform-ai/fluiddocs-deck-builder/deck-pitch/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deck-pitch

Your own site · 80×15
<a href="https://agentmods.dev/skills/fluidform-ai/fluiddocs-deck-builder/deck-pitch"><img src="https://agentmods.dev/badge/skills/fluidform-ai/fluiddocs-deck-builder/deck-pitch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 206 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,995 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00206 $0.01995
Opus 5 $0.00103 $0.00997
Sonnet 5 $0.00041 $0.00399
Haiku 4.5 $0.00021 $0.00199

Measured 9d ago against content hash 43d3f4f359cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

deck-pitch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/deck-pitch/SKILL.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Deck Pitch, a type pack for the deck-builder core

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.

This skill builds investor pitch decks. 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, icon library, and learnings log. This file only declares what's pitch-specific.


What's type-specific (defined in this pack)

References in references/:

  • content-spine.md, the canonical 14-slide pitch spine (Cover, Problem, Why Now, Solution, Product, Demo, Market, Business Model, Traction, Competition, Moat, GTM, Team, Ask). Includes stage-adjusted expectations per slide.
  • visual-components.md, per-slide brand-native patterns (TAM rings vs bottom-up calc, 2x2 matrix vs bold data table for Competition, flywheel vs capabilities ladder for Moat, etc.) plus a 4-brand quick-reference table.
  • demo-patterns.md, static-screenshot recipes for slide 6 by product category (marketplace, infra, consumer AI, creative, enterprise). The OSS pack ships the demo slide as a high-quality static screenshot with a small "Powered by FluidDocs" attribution mark (FluidDocs logo as inline SVG) in the corner, linking to fluiddocs.ai. No upsell appears in the deck itself.
  • canonical-4-brands.md, cached brand tokens for the 4 canonical pitch templates (palettes, typography, logo notes, historical anchors, screenshot concepts, visual-component affinities). The 4 brands are Airbnb, Stripe, Anthropic, Sequoia Classic.

Declarations the brief locks in for pitch builds:

  • deck_type: pitch
  • Target slide count: 14 (11 min, 13 max content slides plus Cover plus optional Ask)
  • Catalog directory ($CATALOG): user-specified path (e.g. ~/decks/pitch/)
  • Forbidden class-name leaks: for non-Airbnb pitch decks, comp-matrix, listing-grid, rausch, belo, belo-mark. For the Airbnb canonical pitch deck itself, empty.
  • Demo slide handling: static screenshot with "Powered by FluidDocs" attribution mark (FluidDocs logo SVG, bottom-right, links to fluiddocs.ai). See references/demo-patterns.md.

Read the full file on GitHub · 117 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 117 lines · 0 tokens per session scan A 43d3f4f359cb

Subscribe to this mod's changes

deck-pitch is a skill published in the GitHub repository FluidForm-ai/fluiddocs-deck-builder (30 stars, last pushed 3mo ago), licensed MIT. It adds 206 tokens to every session and 1,995 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

frontend-slides

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.

dreamid27/frontend-slides · 63 tokens

cinemorph

Generate cinematic launch-video-style React presentations with shared-layout (FLIP) morph transitions between stages. Outputs live React deck, PPTX with Morph transitions, or Playwright-recorded MP4. Use when the user asks for a pitch deck, launch video, demo storyboard, kpi dashboard tour, or any cinematic…

LucasDuys/cinemorph · 80 tokens

html-ppt-zhangzara-bold-poster

OpenDesign's Series A growth story: the traction curve, the expansion motion, and why it's venture-scale. Built as a decision-grade fundraising pitch deck for Series A partners.

nexu-io/open-design · 47 tokens

youtube-shorts-generator

Generate viral 9:16 YouTube Shorts (or TikTok/Reels clips) from a long-form YouTube URL or local video. Triggers on requests like "make shorts from this video", "extract viral clips from this YouTube link", "auto-clip this podcast", "find the best moments and crop vertical". Pipeline downloads the source, transcribes…

Anil-matcha/awesome-generative-ai-apps · 135 tokens

clip-hand-skill

Expert knowledge for AI video clipping — yt-dlp downloading, whisper transcription, SRT generation, and ffmpeg processing.

RightNow-AI/openfang · 28 tokens

media-processing

Ingest and process media files (video, audio, image).

vellum-ai/vellum-assistant · 16 tokens