web-design-guidelines

Reviews UI code files against Vercel Web Interface Guidelines and reports findings.

Updated May 13, 2026
One-click install
npx skills add https://github.com/MarcoBolsa/motor-cotacoes --skill web-design-guidelines-marcobolsa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/MarcoBolsa/motor-cotacoes/tree/main/.claude/skills/vercel-agent-skills/web-design-guidelines
Command: npx skills add https://github.com/MarcoBolsa/motor-cotacoes --skill web-design-guidelines-marcobolsa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing UI code for accessibility 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 Review: Fetches the latest Web Interface Guidelines from the official Vercel source before each audit, so rules are always current. - File or Pattern Targeting: 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: Before shipping a new landing page, run the review on your React components to catch accessibility issues and design guideline violations in one pass. ## 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 path or glob pattern to the skill, which fetches the latest Web Interface Guidelines and checks your code against every rule. Findings are reported in a compact file:line format so you can locate and fix each issue quickly.

What are Web Interface Guidelines for UI review?▼

Web Interface Guidelines are a rule set maintained by Vercel covering accessibility and design best practices for user interfaces. The skill fetches them fresh from the official GitHub source before each review, so audits always use the current rules.

Can I review multiple UI files at once?▼

Yes, you can pass a file pattern as the argument to review multiple matching files in one run. If you provide no argument, the skill asks which files you want reviewed before proceeding.

Does the UI review work offline?▼

No, the skill requires network access because it fetches the latest guidelines from a remote URL before each review. Without connectivity it cannot retrieve the rule set needed to perform the audit.

What output format does the UI audit produce?▼

The audit outputs findings in a terse file:line format, listing each violation with its exact location. This makes it easy to jump directly to problem spots in your editor and resolve them.