web-design-guidelines

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

Updated Sep 9, 2025
One-click install
npx skills add https://github.com/hapy8/modern-ball --skill web-design-guidelines-hapy8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/hapy8/modern-ball/tree/main/.agents/skills/web-design-guidelines
Command: npx skills add https://github.com/hapy8/modern-ball --skill web-design-guidelines-hapy8

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 rules from the vercel-labs web-interface-guidelines repository and applies them to your code. - Precise Findings Output: Reports violations in a terse 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 HTML/JSX files for accessibility and UX compliance, then fix each reported line. ## Quick Start Ask the assistant to review my UI files in src/components against the 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 file or 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 concise file:line format for quick fixes.

What guidelines does this UI review use?

It fetches the latest rules from the vercel-labs web-interface-guidelines repository on GitHub before each review. This ensures the audit always uses the most current accessibility and design rules rather than a stale local copy.

Can I review multiple files or a folder pattern at once?

Yes, you can pass a file or pattern argument to review multiple files in one run. If you provide no files, the Skill asks which files you want reviewed before proceeding.

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 the violation so you can navigate to and fix it quickly.

Does the UI review work offline?

No, the Skill requires network access to fetch the latest guidelines from the source URL before each review. Without connectivity it cannot retrieve the rules needed to perform the audit.