← ClaudeAtlas

html-visualize-feedbacklisted

Render a document, draft, or plan as a browser HTML page the user marks up with inline comments — feedback mode of html-visualize.
hk9890/claude-dev-tools · ★ 0 · Web & Frontend · score 76
Install: claude install-skill hk9890/claude-dev-tools
## Workflow What to render for review — a document, draft, article, plan, proposal, or set of brainstormed options (including ideas Claude authored in the conversation), given as the text itself, a path to it, or nothing when the source is the conversation itself: $ARGUMENTS Work from that directly; do not ask the user to restate it. 1. Load `html-visualization:html-visualize` for the mode routing table and the shared serve procedure. 2. Load and follow `references/feedback.md` (in the `html-visualize` skill) — render the content for inline commenting, run the Apply loop (re-serve on the same port after each Apply), and finish on Submit. 3. The shared server lifecycle is `references/serve.md`.