web-design-guidelines

Review UI code files against Web Interface Guidelines for accessibility and best practices.

Updated Aug 5, 2026
One-click install
npx skills add https://github.com/pd-phuc/laravel-template --skill web-design-guidelines-pd-phuc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/pd-phuc/laravel-template/tree/main/.claude/skills/web-design-guidelines
Command: npx skills add https://github.com/pd-phuc/laravel-template --skill web-design-guidelines-pd-phuc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing UI code for accessibility, performance, and design best practices is time-consuming and easy to overlook. 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 standards. - File or Pattern Targeting: Review specific files or glob patterns you provide, or get prompted to specify which files to check. - Actionable Output: Reports findings in a terse file:line format so you can jump directly to each issue. - Use Case: After building a new landing page, ask for a UI review to catch accessibility violations, missing alt text, or UX anti-patterns before shipping. ## Quick Start Ask the AI 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 the files or a file pattern you want reviewed, and the Skill fetches the latest Web Interface Guidelines and checks your code against every rule. Findings are reported in a file:line format so you can navigate directly to each issue.

What is the web interface guidelines audit workflow?▼

The workflow has four steps: fetch the latest guidelines from the source URL, read the specified files, apply all rules from the fetched guidelines, and output findings in the format the guidelines specify. If no files are given, you are asked which files to review.

Does the UI review use up-to-date design rules?▼

Yes. The guidelines are fetched fresh from the vercel-labs web-interface-guidelines repository before each review rather than relying on cached rules, so audits always reflect the current version of the standards.

When should I run a design audit versus learning design principles?▼

Run this audit after coding to catch accessibility, performance, and best-practice violations in existing files. For learning design principles like color, typography, and UX psychology before writing code, use the related frontend-design skill instead.

What happens if I do not specify files for the UI review?▼

The Skill asks you which files to review. You can then provide specific file paths or a glob pattern, and the audit proceeds against those targets only.