web-design-guidelines

Audit web interfaces against WCAG, responsive, and performance guidelines.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill web-design-guidelines-gerald-ica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/gerald-ica/opencode-config-snapshot/tree/main/opencode/skills/web
Command: npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill web-design-guidelines-gerald-ica

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web development teams struggle to consistently deliver accessible, fast, and responsive user experiences across devices. This Skill provides a centralized, framework-agnostic set of rules and best practices to codify those standards and reduce design debt.

Core Features & Use Cases

  • Accessibility and WCAG-aligned rules for semantic HTML, ARIA usage, keyboard navigation, focus management, and alt text.
  • Responsive design guidance including mobile-first approach, fluid typography, container queries, and touch target sizing.
  • Performance and typography best practices, including efficient loading, image handling, dark mode theming, and internationalization.
  • Use cases: as a design system contributor, a frontend engineer reviewing PRs, or an educator creating learning materials.

Quick Start

Audit a web interface and apply WCAG-compliant, responsive, and performance-focused guidelines to the HTML, CSS, and JavaScript.

Frequently Asked Questions about web-design-guidelines

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

FAQPage Schema
How do I ensure my web interface meets WCAG accessibility compliance?

WCAG accessibility compliance is achieved by applying framework-agnostic rules for semantic HTML, ARIA usage, keyboard navigation, focus management, and alt text to your web interface. These guidelines codify those standards to reduce design debt.

What is the best way to implement responsive design and fluid typography?

Responsive design and fluid typography are implemented using a mobile-first approach, container queries, and appropriate touch target sizing. This framework-agnostic guidance ensures consistent user experiences across different devices and screen sizes.

Do I need a specific framework to use these web performance and accessibility rules?

No specific framework is needed to apply these web performance and accessibility rules. The guidelines are framework-agnostic and can be applied directly across HTML, CSS, and JavaScript projects.

How do I audit a web interface for dark mode theming and performance best practices?

Auditing a web interface for dark mode theming and performance best practices involves checking efficient loading, image handling, and internationalization rules. The guidelines provide practical examples to review and validate these frontend implementations.

Can I use these guidelines for frontend design reviews and PRs?

Yes, you can use these guidelines for frontend design reviews and PRs. The rules serve as a centralized standard for design system contributors and frontend engineers to ensure accessible, performant, and responsive code.

When should I not use ARIA for keyboard accessibility and focus management?

ARIA should not be used when semantic HTML can achieve the same keyboard accessibility and focus management natively. The guidelines dictate proper ARIA usage to ensure WCAG compliance without over-engineering accessible components.