HTML PPT: Product Launch
Builds a keynote-style launch deck with feature cards and pricing tiers.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 11, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 32d7d7a
Verbatim install fails twice: the full git clone of nexu-io/open-design hangs (huge multi-branch repo, no --depth), and the documented cp only installs a thin pointer skill while never copying the sibling html-ppt master skill (templates/full-decks/product-launch + shared base.css/fonts.css/animations.css/runtime.js) that the pointer's own instructions require — two manual rescues (sparse clone + dependency copy) were needed before it worked. Once rescued, the A/B showed a real win: the skill arm produced a keyboard-navigable, presentation-grade deck with a designed visual system versus the base arm's competent but generic scroll-page (output 7/10). Frontmatter description/triggers are miswired to one narrow B2B-renewal sales scenario and never mention 'product launch' or 'keynote', so the skill likely won't trigger on its actual named use case.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 1/5
- Triggers reliably 1/5
- Output vs. baseline 7/10
- Docs & honesty 2/5
What HTML PPT: Product Launch does
Launch keynote deck — dark hero + light content, warm orange→peach accent, feature cards, pricing tiers, CTA. Use when announcing a product, launching a feature, or doing a keynote-style reveal.
How to install HTML PPT: Product Launch
git clone https://github.com/nexu-io/open-design
cd open-design
mkdir -p ~/.claude/skills
cp -r design-templates/html-ppt-product-launch ~/.claude/skills/html-ppt-product-launch
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger HTML PPT: Product Launch
-
/html-ppt-product-launchBuilds a keynote-style launch deck with feature cards and pricing tiers.
It also activates on plain-language prompts like these:
-
Create a product launch keynote deck with pricing -
Build slides announcing our new feature to customers -
Design a keynote-style reveal deck with a CTA slide
Frequently asked questions
- Is the HTML PPT: Product Launch 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: Product Launch work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Works with setup. Verbatim install fails twice: the full git clone of nexu-io/open-design hangs (huge multi-branch repo, no --depth), and the documented cp only installs a thin pointer skill while never copying the sibling html-ppt master skill (templates/full-decks/product-launch + shared base.css/fonts.css/animations.css/runtime.js) that the pointer's own instructions require — two manual rescues (sparse clone + dependency copy) were needed before it worked. Once rescued, the A/B showed a real win: the skill arm produced a keyboard-navigable, presentation-grade deck with a designed visual system versus the base arm's competent but generic scroll-page (output 7/10). Frontmatter description/triggers are miswired to one narrow B2B-renewal sales scenario and never mention 'product launch' or 'keynote', so the skill likely won't trigger on its actual named use case.
- What is the HTML PPT: Product Launch SkillProof Score?
- 4.4/10 — installs cleanly 1/5, triggers reliably 1/5, output vs. baseline 7/10, docs & honesty 2/5.
- How do I install HTML PPT: Product Launch?
- 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: Product Launch 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.