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.
npx agentmods add skills/fluidform-ai/fluiddocs-deck-builder/deck-launchnpx skills add FluidForm-ai/fluiddocs-deck-builder --skill deck-launchgit clone --depth 1 https://github.com/FluidForm-ai/fluiddocs-deck-builderWrote 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.
[](https://agentmods.dev/skills/fluidform-ai/fluiddocs-deck-builder/deck-launch)<a href="https://agentmods.dev/skills/fluidform-ai/fluiddocs-deck-builder/deck-launch"><img src="https://agentmods.dev/badge/skills/fluidform-ai/fluiddocs-deck-builder/deck-launch.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00103 | $0.01206 |
| Opus 5 | $0.00051 | $0.00603 |
| Sonnet 5 | $0.00021 | $0.00241 |
| Haiku 4.5 | $0.00010 | $0.00121 |
Grade A, and why
deck-launch 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Deck Launch, 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 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.
What's type-specific (defined in this pack)
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 slot
Declarations the brief locks in for launch builds:
deck_type: launch- Target slide count: 12
- Catalog directory ($CATALOG): user-declared in the brief
- Forbidden class-name leaks: (none)
- Demo: Slide 5 ships as a static product screenshot
What this type pack inherits from deck-builder core
Pipeline: 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 brand
What ships with it
3 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.
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.
- 5d ago First seen · 84 lines · 103 tokens per session scan A 232c31d537ca
deck-launch is a skill published in the GitHub repository FluidForm-ai/fluiddocs-deck-builder (30 stars, last pushed 2mo ago), licensed MIT. It adds 103 tokens to every session and 1,206 once invoked, about $0.0005 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.
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.
humanizer
This is stage 1 of the humanist pipeline, vendored from blader/humanizer v2.8.0 by Siqi Chen (MIT). The parent skill reads it and applies it. Read ../../SKILL.md for how it fits.
humanist
Improve an AI-assisted draft so it reads better: strip machine residue, cut filler and inflated significance, and report what is left. Use when someone wants to clean up an AI-assisted draft, edit AI output into publishable prose, remove AI slop, fix corporate or robotic voice, tighten a draft before it ships, or asks…
public-release-prep
Audit a private git repository for secrets and personally-identifying info before it goes public, then carry out the cleanup. Use this whenever the user wants to open-source a repo, flip a GitHub repo from private to public, "clean up before going public," or asks whether a repo is safe to share externally — even if…
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…
create-site
Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…