accessibility-implementation

Community

Build inclusive interfaces, accessible to all users.

Authorchriscarterux
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures your digital products are usable by everyone, including individuals with disabilities, by guiding you through WCAG 2.1 Level AA compliance. It helps you implement accessible interfaces, preventing exclusion and meeting legal and ethical standards for inclusive design.

Core Features & Use Cases

  • WCAG 2.1 Essentials: Implement perceivable, operable, understandable, and robust interfaces covering color contrast, alt text, keyboard navigation, and clear labels.
  • ARIA Patterns: Apply WAI-ARIA attributes correctly to enhance semantics for custom components, buttons, forms, and dynamic content like modals.
  • Keyboard & Screen Reader Support: Ensure all interactive elements are keyboard navigable with logical tab order and provide proper announcements for screen readers.
  • Use Case: You're building a new signup form. Use this skill to ensure all input fields have explicit <label> tags, error messages are linked via aria-describedby and role="alert", and the form is fully navigable and submittable using only a keyboard.

Quick Start

Example: Accessible form input with label and error message

<label htmlFor="email">Email address</label> <input id="email" type="email" required aria-required="true" aria-describedby={hasError ? "email-error" : undefined} /> {hasError && (

<p id="email-error" role="alert"> Please enter a valid email address </p> )}

Dependency Matrix

Required Modules

@axe-core/react

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: accessibility-implementation
Download link: https://github.com/chriscarterux/chris-claude-stack/archive/main.zip#accessibility-implementation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.