web-design-guidelines

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

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/X-manist/Cohmira --skill web-design-guidelines-x-manist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/X-manist/Cohmira/tree/main/src/builtin-plugins/openmontage/.agents/skills/web-design-guidelines
Command: npx skills add https://github.com/X-manist/Cohmira --skill web-design-guidelines-x-manist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing UI code for accessibility, design consistency, and UX best practices 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 UI Review: Fetches the latest rules from the vercel-labs web-interface-guidelines repository and applies them to your code. - Accessibility and UX Audits: Checks files for compliance when you ask to review UI, check accessibility, or audit design. - 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 agent to review your React components against the guidelines and receive a line-by-line list of accessibility and design violations. ## Quick Start Ask the agent to review my UI files in the components directory 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 file:line format so you can jump directly to each issue.

What guidelines does this UI review use?

It uses the Web Interface Guidelines maintained by vercel-labs, fetched fresh from the raw command.md file on GitHub 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 as the argument and the Skill reads all matching files before applying the guideline rules. If you provide no files, it asks which files you want reviewed.

Does the UI review work without internet access?

No, the Skill requires network access because it fetches the latest guidelines from the vercel-labs GitHub repository via WebFetch before each review. Without connectivity it cannot retrieve the rule set.

What output format does the design audit produce?

The audit outputs findings in a terse file:line format as specified by the fetched guidelines. Each finding points to the exact location in your code where a rule is violated.