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 path —
tour-spec.jsonlocation. Default: CWD; explicit path supported. - Output directory — defaults to the spec's parent dir.
Steps
- Locate the spec. If the user provides a path, use it. Otherwise look for
tour-spec.jsonin CWD. If neither, ask the user where the spec is. Do NOT scan the entire repository.