This one's for when you're building iOS apps that need to work with VoiceOver, Dynamic Type, Switch Control, and other assistive technologies. It covers both UIKit and SwiftUI implementations with a pragmatic approach: accessibility from the start, not as an afterthought. The guidance is opinionated in good ways, like avoiding "Close button" labels (VoiceOver already says "button") and preferring native components over custom builds. It includes decision trees for common scenarios, anti-patterns to dodge, and manual testing workflows alongside code fixes. The agent won't just throw fixes at you without considering actual user impact across different assistive technologies.
npx skills add https://github.com/dadederk/ios-accessibility-agent-skill --skill ios-accessibility