name: web-design-guidelines description: Use when reviewing UI, accessibility, or UX in web interfaces and you need to audit components against web design best practices.
Web Design Guidelines (Vercel)
Overview
Use this skill to audit UI code against Vercel’s Web Interface Guidelines. Focus on accessibility, focus states, forms, performance, and interaction rules.
When to Use
- Reviewing UI for accessibility or UX issues
- Auditing new components for best practices
- Checking forms, dialogs, focus, or navigation behavior
- Verifying design consistency and interaction rules
How It Works
- Fetch the latest rules from:
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md - Read the specified files or ask which files to review
- Compare code against the rules
- Report findings using the output format in the guidelines
Quick Reference
- Accessibility: aria-labels, semantic HTML, keyboard handlers
- Focus: visible focus, focus-visible, trap in dialogs
- Forms: labels, validation, error messaging
- Navigation: URL state, deep-linking, internal links
- Performance: image sizing, lazy loading, layout stability
Example Trigger
"Review this modal for accessibility and focus handling." → Use this skill to fetch guidelines and audit the modal component.
Common Mistakes
- Skipping the guideline fetch and relying on memory
- Reviewing without the file list or pattern
- Ignoring the required output format
Full reference: https://github.com/vercel-labs/agent-skills/tree/main/skills/web-design-guidelines
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
4 months ago
tools
tools debugging
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!