web-design-guidelines

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

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/NicolaeRotaru/ad-mycity --skill web-design-guidelines-nicolaerotaru
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/NicolaeRotaru/ad-mycity/tree/main/.cursor/skills/web-design-guidelines
Command: npx skills add https://github.com/NicolaeRotaru/ad-mycity --skill web-design-guidelines-nicolaerotaru

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 UI Review: Fetches the current Web Interface Guidelines from the vercel-labs repository and applies all rules to your code. - Actionable Findings: Outputs violations in a terse file:line format so issues can be located and fixed quickly. - Use Case: Before shipping a new landing page, ask for a review of your React components to catch accessibility and UX issues like missing alt text or poor interaction patterns. ## 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 the file paths or a glob pattern for your UI code, and the Skill fetches the latest Web Interface Guidelines and checks each file against all rules. Findings are reported in a file:line format for quick navigation.

What guidelines does this UI review use?▼

It uses the Web Interface Guidelines maintained by vercel-labs, fetched fresh from their GitHub repository before each review. This ensures the audit always applies the most current rules rather than a stale local copy.

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

Yes, you can pass a file pattern or list of files as the argument. If you do not specify any files, the Skill will ask which files you want reviewed before proceeding.

Does the UI review work offline?▼

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

What output format does the design 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 jump to and fix the issue.