web-design-guidelines

Review UI code files against Vercel Web Interface Guidelines and report findings.

Updated Sep 16, 2026
One-click install
npx skills add https://github.com/jasonviipers/vipers --skill web-design-guidelines-jasonviipers
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/jasonviipers/vipers/tree/main/.agents/skills/web-design-guidelines
Command: npx skills add https://github.com/jasonviipers/vipers --skill web-design-guidelines-jasonviipers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing UI code for accessibility, design, and UX 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 rules from the vercel-labs web-interface-guidelines repository before each audit, so checks always reflect current standards. - File or Pattern Targeting: Accepts a specific file or glob pattern argument to scope the review to the code you care about. - Terse Findings Output: Reports violations in a compact file:line format that is easy to scan and act on. - Use Case: Before merging a pull request, ask for a review of your React components to catch accessibility and design guideline violations with exact line references. ## Quick Start Review the files in src/components against the web interface guidelines and list any violations.

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, reads your files, and checks them against every rule. Findings are reported in a terse file:line format so you can jump directly to each violation.

What guidelines does this UI review check against?▼

It checks against the Web Interface Guidelines maintained in the vercel-labs/web-interface-guidelines GitHub repository. The rules are fetched fresh from the source URL before each review, so audits always use the current version.

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

Yes, the Skill accepts a file-or-pattern argument, so you can pass a glob pattern covering multiple files. If you provide no argument, it will ask which files you want reviewed.

What output format does the UI audit produce?▼

Findings are output in a terse file:line format as specified by the fetched guidelines. Each finding points to the exact location of the violation, making it straightforward to locate and fix issues.

Does the UI review work offline or without network access?▼

No, the Skill requires network access because it fetches the latest guidelines from a remote GitHub URL before each review. Without connectivity, the rules cannot be retrieved and the audit cannot proceed.