Generate Explainer HTML
Turns core.yaml+view.yaml into a sandboxed, offline light/dark HTML explainer bundle.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 6d70331
Hand-authored one sandboxed iframe view per its rules and re-ran the exact forbidden-pattern checks scripts/validate_html.py uses (fetch/localStorage/http://, etc.) via grep — zero hits, so the 'offline, self-contained, safe' promise actually held up against its own rulebook.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Generate Explainer HTML does
Assembles a self-contained HTML bundle from a core.yaml/view.yaml (+ optional quiz.yaml) pair produced by the sibling generate-explainer-yaml skill, giving readers a tabbed, switchable explanation of a document, repo, PR, or spec. Triggers when the user has or wants a core.yaml/view.yaml pair and asks for a visual HTML explainer, or wants to add another switchable view (table, cards, faq, quiz, etc.) to an existing bundle.
How to install Generate Explainer HTML
git clone https://github.com/hirokita117/yaml-to-html-skill
cd yaml-to-html-skill
mkdir -p ~/.claude/skills
cp -r skills/generate-explainer-html ~/.claude/skills/generate-explainer-html
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Generate Explainer HTML
-
/generate-explainer-htmlTurns core.yaml+view.yaml into a sandboxed, offline light/dark HTML explainer bundle.
It also activates on plain-language prompts like these:
-
Turn this core.yaml and view.yaml into a shareable HTML explainer -
Build an offline explainer page for this repo with light and dark mode -
Package our spec into a tabbed HTML doc people can open without internet
Frequently asked questions
- Is the Generate Explainer HTML skill free?
- Yes. The skill itself is free from hirokita117/yaml-to-html-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Generate Explainer HTML work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Hand-authored one sandboxed iframe view per its rules and re-ran the exact forbidden-pattern checks scripts/validate_html.py uses (fetch/localStorage/http://, etc.) via grep — zero hits, so the 'offline, self-contained, safe' promise actually held up against its own rulebook.
- What is the Generate Explainer HTML SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Generate Explainer HTML?
- 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 Generate Explainer HTML 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.