Stats
Actions
Tags
From devrunway
Web accessibility (a11y) standards — semantic HTML, ARIA, keyboard navigation, focus management, forms, dynamic content. Load when writing or reviewing any UI component or page.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devrunway:accessibilityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Full rules in [accessibility.md](accessibility.md). Always-on summary:
Full rules in accessibility.md. Always-on summary:
Never:
<div onClick> or <span onClick> for interactive elements — use <button> or <a>alt text — always set alt= on <img> elements; decorative images use role="presentation", informative images must describe the content<label>tabIndex values > 0 (breaks natural tab order)aria-label that duplicates visible textAlways:
<nav>, <main>, <header>, <button>, <a href>outline: none without a custom focus stylearia-live for content that updates without a page reloadaria-describedbyonKeyDown (Enter/Space/Arrow keys) and be focusable with tabIndex={0}Related skills — apply together:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub manikumarkv/devrunway-claude-plugin --plugin devrunway