web-design-guidelines

Reviews UI code files against Vercel Web Interface Guidelines and reports findings.

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/AbuBakar125-co/Resturant_web --skill web-design-guidelines-abubakar125-co
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/AbuBakar125-co/Resturant_web/tree/main/agent/skills/web-design-guidelines
Command: npx skills add https://github.com/AbuBakar125-co/Resturant_web --skill web-design-guidelines-abubakar125-co

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 before each review, so rules are always current. - File or Pattern Auditing: Reviews specific files or glob patterns you provide, or prompts you for targets when none are given. - Terse Findings Output: Reports violations in a compact file:line format for quick triage. - Use Case: Before shipping a new landing page, ask for a review of your React components to catch accessibility issues, UX anti-patterns, and design guideline violations. ## Quick Start Review my UI components in the src folder 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 path or glob pattern for your UI files, and the Skill fetches the latest Web Interface Guidelines and checks your code against every rule. Findings are reported in a compact file:line format for quick fixes.

What design guidelines does this UI review use?

It uses the Web Interface Guidelines maintained by vercel-labs, fetched fresh from the source URL before each review. This ensures the audit always applies the most current accessibility and UX rules.

Can I review multiple UI files at once?

Yes, you can pass a file pattern to review multiple files in one run. If you do not specify any files, the Skill asks which files or patterns you want reviewed.

Does the UI review work offline?

No, the review requires network access because it fetches the latest guidelines from the remote source URL before each run. Without connectivity, the current rules cannot be retrieved.

What output format does the UI audit produce?

Findings are output in a terse file:line format as specified by the fetched guidelines. Each entry points directly to the location of a violation so you can navigate and fix issues quickly.