Claude-skill-registry accessibility-rules
Concise accessibility checklist and practices for components in the repository. Use when implementing UI to ensure keyboard, screen reader, and focus semantics.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/accessibility-rules" ~/.claude/skills/majiayu000-claude-skill-registry-accessibility-rules && rm -rf "$T"
manifest:
skills/data/accessibility-rules/SKILL.mdtags
source content
When to use this skill
Use this skill when building new components, refactoring existing ones, or auditing for accessibility. Use this skill when implementing UI to ensure keyboard, screen reader, and focus semantics are preserved. Covers WCAG 2.1 AA principles and practical implementation patterns.
For complete checklist, testing procedures and examples, see references/REFERENCE.md.