plugins/html-visual/skills/SKILL.md
Generate an interactive single-file HTML visualization (mockup, wireframe, ERD, flowchart, chart, slides, architecture diagram, dashboard, timeline, mindmap, kanban, table).
npx skillsauth add 2ykwang/agent-skills html-visualInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
$ARGUMENTS
Visualize the user's request as an interactive single HTML file.
First, read references/common-rules.md to review common rules.
Determine the type from the first argument ($0).
| Argument | Type | Filename Pattern |
|----------|------|-----------------|
| mockup | UI mockup (high-fidelity) | mockup-{name}.html |
| wireframe | Wireframe (low-fidelity, hand-drawn style) | wireframe-{name}.html |
| erd | ERD | erd-{name}.html |
| flow | Flowchart / Sequence diagram | flow-{name}.html |
| chart | Data chart | chart-{name}.html |
| slides | Presentation | slides-{name}.html |
| arch | Architecture diagram | arch-{name}.html |
| dashboard | Composite dashboard | dashboard-{name}.html |
| timeline | Timeline / Gantt chart | timeline-{name}.html |
| mindmap | Mindmap | mindmap-{name}.html |
| kanban | Kanban board | kanban-{name}.html |
| table | Interactive data table | table-{name}.html |
No match: Infer the type from the request content. If unable to infer, ask the user.
When inferred, use visual-{name}.html as the filename.
{name} rule: Extract the core noun from the request and convert to kebab-case. e.g., "user login form" → login-form, "payment flow" → payment-flow.
/html-visual erd schema.prisma → Analyze the Prisma schema to auto-generate ERDreferences/common-rules.md. Review common principles, aesthetics, CDN, and error prevention rules.references/html-boilerplate.md. Start from the base HTML template.open {filename}.development
Turn code changes into a single-file HTML code review report that pairs the diff with context a diff can't show — design decisions, rejected alternatives, tradeoffs, unfinished work — plus prioritized review points. Use when preparing for review after finishing a sizable change, refactor, or feature, or whenever the user asks for a review report, change report, or an HTML summary of their changes.
development
Turn code changes into a single-file HTML code review report that pairs the diff with context a diff can't show — design decisions, rejected alternatives, tradeoffs, unfinished work — plus prioritized review points. Use when preparing for review after finishing a sizable change, refactor, or feature, or whenever the user asks for a review report, change report, or an HTML summary of their changes.
development
Render an interactive HTML board for the user to pick among multiple comparable options side-by-side at once — engineering trade-offs, copy audits, action-item triage, architecture decisions, policy calls. Returns the picks (and optional hold/note flags) as a JSON file the agent can apply.
development
Render an interactive HTML board for the user to pick among multiple comparable options side-by-side at once — engineering trade-offs, copy audits, action-item triage, architecture decisions, policy calls. Returns the picks (and optional hold/note flags) as a JSON file the agent can apply.