accessibility

Audit web pages for WCAG 2.2 compliance and provide implementation patterns.

Updated May 3, 2026
One-click install
npx skills add https://github.com/pau-vega/KS0555-Steam-Deck-Controller --skill accessibility-pau-vega
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility
Source: https://github.com/pau-vega/KS0555-Steam-Deck-Controller/tree/main/.agents/skills/accessibility
Command: npx skills add https://github.com/pau-vega/KS0555-Steam-Deck-Controller --skill accessibility-pau-vega

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Accessibility skills help identify and implement improvements that make digital content usable by people with disabilities.

Core Features & Use Cases

  • Accessibility Audits: Assess web pages and applications for WCAG compliance.
  • Guidelines Application: Provide practical patterns and code snippets to implement accessible features.
  • Use Case: When asked to improve screen reader support or keyboard navigation, use this Skill to apply WCAG principles and best practices.

Quick Start

Use the accessibility skill to review a webpage and get recommendations for improving color contrast and adding ARIA labels.

Frequently Asked Questions about accessibility

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

FAQPage Schema
How do I audit a webpage for WCAG 2.2 compliance?

To audit a webpage for WCAG 2.2 compliance, assess digital content against accessibility standards to identify usability barriers. This process evaluates elements like color contrast and ARIA labels to ensure inclusive design for people with disabilities.

What is the best way to add screen reader support to web applications?

Adding screen reader support involves applying WCAG principles through practical patterns and code snippets. Implementing accessible features like proper ARIA labels ensures digital content is readable and navigable for users with visual impairments.

How does keyboard navigation improve accessible web design?

Keyboard navigation improves accessible web design by allowing users to interact with digital content without a mouse. Evaluating and implementing keyboard focus patterns ensures WCAG compliance and inclusivity across platforms for motor-impaired users.

Can I get practical code snippets to implement ARIA labels and color contrast?

Yes, you can get practical code snippets to implement ARIA labels and color contrast. The skill provides guidelines application by offering code patterns that developers and designers can directly apply to improve accessible features.

Do I need prior accessibility knowledge to evaluate inclusive design features?

No prior accessibility knowledge is strictly required to evaluate inclusive design features, as the skill provides guidance on WCAG standards. However, developers and designers will benefit from a basic understanding of web design principles.