render

Installation
SKILL.md

Render — HTML Generation

Take a tour-spec.json and produce a single-file index.html. This skill is deterministic; the heavy lifting is in ${CLAUDE_PLUGIN_ROOT}/scripts/render.cjs.

Trigger phrases

  • "render the tour"
  • "regenerate the HTML"
  • "update the embedded sources"
  • Auto-dispatched at the end of learning-guide:analyze

Inputs

  • Spec pathtour-spec.json location. Default: CWD; explicit path supported.
  • Output directory — defaults to the spec's parent dir.

Steps

  1. Locate the spec. If the user provides a path, use it. Otherwise look for tour-spec.json in CWD. If neither, ask the user where the spec is. Do NOT scan the entire repository.
Installs
1
GitHub Stars
7
First Seen
Aug 16, 2026
render — dmitriyyukhanov/claude-plugins