web-design-guidelines

Audit HTML, CSS, and JS assets for design and accessibility guideline compliance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/g00hyun/okky-vibe-aaa --skill web-design-guidelines-g00hyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/g00hyun/okky-vibe-aaa/tree/main/.claude/skills/web-design-guidelines
Command: npx skills add https://github.com/g00hyun/okky-vibe-aaa --skill web-design-guidelines-g00hyun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps ensure web interfaces comply with established design and accessibility guidelines by identifying issues in UI code and design assets.

Core Features & Use Cases

  • Automated guideline checks: Scans UI code and assets for accessibility, color contrast, semantic structure, and visual consistency.
  • Guideline mapping: Cross-references current Web Interface Guidelines and reports deviations with actionable recommendations.
  • Use Case: You want to audit a landing page for accessibility and design conformity across devices.

Quick Start

Provide your UI files to run a live compliance check against the latest 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 audit my web interface for accessibility and UX inconsistencies?

To audit a web interface for accessibility, this skill scans HTML, CSS, and JS assets to identify semantic markup gaps, color-contrast problems, and UX inconsistencies. It cross-references your code against current guidelines to produce a concise, actionable report.

What is the best way to check HTML and CSS code for color-contrast problems?

Checking HTML and CSS for color-contrast problems involves parsing UI artifacts to surface deviations from established design guidelines. This skill evaluates your provided project files and generates a line-numbered report detailing violations and recommended fixes.

Can I scan a live site for semantic markup gaps and frontend best practices?

Yes, you can scan a live site for semantic markup gaps by fetching current guidelines and applying checks directly to the live site's UI artifacts. The skill evaluates the assets and outputs a concise report detailing violations and recommended fixes.

Does this automated UI audit require any specific frontend frameworks or dependencies?

No specific frontend frameworks or dependencies are required for this automated UI audit. The skill operates independently to parse your HTML, CSS, and JS assets, cross-referencing them against current Web Interface Guidelines without external component dependencies.

What do I need to provide to run an automated accessibility check on my landing page?

To run an automated accessibility check on your landing page, you simply need to provide your UI files or live site assets. The skill parses these inputs to apply checks for visual consistency and compliance, resulting in a line-numbered violation report.

Why does my accessibility audit report show line numbers for UX inconsistencies?

An accessibility audit report shows line numbers for UX inconsistencies to pinpoint exact locations of violations in your HTML and JS code. This mapping cross-references current guidelines, providing developers with actionable recommendations for precise fixes.