accessibility-patterns

Installation
SKILL.md

Accessibility Patterns — Expert Decisions

Expert decision frameworks for accessibility choices. Claude knows accessibilityLabel and VoiceOver — this skill provides judgment calls for element grouping, label strategies, and compliance trade-offs.


Decision Trees

Element Grouping Strategy

How should VoiceOver read this content?
├─ Logically related (card, cell, profile)
│  └─ Combine: .accessibilityElement(children: .combine)
│     Read as single unit
├─ Each part independently actionable
│  └─ Keep separate
│     User needs to interact with each
Related skills

More from kaakati/rails-enterprise-dev

Installs
17
GitHub Stars
8
First Seen
Jan 25, 2026