HTML PPT: Pitch Deck
Builds a 10-slide investor pitch deck with traction charts and an ask slide.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 11, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 7aeb087
Documented install (clone + one cp) is a thin pointer: every authoring instruction references a sibling html-ppt master skill that the command never copies, so the skill is inert until you add one extra cp of design-templates/html-ppt — after that rescue everything resolves (templates, 36 themes, runtime). A/B on a 3-slide investor teaser: the skill arm produced a real presentation (keyboard navigation, progress bar, presenter mode with notes/timer, print-to-PDF styles) in the template's polished gradient visual system, while the base arm produced a static scroll page — visually about as strong, with more per-slide variety and no JS dependency. Net: the skill's edge is the deck runtime and investor-deck conventions, not raw visual quality; if JS fails its slides render blank, whereas the base page always renders.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 2/5
- Triggers reliably 4/5
- Output vs. baseline 6/10
- Docs & honesty 4/5
What HTML PPT: Pitch Deck does
Investor-ready 10-slide HTML pitch deck — white + blue→purple gradient hero, big numbers, traction bar chart, $4.5M-style ask page. Use when the user wants a fundraising deck, seed-round pitch, or VC meeting slides.
How to install HTML PPT: Pitch Deck
git clone https://github.com/nexu-io/open-design
cd open-design
mkdir -p ~/.claude/skills
cp -r design-templates/html-ppt-pitch-deck ~/.claude/skills/html-ppt-pitch-deck
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger HTML PPT: Pitch Deck
-
/html-ppt-pitch-deckBuilds a 10-slide investor pitch deck with traction charts and an ask slide.
It also activates on plain-language prompts like these:
-
Create a seed-round pitch deck for my startup -
Build an investor deck with a traction bar chart -
Make VC meeting slides ending with a funding ask
Frequently asked questions
- Is the HTML PPT: Pitch Deck skill free?
- Yes. The skill itself is free from nexu-io/open-design. SkillProof publishes the install command and an independent test verdict at no cost.
- Does HTML PPT: Pitch Deck work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Works with setup. Documented install (clone + one cp) is a thin pointer: every authoring instruction references a sibling html-ppt master skill that the command never copies, so the skill is inert until you add one extra cp of design-templates/html-ppt — after that rescue everything resolves (templates, 36 themes, runtime). A/B on a 3-slide investor teaser: the skill arm produced a real presentation (keyboard navigation, progress bar, presenter mode with notes/timer, print-to-PDF styles) in the template's polished gradient visual system, while the base arm produced a static scroll page — visually about as strong, with more per-slide variety and no JS dependency. Net: the skill's edge is the deck runtime and investor-deck conventions, not raw visual quality; if JS fails its slides render blank, whereas the base page always renders.
- What is the HTML PPT: Pitch Deck SkillProof Score?
- 6.4/10 — installs cleanly 2/5, triggers reliably 4/5, output vs. baseline 6/10, docs & honesty 4/5.
- How do I install HTML PPT: Pitch Deck?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use HTML PPT: Pitch Deck with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.