Skip to content

Releases: hirokita117/yaml-to-html-skill

v0.2.0

15 Jun 12:11
6bc551c

Choose a tag to compare

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 as core.yaml + presentation strategy as view.yaml) and generate-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.py enforces the no-network / no-storage / self-contained guarantees; build_html.py assembles 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.