accessibility-compliance

Implement WCAG 2.2 accessible interfaces with ARIA patterns and keyboard navigation.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Division6066/tempo-rhythm --skill accessibility-compliance-division6066
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-compliance
Source: https://github.com/Division6066/tempo-rhythm/tree/main/.agents/skills/accessibility-compliance
Command: npx skills add https://github.com/Division6066/tempo-rhythm --skill accessibility-compliance-division6066

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Master accessibility implementation to create inclusive experiences that work for everyone, including users with disabilities.

Core Features & Use Cases

  • ARIA patterns and semantic HTML for complex components
  • Keyboard navigation, focus management, and skip navigation
  • Screen reader compatibility, proper labeling, and accessible forms
  • Mobile accessibility support (iOS/Android) and reduced motion considerations
  • Accessibility audits, remediation workflows, and inclusive design reviews

Quick Start

Audit a UI for accessibility and implement WCAG 2.2 patterns across web and mobile components.

Frequently Asked Questions about accessibility-compliance

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

FAQPage Schema
How do I make my UI WCAG 2.2 compliant?

To make your UI WCAG 2.2 compliant, implement semantic HTML, ensure keyboard operability, manage focus, and adopt proper ARIA patterns for complex components across web and mobile products.

What are ARIA patterns and when do I need them for screen-reader compatibility?

ARIA patterns define attributes that enhance screen-reader compatibility when semantic HTML falls short. You need them to label controls, communicate state changes, and structure complex interactive components for assistive technologies.

How do I audit a web interface for accessibility issues?

To audit a web interface for accessibility, review keyboard navigation, color contrast ratios, focus management, and screen-reader compatibility. Identify gaps in semantic HTML and ARIA adoption to build WCAG-compliant remediation workflows.

Does this approach to inclusive design support mobile accessibility?

This approach to inclusive design supports mobile accessibility across iOS and Android platforms. It addresses touch targets, screen-reader compatibility, and reduced motion considerations to ensure WCAG compliance on mobile devices.

How do I implement keyboard navigation and skip navigation links?

To implement keyboard navigation, ensure all interactive elements are operable via tab and arrow keys. Add skip navigation links using semantic HTML and manage focus explicitly to bypass repetitive content blocks for keyboard users.

What's the best way to structure accessible forms for screen readers?

The best way to structure accessible forms is using semantic HTML with proper labeling, ARIA attributes for error identification, and logical focus management. This ensures screen-reader compatibility and meets inclusive design review standards.