Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub manikumarkv/devrunway-claude-plugin --plugin devrunwayHow 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:
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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: