Releases: hirokita117/yaml-to-html-skill
Releases · hirokita117/yaml-to-html-skill
v0.2.0
First tagged release of the yaml-to-html explainer Claude Code plugin, marking the current 0.2.0 baseline.
What's in 0.2.0
- Two skills:
generate-explainer-yaml(captures meaning ascore.yaml+ presentation strategy asview.yaml) andgenerate-explainer-html(builds the HTML bundle). - Offline, self-contained HTML bundle: a light/dark shell whose right pane switches between additive, sandboxed iframe views, with copyable "add a view" prompt templates.
- Safety-first generation:
validate_html.pyenforces the no-network / no-storage / self-contained guarantees;build_html.pyassembles and grows the bundle. - Distributable via the Claude Code plugin marketplace (
.claude-plugin/).
Install
/plugin marketplace add hirokita117/yaml-to-html-skill
/plugin install yaml-to-html@yaml-to-html-skill
This release also establishes the project's OSS operations: CONTRIBUTING.md, a documented manual release process (CLAUDE.md), and README status badges.