Agent skill · Design & Presentation

accessibility

Achieve and maintain WCAG compliance through inclusive design practices, proper ARIA usage, and comprehensive testing methodologies.

Cosmic Stack3,294★ · 2 repos on radarProfile →
claude-codeMIT
Install
npx skills add cosmicstack-labs/mercury-agent-skills --skill accessibility --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 21 KB
Bundled scripts: none
Version: 1.0.0
Declared author: cosmicstack-labs
Path: categories/design/accessibility/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 364
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill guides the agent to pursue WCAG compliance via inclusive design, proper ARIA usage, and comprehensive testing methodologies. It emphasizes early accessibility consideration, human-in-the-loop testing, and a maturity model for integrating accessibility into processes.

How it works

  • Encourages treating accessibility as a human right and integrating it from the wireframe stage.
  • Promotes testing with real users of assistive technologies in addition to automated checks.
  • Outlines WCAG POUR principles (Perceivable, Operable, Understandable, Robust) and provides concrete examples for text alternatives, keyboard navigation, screen reader support, color contrast, and motion preferences.
  • Includes guidance on ARIA usage: use ARIA only when native HTML semantics are insufficient; demonstrates common ARIA patterns for modals and tab panels.
  • Describes automated testing tools (axe-core, WAVE, Lighthouse, Pa11y, Accessibility Insights) and how they fit into CI/CD, plus a manual testing checklist and screen reader testing expectations.
  • Presents an accessibility testing methodology with both automated and manual components and a practical CI example using axe-core with Playwright.

When to use it

Use when scanning or implementing accessibility practices across design and development work, especially in projects aiming for Level AA WCAG compliance and inclusive design practices. It is intended for teams integrating accessibility into design critiques, sprint planning, and definition of done.

What it can touch

  • Tools: axe-core, axe DevTools, WAVE, Lighthouse, Pa11y, Accessibility Insights
  • Code patterns: ARIA usage examples, semantic HTML guidance, keyboard interaction patterns, focus management snippets
  • Testing artifacts: automated test examples, manual testing checklists, screen reader testing scenarios

Caveats

  • The skill notes that automated tools catch about 30-40% of accessibility issues; manual testing is essential to cover remaining gaps. It also advises that Level AAA may be aspirational and Level AA is the practical target.
  • Licenses and authorship information indicate MIT license and the author is cosmicstack-labs. These are stated facts; no policy or legal assurances beyond what's described are provided.
From the SKILL.md

# Accessibility Skill ## Core Principles ### 1. Accessibility Is a Human Right Digital accessibility is not a compliance checkbox — it's about ensuring everyone can use the web regardless of ability. Approximately 15% of the world's population experiences some form of disability. Building accessible products is the ethical choice, not just a legal requirement. ### 2. Start Early, Not as an Audit Accessibility must be considered from the first wireframe, not discovered in a last-minute audit before launch. Retrofitting accessibility costs significantly more than building it in from the start. Include a11y in design critiques, sprint planning, and definition of done. ### 3. Nothing About Us Without Us Design with, not for, people with disabilities. Test with real users who rely on assistive technologies. Automated tools catch only 30-40% of accessibility issues — human testing catches the rest. Include disabled people in your user research and usability testing. ### 4. Accessibility Improves UX for Everyone Curb cuts benefit everyone, not just wheelchair users. Captions help people in noisy environments. High contrast helps on sunny days. Keyboard navigation helps power users. Access

What's inside
Steps it walks through
  1. Core Principles
  2. 1. Accessibility Is a Human Right
  3. 2. Start Early, Not as an Audit
  4. 3. Nothing About Us Without Us
  5. 4. Accessibility Improves UX for Everyone
  6. 5. Progress Over Perfection
  7. Accessibility Maturity Model
  8. Level 1: Unaware
  9. Level 2: Reactive
  10. Level 3: Proactive
  11. Level 4: Embedded
  12. Level 5: Culture
  13. WCAG Guidelines — The POUR Principles
  14. Perceivable — "Can users perceive the content?"
More from mercury-agent-skills
All skills →
About this skill
What does the accessibility skill do?

Achieve and maintain WCAG compliance through inclusive design practices, proper ARIA usage, and comprehensive testing methodologies.

How do I install it?

Run `npx skills add cosmicstack-labs/mercury-agent-skills --skill accessibility --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From cosmicstack-labs/mercury-agent-skills, a repository with 364 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going