web-design-guidelines

Audit React and HTML code for WCAG accessibility and Vercel design compliance.

Updated May 10, 2026
One-click install
npx skills add https://github.com/VMRam95/vmram-skills --skill web-design-guidelines-vmram95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/VMRam95/vmram-skills/tree/main/skills/web-design-guidelines
Command: npx skills add https://github.com/VMRam95/vmram-skills --skill web-design-guidelines-vmram95

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses inconsistencies in UI development by automatically auditing code against established Web Interface Guidelines, ensuring accessibility, performance, and visual coherence.

Core Features & Use Cases

  • Automated Compliance Audits: Scans components for accessibility (WCAG), performance, and semantic HTML issues.
  • Actionable Recommendations: Provides specific code-level fixes for identified violations like missing focus states or poor color contrast.
  • Use Case: Before merging a new feature, run this skill on your component files to ensure they meet Vercel-grade standards for accessibility and responsiveness.

Quick Start

Run the web-design-guidelines skill on your components directory to identify and fix accessibility or performance issues.

Frequently Asked Questions about web-design-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit React components for WCAG accessibility and semantic HTML issues?

Audit React components for WCAG accessibility and semantic HTML issues by scanning source files to validate focus states, color contrast, and semantic element usage against Vercel design patterns. The skill provides actionable code-level fixes for identified compliance violations.

What is the best way to check UI code for Vercel design standards before merging a feature?

Checking UI code for Vercel design standards before merging involves running an automated compliance audit on your components directory. This process identifies accessibility, performance, and visual coherence inconsistencies to ensure your interface meets required guidelines.

Can I use this skill to find missing focus states and poor color contrast in web interfaces?

You can use this skill to find missing focus states and poor color contrast in web interfaces. It parses React and HTML structures to detect these specific violations and provides specific code-level recommendations to resolve them.

Does the web interface audit work with plain HTML or only React component structures?

The web interface audit works with both React components and plain HTML structures. It parses source files from both formats to validate semantic element usage, identify WCAG violations, and check compliance with Vercel design patterns.

Why does my UI code fail accessibility checks for semantic element usage?

UI code fails accessibility checks for semantic element usage when HTML structures lack proper semantic tags or focus states. This skill analyzes your source files to pinpoint these exact WCAG violations and suggests specific code-level fixes to restore compliance.

What limitations should I expect when running automated UI compliance audits on source files?

When running automated UI compliance audits on source files, expect limitations around parsing complex or dynamic HTML structures. The intermediate-level analysis focuses on static validation of focus states, color contrast, and semantic element usage rather than runtime accessibility behavior.