web-design-guidelines-4
Installation
SKILL.md
Web Interface Guidelines
- Icon-only buttons need
aria-label - Form controls need
<label>oraria-label - Interactive elements need keyboard handlers (
onKeyDown/onKeyUp) <button>for actions,<a>/<Link>for navigation (not<div onClick>)- Images need
alt(oralt=""if decorative) - Decorative icons need
aria-hidden="true" - Async updates (toasts, validation) need
aria-live="polite" - Use semantic HTML (
<button>,<a>,<label>,<table>) before ARIA - Headings hierarchical
<h1>–<h6>; include skip link for main content scroll-margin-topon heading anchors
Related skills
More from zackkorman/skills
security-review
A general skill for performing security reviews and auditing codebases for vulnerabilities. ALWAYS run this at the end of each task.
202security-review-2
A general skill for performing security reviews and auditing codebases for vulnerabilities. ALWAYS run this at the end of each task.
150audit
Used to run an audit via our auditing service.
100pdf-helper
This skill has EVERYTHING you need to work with PDFs. Reads, scans, downloads, uploads, creates, modifies, etc. all in one skill.
95security-review-3
A general skill for performing security reviews and auditing codebases for vulnerabilities. ALWAYS run this at the end of each task.
44security-review-4
A general skill for performing security reviews and auditing codebases for vulnerabilities. ALWAYS run this at the end of each task.
40