web-design-guidelines

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

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/rockcookies/skills --skill web-design-guidelines-rockcookies
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/rockcookies/skills/tree/main/skills/vercel-agent/web-design-guidelines
Command: npx skills add https://github.com/rockcookies/skills --skill web-design-guidelines-rockcookies

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 Compliance Review: Fetches the latest Web Interface Guidelines from the official Vercel source and applies all rules to your UI code. - Precise Findings Output: Reports violations in a terse file:line format so issues are easy to locate and fix. - Use Case: Before shipping a new landing page, ask the agent to review your React components for accessibility and UX issues, then receive a line-by-line list of violations to address. ## Quick Start Ask the agent to review my UI files in src/components against the 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 glob pattern to the skill, which fetches the latest Web Interface Guidelines and checks your code against every rule. Findings are reported in a file:line format so you can jump directly to each issue.

What design guidelines does this UI review check against?▼

It checks against Vercel's Web Interface Guidelines, fetched fresh from the official GitHub source before each review. This ensures the audit always uses the most current rules rather than a stale local copy.

Can I review multiple files or a whole directory at once?▼

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

Why does the UI review need internet access?▼

The skill fetches the guidelines from a remote URL before each review to guarantee the rules are up to date. Without network access via WebFetch, it cannot retrieve the rule set and cannot perform the audit.

What output format does the design audit produce?▼

Findings are output in a terse file:line format as specified by the fetched guidelines. Each entry points to the exact location of a violation so fixes can be applied quickly.