web-design-guidelines

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

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/NT-boop-star/BRMV-tract --skill web-design-guidelines-nt-boop-star
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/NT-boop-star/BRMV-tract/tree/main/antigravity/skills/web-design-guidelines
Command: npx skills add https://github.com/NT-boop-star/BRMV-tract --skill web-design-guidelines-nt-boop-star

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually checking UI code against accessibility and design best practices is slow and inconsistent. This Skill automates the review by fetching the latest Web Interface Guidelines and auditing your files against every rule. ## Core Features & Use Cases - Guideline-Based UI Review: Fetches the latest Web Interface Guidelines from the vercel-labs repository and applies all rules to your code. - Terse Findings Output: Reports violations in a compact file:line format so issues are easy to locate and fix. - Use Case: Before shipping a new landing page, ask the Skill to review your React components and receive a list of accessibility and UX violations with exact line references. ## Quick Start Review my UI code 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 to the Skill, which fetches the latest Web Interface Guidelines and checks your code against every rule. Findings are reported in a terse file:line format so you can jump directly to each violation.

What are the Web Interface Guidelines this review uses?

The guidelines come from the vercel-labs/web-interface-guidelines repository on GitHub. The Skill fetches the latest version from the raw command.md file before each review, so rules are always current.

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 argument, the Skill asks which files you want reviewed.

Does the UI review work offline or without network access?

No, the Skill requires network access because it fetches fresh guidelines from GitHub before each review using WebFetch. Without connectivity, it cannot retrieve the rules needed to perform the audit.

What output format does the design audit produce?

The audit outputs findings in a terse file:line format, with each violation pointing to the exact location in your code. The precise format details come from the fetched guidelines document.