founder-pitch-deck

founder-pitch-deck is a skill for Claude Code, Codex from fourierwang66666/f-founder. It costs 108 tokens per session (5,600 once invoked), scanned B, original, MIT.

A workflow for creating a single-file HTML presentation for a startup pitch. A pitch deck is a short presentation that explains a company to investors or other stakeholders.

In plain words
What is it for?
Use it to extract a brand style, shape the presentation narrative, generate the HTML deck, review its appearance, switch between Chinese and English, and export a watermarked PDF.
Why use it?
It turns startup information into a structured presentation and includes checks for the story, layout, browser appearance, and exported PDF.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for gstack. Also seen: reads .claude/ paths; positional $N argument; built for gstack.

Good fit Use it to extract a brand style, shape the presentation narrative, generate the HTML deck, review its appearance, switch between Chinese and English, and export a watermarked PDF.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fourierwang66666/f-founder/founder-pitch-deck
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 fourierwang66666/f-founder --skill founder-pitch-deck
Clone the repo
git clone --depth 1 https://github.com/fourierwang66666/f-founder

Made for: Claude Code, Codex.

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 founder-pitch-deck

README.md
[![agentmods](https://agentmods.dev/badge/skills/fourierwang66666/f-founder/founder-pitch-deck/github.svg)](https://agentmods.dev/skills/fourierwang66666/f-founder/founder-pitch-deck)
Your own site
<a href="https://agentmods.dev/skills/fourierwang66666/f-founder/founder-pitch-deck"><img src="https://agentmods.dev/badge/skills/fourierwang66666/f-founder/founder-pitch-deck/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 founder-pitch-deck

Your own site · 80×15
<a href="https://agentmods.dev/skills/fourierwang66666/f-founder/founder-pitch-deck"><img src="https://agentmods.dev/badge/skills/fourierwang66666/f-founder/founder-pitch-deck.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,600 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00108 $0.05600
Opus 5 $0.00054 $0.02800
Sonnet 5 $0.00022 $0.01120
Haiku 4.5 $0.00011 $0.00560

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

Security

Grade B, and why

founder-pitch-deck scanned grade B with 1 finding 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/serve.sh, scripts/setup.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

_FF_DIR="${FFOUNDER_DIR:-$(find ~/.claude/skills -maxdepth 1 -name 'f-founder' -type d 2>/dev/null | head -1)}"
founder-pitch-deck/SKILL.md · 484 lines

How it starts

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

Preamble (run first)

_FF_DIR="${FFOUNDER_DIR:-$(find ~/.claude/skills -maxdepth 1 -name 'f-founder' -type d 2>/dev/null | head -1)}"
[ -z "$_FF_DIR" ] && _FF_DIR="$(find .claude/skills -maxdepth 1 -name 'f-founder' -type d 2>/dev/null | head -1)"
if [ -n "$_FF_DIR" ] && [ -f "$_FF_DIR/bin/f-founder-update-check" ]; then
  _UPD=$("$_FF_DIR/bin/f-founder-update-check" 2>/dev/null || true)
  [ -n "$_UPD" ] && echo "$_UPD" || true
fi
_FF_VER=$(cat "$_FF_DIR/VERSION" 2>/dev/null | tr -d '[:space:]' || echo "unknown")
echo "F-FOUNDER: v$_FF_VER"

If output shows UPGRADE_AVAILABLE: tell user to upgrade before proceeding.

founder-pitch-deck: Startup Pitch Deck Generator

Generate a single-file HTML pitch deck that looks like it was designed by a top-tier agency. The workflow walks the founder through 7 steps: design extraction, content input, copy & layout confirmation, narrative review, HTML generation, visual QA, and deployment.

Overview

What it produces: A single index.html file containing an entire pitch deck -- no external dependencies, no build step, no framework. Just open it in a browser.

Key features:

  • Auth gate -- password-protected entry screen; investors type a code to view
  • Bilingual ZH/EN -- every text element has both languages; toggle with a single click
  • PDF export with watermark -- Ctrl+P or export button; watermark auto-applies on print
  • Responsive scaling -- looks correct on 13" laptop, 27" monitor, iPad, or phone
  • Keyboard + touch navigation -- arrow keys, swipe, spacebar, click-to-advance
  • Self-contained -- all CSS and JS inline; Google Fonts loaded via <link>; images base64 or external URL

Example result: A 14-slide Series A deck with animated stat counters, staggered reveal items, dark/light slide alternation, brand-consistent color palette, and a bilingual ZH/EN toggle in the corner.


Installation (Bundle)

One-command setup that checks and links all dependencies:

bash ~/.claude/skills/founder-pitch-deck/scripts/setup.sh

Read the full file on GitHub · 484 lines

Files

What ships with it

8 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. 11d ago First seen · 484 lines · 108 tokens per session scan B eee9f93337f0

Subscribe to this mod's changes

founder-pitch-deck is a skill published in the GitHub repository fourierwang66666/f-founder (5 stars, last pushed 4mo ago), licensed MIT. It adds 108 tokens to every session and 5,600 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens