web-design-guidelines

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

1|Updated Aug 17, 2025
One-click install
npx skills add https://github.com/ratnesh-maurya/mdconverter --skill web-design-guidelines-ratnesh-maurya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/ratnesh-maurya/mdconverter/tree/main/.claude/skills/web-design-guidelines
Command: npx skills add https://github.com/ratnesh-maurya/mdconverter --skill web-design-guidelines-ratnesh-maurya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing UI code for accessibility, UX, and design consistency is slow and error-prone. 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 latest rules from the vercel-labs web-interface-guidelines repository before each audit, so checks stay current. - File or Pattern Targeting: Reviews specific files you provide, or prompts you to specify which files to check. - Terse Findings Output: Reports violations in a compact file:line format for quick triage. - Use Case: Before shipping a new Next.js page, ask for a UI review to catch accessibility and design guideline violations with exact line references. ## Quick Start Ask the assistant to review my UI files in app/page.tsx 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 files or pattern you want checked, and the review fetches the latest Web Interface Guidelines and applies every rule to your code. Findings are reported in a terse file:line format so you can jump directly to each issue.

What guidelines does the UI review check against?

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

Can I review multiple files or a whole site at once?

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

What output format does the design audit produce?

Findings are output in a terse file:line format as specified by the fetched guidelines. Each violation points to the exact location in your code, making it straightforward to locate and fix issues.

Does the UI review require an internet connection?

Yes, it uses WebFetch to retrieve the latest guidelines from a raw GitHub URL before each review. Without network access, the rules cannot be fetched and the review cannot proceed.