{"id":"1dc7c837-d361-4c7f-b662-fd4f54282f43","shortId":"2HypsR","kind":"skill","title":"html-ppt-product-launch","tagline":"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.","description":"# HTML PPT · Product Launch\n\nA focused entry point into the [`html-ppt`](../html-ppt/SKILL.md) master skill that lands the user directly on the **`product-launch`** full-deck template.\n\n## When this card is picked\n\nThe Examples gallery wires \"Use this prompt\" to the example_prompt above. When you accept that prompt, this card is the right pick if the user wants exactly the visual identity of `product-launch` (see the upstream [full-decks catalog](../html-ppt/references/full-decks.md) for screenshots and rationale).\n\n## How to author the deck\n\n1. **Read the master skill first.** All authoring rules live in\n   [`skills/html-ppt/SKILL.md`](../html-ppt/SKILL.md) — content/audience checklist,\n   token rules, layout reuse, presenter mode, the keyboard runtime, and the\n   \"never put presenter-only text on the slide\" rule.\n2. **Start from the matching template folder:**\n   `skills/html-ppt/templates/full-decks/product-launch/` — copy `index.html` and\n   `style.css` into the project, keep the `.tpl-product-launch` body class.\n3. **Bring the shared runtime with the template.** The upstream\n   `index.html` links the shared CSS/JS via `../../../assets/...` because it\n   sits three folders deep inside `skills/html-ppt/templates/full-decks/`.\n   Once you copy `index.html` into the project, those parent-relative URLs\n   no longer resolve and `base.css`, `animations.css`, and `runtime.js`\n   will 404 — meaning the deck never activates and slide navigation is\n   dead. Pick one of these two recipes per project:\n   - **Recipe A — copy + rewrite (preferred):** copy\n     `skills/html-ppt/assets/fonts.css`, `skills/html-ppt/assets/base.css`,\n     `skills/html-ppt/assets/animations/animations.css`, and\n     `skills/html-ppt/assets/runtime.js` into a project-local\n     `assets/` (with `assets/animations/animations.css`), then rewrite the\n     four `<link>`/`<script>` tags in `index.html` from\n     `../../../assets/...` to the matching project-local paths\n     (`assets/fonts.css`, `assets/base.css`,\n     `assets/animations/animations.css`, `assets/runtime.js`).\n   - **Recipe B — inline:** read the same four files and replace each\n     `<link rel=\"stylesheet\" href=\"../../../assets/...\">` with a\n     `<style>...</style>` containing the file's contents, and the\n     `<script src=\"../../../assets/runtime.js\">` with a\n     `<script>...</script>` containing `runtime.js`. Yields a single\n     self-contained `index.html`.\n   Either way, do not ship the upstream `../../../assets/...` URLs\n   verbatim into a project artifact — they only work in-tree.\n4. **Pick a theme.** Default tokens look fine; if the user wants a different\n   feel, swap in any of the 36 themes from `skills/html-ppt/assets/themes/*.css`\n   via `<link id=\"theme-link\">` and let `T` cycle.\n5. **Replace demo content, not classes.** The `.tpl-product-launch` scoped CSS only\n   recognises the structural classes shipped in the template — keep them.\n6. **Speaker notes go inside `<aside class=\"notes\">` or `<div class=\"notes\">`** — never as visible text on the slide.\n\n## Attribution\n\nVisual system, layouts, themes and the runtime keyboard model come from\nthe upstream MIT-licensed [`lewislulu/html-ppt-skill`](https://github.com/lewislulu/html-ppt-skill). The\nLICENSE file ships at `skills/html-ppt/LICENSE`; please keep it in place when\nredistributing.","tags":["html","ppt","product","launch","open","design","nexu-io","agent-skills","ai-agents","ai-design","byok","claude"],"capabilities":["skill","source-nexu-io","skill-html-ppt-product-launch","topic-agent-skills","topic-ai-agents","topic-ai-design","topic-byok","topic-claude","topic-claude-code-for-design","topic-claude-design","topic-coding-agents","topic-design-systems","topic-design-tools","topic-desktop-app","topic-figma-alternative"],"categories":["open-design"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/nexu-io/open-design/html-ppt-product-launch","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add nexu-io/open-design","source_repo":"https://github.com/nexu-io/open-design","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 36607 github stars · SKILL.md body (3,334 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-11T06:52:21.137Z","embedding":null,"createdAt":"2026-05-02T06:52:42.377Z","updatedAt":"2026-05-11T06:52:21.137Z","lastSeenAt":"2026-05-11T06:52:21.137Z","tsv":"'/../../assets':199,294 '/html-ppt/references/full-decks.md':114 '/html-ppt/skill.md':50,136 '/lewislulu/html-ppt-skill).':394 '1':124 '2':160 '3':183 '36':327 '4':307 '404':229 '5':337 '6':361 'accent':16 'accept':86 'activ':234 'animations.css':225 'announc':24 'artifact':300 'asset':264 'assets/animations/animations.css':266 'attribut':374 'author':121,131 'base.css':224 'bodi':181 'bring':184 'card':18,69,90 'catalog':113 'checklist':138 'class':182,342,354 'come':384 'contain':271,278,285 'content':12,275,340 'content/audience':137 'copi':168,210,250,253 'css':331,349 'css/js':197 'cta':21 'cycl':336 'dark':9 'dead':239 'deck':8,65,112,123,232 'deep':205 'default':311 'demo':339 'differ':320 'direct':57 'either':287 'entri':43 'exact':99 'exampl':73,81 'featur':17,29 'feel':321 'file':273,397 'fine':314 'first':129 'focus':42 'folder':166,204 'four':270 'full':64,111 'full-deck':63,110 'galleri':74 'github.com':393 'github.com/lewislulu/html-ppt-skill).':392 'go':364 'hero':10 'html':2,37,48 'html-ppt':47 'html-ppt-product-launch':1 'ident':102 'in-tre':304 'index.html':169,193,211,286 'insid':206,365 'keep':175,359,402 'keyboard':146,382 'keynot':7,34 'keynote-styl':33 'land':54 'launch':5,6,27,40,62,106,180,347 'layout':141,377 'let':334 'lewislulu/html-ppt-skill':391 'licens':390,396 'light':11 'link':194 'live':133 'local':263 'longer':221 'look':313 'master':51,127 'match':164 'mean':230 'mit':389 'mit-licens':388 'mode':144 'model':383 'navig':237 'never':150,233,367 'note':363 'one':241 'orang':14 'parent':217 'parent-rel':216 'peach':15 'per':246 'pick':71,94,240,308 'place':405 'pleas':401 'point':44 'ppt':3,38,49 'prefer':252 'present':143,153 'presenter-on':152 'price':19 'product':4,26,39,61,105,179,346 'product-launch':60,104 'project':174,214,247,262,299 'project-loc':261 'prompt':78,82,88 'put':151 'rational':118 'read':125 'recip':245,248 'recognis':351 'redistribut':407 'relat':218 'replac':338 'resolv':222 'reus':142 'reveal':36 'rewrit':251,268 'right':93 'rule':132,140,159 'runtim':147,187,381 'runtime.js':227,279 'scope':348 'screenshot':116 'see':107 'self':284 'self-contain':283 'share':186,196 'ship':291,355,398 'singl':282 'sit':202 'skill':52,128 'skill-html-ppt-product-launch' 'skills/html-ppt/assets/animations/animations.css':256 'skills/html-ppt/assets/base.css':255 'skills/html-ppt/assets/fonts.css':254 'skills/html-ppt/assets/runtime.js':258 'skills/html-ppt/assets/themes':330 'skills/html-ppt/license':400 'skills/html-ppt/skill.md':135 'skills/html-ppt/templates/full-decks':207 'skills/html-ppt/templates/full-decks/product-launch':167 'slide':158,236,373 'source-nexu-io' 'speaker':362 'start':161 'structur':353 'style':35 'style.css':171 'swap':322 'system':376 'templat':66,165,190,358 'text':155,370 'theme':310,328,378 'three':203 'tier':20 'token':139,312 'topic-agent-skills' 'topic-ai-agents' 'topic-ai-design' 'topic-byok' 'topic-claude' 'topic-claude-code-for-design' 'topic-claude-design' 'topic-coding-agents' 'topic-design-systems' 'topic-design-tools' 'topic-desktop-app' 'topic-figma-alternative' 'tpl':178,345 'tpl-product-launch':177,344 'tree':306 'two':244 'upstream':109,192,293,387 'url':219,295 'use':22,76 'user':56,97,317 'verbatim':296 'via':198,332 'visibl':369 'visual':101,375 'want':98,318 'warm':13 'way':288 'wire':75 'work':303 'yield':280","prices":[{"id":"2f32b94a-e178-468f-a2a9-1d2b16d4be49","listingId":"1dc7c837-d361-4c7f-b662-fd4f54282f43","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"nexu-io","category":"open-design","install_from":"skills.sh"},"createdAt":"2026-05-02T06:52:42.377Z"}],"sources":[{"listingId":"1dc7c837-d361-4c7f-b662-fd4f54282f43","source":"github","sourceId":"nexu-io/open-design/html-ppt-product-launch","sourceUrl":"https://github.com/nexu-io/open-design/tree/main/skills/html-ppt-product-launch","isPrimary":false,"firstSeenAt":"2026-05-02T06:52:42.377Z","lastSeenAt":"2026-05-11T06:52:21.137Z"},{"listingId":"1dc7c837-d361-4c7f-b662-fd4f54282f43","source":"skills_sh","sourceId":"nexu-io/open-design/html-ppt-product-launch","sourceUrl":"https://skills.sh/nexu-io/open-design/html-ppt-product-launch","isPrimary":true,"firstSeenAt":"2026-05-07T20:43:23.529Z","lastSeenAt":"2026-05-07T22:42:09.792Z"}],"details":{"listingId":"1dc7c837-d361-4c7f-b662-fd4f54282f43","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"nexu-io","slug":"html-ppt-product-launch","github":{"repo":"nexu-io/open-design","stars":36607,"topics":["agent-skills","ai-agents","ai-design","byok","claude","claude-code-for-design","claude-design","coding-agents","design-systems","design-tools","desktop-app","figma-alternative","generative-ai","hermes-agent","local-first","nextjs","no-code","prototyping","ui-generator","vibe-coding"],"license":"apache-2.0","html_url":"https://github.com/nexu-io/open-design","pushed_at":"2026-05-11T06:48:43Z","description":"🎨 Local-first, open-source alternative to Anthropic's Claude Design. ⚡ 19 Skills · ✨ 71 brand-grade Design Systems 🖼 Generate web · desktop · mobile prototypes · slides · images · videos · HyperFrames 📦 Sandboxed preview · HTML/PDF/PPTX/MP4 export 🤖 Runs on Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen / Copilot / Hermes / Kimi CLI.","skill_md_sha":"9455d306dde8131e82b241b962ae4f4ba646803a","skill_md_path":"skills/html-ppt-product-launch/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/nexu-io/open-design/tree/main/skills/html-ppt-product-launch"},"layout":"multi","source":"github","category":"open-design","frontmatter":{"name":"html-ppt-product-launch","description":"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."},"skills_sh_url":"https://skills.sh/nexu-io/open-design/html-ppt-product-launch"},"updatedAt":"2026-05-11T06:52:21.137Z"}}