From viz
Render markdown content or files as formatted HTML in the browser. Triggers when user asks to view, render, or preview a document as HTML, or when presenting lengthy structured content (tables, diagrams, plans) that would be more readable as a web page than terminal output. Also triggers proactively when about to render a table with 4+ rows or 3+ columns, structured comparisons, audits, or any output exceeding 50 lines of formatted content in the terminal.
How this skill is triggered — by the user, by Claude, or both
Slash command
/viz:doc-renderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically render markdown documents as beautifully formatted HTML pages with syntax highlighting, math formulas, Mermaid diagrams, and scroll animations. Features sticky TOC navigation, zoom/pan Mermaid controls, enhanced tables, and collapsible code blocks.
Automatically render markdown documents as beautifully formatted HTML pages with syntax highlighting, math formulas, Mermaid diagrams, and scroll animations. Features sticky TOC navigation, zoom/pan Mermaid controls, enhanced tables, and collapsible code blocks.
/view-doc command was already invoked in this interaction/tmp/viz-doc-{timestamp}.md using the Write tool, then run the render script with that temp file pathRun the render script via Bash:
bash "${CLAUDE_PLUGIN_ROOT}/lib/render.sh" "{file_path}" "doc-{name}"
The script handles base64 encoding, HTML generation, and opening in the browser.
npx claudepluginhub musingfox/cc-plugins --plugin vizGenerates browser-viewable HTML previews from markdown, plain text, and Mermaid diagrams. Validates diagrams, applies GitHub/dark/minimal styling, saves to temp dir, and auto-opens in default browser for docs, reports, and visualizations.
Serves markdown as live-reloading browser previews using mdserve for complex docs, tables, Mermaid diagrams, and multi-file sets. Handles iterative edits.
Generates or updates an HTML Preview from any Markdown document (PRD, Decision Brief, Tech Research, Design, or other) for visual review. Supports PRD mode (by feature name) and generic mode (by file path).