web-design-guidelines

Review UI code against Vercel Web Interface Guidelines and report findings by file and line.

41|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/DevayoshaUS/Women-scholarship --skill web-design-guidelines-devayoshaus
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/DevayoshaUS/Women-scholarship/tree/main/hackathon-main%20%281%29/hackathon-main/.agent/skills/web-design-guidelines
Command: npx skills add https://github.com/DevayoshaUS/Women-scholarship --skill web-design-guidelines-devayoshaus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing UI code for accessibility, performance, and design best practices is slow and inconsistent. This Skill automates the review by fetching the latest Web Interface Guidelines and checking your files against every rule. ## Core Features & Use Cases - Guideline-Based Auditing: Fetches the latest rules from the vercel-labs web-interface-guidelines repository before each review, so checks always reflect current best practices. - File or Pattern Review: Accepts a specific file or glob pattern as an argument, or prompts you to specify which files to review. - Terse Findings Output: Reports violations in a compact file:line format for quick triage and fixing. - Use Case: After implementing a new landing page, run the review on your component files to catch accessibility and UX issues before shipping. ## Quick Start Ask the assistant to review my UI files in the components directory against web interface guidelines.

Frequently Asked Questions about web-design-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review my UI code for accessibility issues?▼

Provide a file or pattern argument and the Skill fetches the latest Web Interface Guidelines, then checks your files against every rule. Findings are reported in a terse file:line format so you can locate and fix each issue quickly.

What is the web interface guidelines audit workflow?▼

The workflow is design first, then code, then audit, then fix. This Skill handles the audit step: it fetches fresh guidelines from the vercel-labs repository, reads your specified files, applies all rules, and outputs violations.

Does the design review use up-to-date guidelines?▼

Yes. The Skill fetches the latest guidelines from the vercel-labs web-interface-guidelines repository via WebFetch before every review, so the ruleset always reflects the current published version rather than a cached copy.

What happens if I don't specify files to review?▼

If no file or pattern argument is provided, the Skill asks you which files to review. You can then supply a specific file path or a glob pattern targeting the UI code you want audited.

When should I use a design audit versus design principles guidance?▼

Use design principles guidance before coding to learn color, typography, and UX psychology. Use this audit after coding to check the implemented UI for accessibility, performance, and best-practice violations.