skills/html-visual/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
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.
data-ai
File a GitHub issue maintainers can actually act on — verified, not a duplicate, follows repo conventions (template/label/prefix), and previewed before publishing. Use when reporting a known problem.
data-ai
File a GitHub issue maintainers can actually act on — verified, not a duplicate, follows repo conventions (template/label/prefix), and previewed before publishing. Use when reporting a known problem.