web-design-guidelines
Review UI against web design guidelines
También disponible en: ZhanlinCui,vercel-labs,antfu,sickn33,supercent-io
Developers often build interfaces without following established best practices, leading to accessibility issues and poor user experience. This skill fetches the latest web interface guidelines from Vercel and automatically reviews code against them, providing actionable feedback in a standard file:line format.
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "web-design-guidelines". Use web-design-guidelines to review src/components/Button.tsx
Resultado esperado:
- src/components/Button.tsx:12: Missing focus visible styles
- src/components/Button.tsx:15: Touch target should be at least 44x44px
- src/components/Button.tsx:23: Insufficient color contrast (3.2:1, requires 4.5:1)
Usando "web-design-guidelines". Review my UI components against web design guidelines
Resultado esperado:
- src/components/Modal.tsx:8: Ensure escape key closes modal
- src/components/Modal.tsx:12: Add ARIA modal role
- src/components/Navbar.tsx:5: Maintain consistent vertical rhythm
- src/components/Card.tsx:18: Provide visible focus indicator
Auditoría de seguridad
SeguroStatic analyzer flagged markdown syntax as security patterns. All findings are false positives. The backticks (lines 19, 25) are markdown code formatting, not shell execution. The YAML frontmatter (---) was misinterpreted as cryptographic syntax. The hardcoded URL is a documented feature for fetching guidelines from GitHub. This is a read-only review skill with no command execution capability.
Problemas de riesgo bajo (3)
Factores de riesgo
🌐 Acceso a red (1)
Puntuación de calidad
Lo que puedes crear
Frontend Code Review
A frontend developer wants to audit their React or Vue components for accessibility and design compliance before shipping. They invoke the skill with their component files to get a checklist of issues to fix.
Design System Audit
A design systems engineer needs to ensure their component library follows established web interface patterns. They run the skill across the entire library to identify inconsistencies.
Learning Best Practices
A new developer wants to learn what makes good web interfaces. They use the skill on their own code to see specific examples of where their design choices deviate from guidelines.
Prueba estos prompts
Use the web-design-guidelines skill to review the following files for web interface compliance: {file-pattern}Review all files matching {pattern} using web-design-guidelines for accessibility and design best practices.I want to review my UI code for web design compliance. Please use web-design-guidelines to check my files.
Check my {component-name} component against the web interface guidelines. Use web-design-guidelines to identify any issues.Mejores prácticas
- Always review UI code against established guidelines before committing
- Use the skill during code review to catch accessibility issues early
- Combine with manual testing to verify findings in actual browsers
Evitar
- Don't ignore findings without understanding why they are flagged
- Don't assume the skill can automatically fix issues for you
- Don't skip accessibility testing in favor of relying solely on this skill