HTML PPT Tech Sharing
Entry point to a real HTML-deck runtime (themes, presenter mode) — but its own file paths point at the wrong folder.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 39b3632
Every literal path the card tells you to copy from ('skills/html-ppt/assets/...') is wrong — the repo actually keeps them under 'design-templates/html-ppt/...' — so following Recipe A or B as written 404s on all four shared asset files (fonts.css, base.css, animations.css, runtime.js) until you find the real path yourself.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 4/5
- Output vs. baseline 8/10
- Docs & honesty 3/5
What HTML PPT Tech Sharing does
A focused card that lands you on the html-ppt master skill's 'tech-sharing' full-deck template: GitHub-dark theme, JetBrains-Mono terminal code blocks, and a keyboard-driven deck runtime with theme cycling and a presenter-notes mode. Use for internal engineering tech talks and conference-style walkthroughs. It ships as a standalone card but functionally depends on a sibling html-ppt skill directory and four shared asset files that a plain copy of this one folder does not include.
How to install HTML PPT Tech Sharing
git clone https://github.com/nexu-io/open-design
cd open-design
mkdir -p ~/.claude/skills
cp -r design-templates/html-ppt-tech-sharing ~/.claude/skills/html-ppt-tech-sharing
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger HTML PPT Tech Sharing
-
/html-ppt-tech-sharingEntry point to a real HTML-deck runtime (themes, presenter mode) — but its own file paths point at the wrong folder.
It also activates on plain-language prompts like these:
-
Build an interactive HTML slide deck for a tech talk -
Create a keyboard-driven HTML presentation with notes -
Make an HTML tech-sharing deck with animations
Frequently asked questions
- Is the HTML PPT Tech Sharing 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 Tech Sharing work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Every literal path the card tells you to copy from ('skills/html-ppt/assets/...') is wrong — the repo actually keeps them under 'design-templates/html-ppt/...' — so following Recipe A or B as written 404s on all four shared asset files (fonts.css, base.css, animations.css, runtime.js) until you find the real path yourself.
- What is the HTML PPT Tech Sharing SkillProof Score?
- 7.2/10 — installs cleanly 3/5, triggers reliably 4/5, output vs. baseline 8/10, docs & honesty 3/5.
- How do I install HTML PPT Tech Sharing?
- 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 Tech Sharing 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.