| name | web-design-guidelines |
| description | Review a website or app UI against modern web interface guidelines. Use when the agent is building or auditing layout, accessibility, forms, interaction states, or overall UX quality. |
Web Design Guidelines
Use this skill when the project has a real user-facing web interface.
Workflow
- Review the visible layout, spacing, hierarchy, and navigation before polishing code details.
- Check that forms, buttons, links, and empty states are easy to understand.
- Make loading, error, success, hover, focus, and disabled states explicit.
- Keep typography, contrast, and spacing comfortable on desktop and mobile.
- Call out accessibility problems early instead of treating them as optional cleanup.
Guardrails
- Do not ship a UI that only looks acceptable on one screen size.
- Do not hide key actions behind clever interactions or weak contrast.
- Prefer clear, calm, readable interfaces over flashy but confusing design.