web-design-guidelines

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

1|Updated May 23, 2026
One-click install
npx skills add https://github.com/palfish-t-i-u/palfish-t-i-u-h-th-ng-ver-2 --skill web-design-guidelines-palfish-t-i-u
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/palfish-t-i-u/palfish-t-i-u-h-th-ng-ver-2/tree/main/.claude/skills/web-design-guidelines
Command: npx skills add https://github.com/palfish-t-i-u/palfish-t-i-u-h-th-ng-ver-2 --skill web-design-guidelines-palfish-t-i-u

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing UI code for accessibility, UX, 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 current Web Interface Guidelines from the vercel-labs repository before each audit, so rules are always up to date. - File or Pattern Targeting: Reviews specific files or glob patterns you provide, and prompts you when no target is given. - Terse Findings Output: Reports violations in a compact file:line format for quick triage and fixing. - Use Case: Before shipping a new React page, ask for a UI review to catch accessibility issues, inconsistent patterns, and guideline violations in one pass. ## Quick Start Ask the assistant to review your UI files against web interface guidelines, for example by saying: review the accessibility and design of my dashboard page component.

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 file path or pattern you want checked, and the review fetches the latest Web Interface Guidelines and audits your code against every rule. Findings are reported in a compact file:line format so you can fix issues quickly.

What are Web Interface Guidelines for frontend code?

They are a set of UI, UX, and accessibility rules maintained in the vercel-labs web-interface-guidelines repository. The guidelines are fetched fresh from the source URL before each review, so audits always use the current version.

Can I review multiple UI files at once?

Yes, you can pass a file pattern instead of a single file to review multiple matching files in one run. If you provide no files or pattern, the review prompts you to specify which files to check.

Does the UI review work offline or with cached guidelines?

No, the review fetches the guidelines from the remote source URL before each run, so it requires network access. This ensures the audit always applies the most recent rules rather than stale cached copies.

What output format does the UI guideline review produce?

Findings are reported in a terse file:line format, with each violation pointing to the exact location in your code. The precise output format is defined by the fetched guidelines themselves.