HTML PPT: Course Module
Builds an HTML training-module deck with sidebar objectives and an MCQ self-check.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 11, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 1a040c7
Documented install leaves the skill dead standalone: all 9 cross-referenced files (master html-ppt SKILL.md, course-module template, base.css/runtime.js/fonts/animations) live in a sibling folder the install command never copies — you must also copy design-templates/html-ppt (8.6MB) alongside it. The frontmatter description hardcodes one example scenario (hospitality onboarding) instead of the generic course-module capability, and its 'html deck'/'html slides' triggers collide with ~20 sibling html-ppt-* sub-skills. Once rescued it delivers: in an A/B test the skill deck clearly beat a capable no-skill baseline on presentation runtime (presenter mode with speaker notes, overview, theme cycling, deep links) and on the advertised warm-paper/Playfair visual system, though the baseline still produced an acceptable compliant deck.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 2/5
- Triggers reliably 2/5
- Output vs. baseline 7/10
- Docs & honesty 3/5
What HTML PPT: Course Module does
Online-course / workshop module deck — warm paper background + Playfair serif, persistent left sidebar of learning objectives, MCQ self-check page. Use for teaching modules, training materials, workshop slides.
How to install HTML PPT: Course Module
git clone https://github.com/nexu-io/open-design
cd open-design
mkdir -p ~/.claude/skills
cp -r design-templates/html-ppt-course-module ~/.claude/skills/html-ppt-course-module
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger HTML PPT: Course Module
-
/html-ppt-course-moduleBuilds an HTML training-module deck with sidebar objectives and an MCQ self-check.
It also activates on plain-language prompts like these:
-
Build a workshop slide deck on onboarding new hires -
Create a training module deck with a quiz at the end -
Design course slides with a learning-objectives sidebar
Frequently asked questions
- Is the HTML PPT: Course Module 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: Course Module work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Works with setup. Documented install leaves the skill dead standalone: all 9 cross-referenced files (master html-ppt SKILL.md, course-module template, base.css/runtime.js/fonts/animations) live in a sibling folder the install command never copies — you must also copy design-templates/html-ppt (8.6MB) alongside it. The frontmatter description hardcodes one example scenario (hospitality onboarding) instead of the generic course-module capability, and its 'html deck'/'html slides' triggers collide with ~20 sibling html-ppt-* sub-skills. Once rescued it delivers: in an A/B test the skill deck clearly beat a capable no-skill baseline on presentation runtime (presenter mode with speaker notes, overview, theme cycling, deep links) and on the advertised warm-paper/Playfair visual system, though the baseline still produced an acceptable compliant deck.
- What is the HTML PPT: Course Module SkillProof Score?
- 5.6/10 — installs cleanly 2/5, triggers reliably 2/5, output vs. baseline 7/10, docs & honesty 3/5.
- How do I install HTML PPT: Course Module?
- 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: Course Module 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.