Skip to main content
Back to registry

ios-accessibility

dpearson2699/swift-ios-skills

Every user-facing view must be usable with VoiceOver, Switch Control, Voice Control, Full Keyboard Access, and other assistive technologies. This skill covers the patterns and APIs required to build accessible iOS apps.

Installs210
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-accessibility
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Every user-facing view must be usable with VoiceOver, Switch Control, Voice Control, Full Keyboard Access, and other assistive technologies. This skill covers the patterns and APIs required to build accessible iOS apps. VoiceOver reads element properties in a fixed, non-configurable order: Label -> Value -> Trait -> Hint Design your labels, values, and hints with this reading order in mind. See references/a11y-patterns.md for detailed SwiftUI modifier examples (labels, hints, traits, grouping, custom controls, adjustable actions, and custom actions). Focus management is where most apps fail. When a sheet, alert, or popover is dismissed, VoiceOver focus MUST return to the element that triggered it. @AccessibilityFocusState is a property wrapper that reads and writes the current accessibility focus. It works with Bool for single-target focus or an optional Hashable enum for multi-target focus.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ios-accessibility do?

Every user-facing view must be usable with VoiceOver, Switch Control, Voice Control, Full Keyboard Access, and other assistive technologies. This skill covers the patterns and APIs required to build accessible iOS apps.

Is ios-accessibility good?

ios-accessibility does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does ios-accessibility work with?

ios-accessibility currently lists compatibility with codex, gemini-cli, kimi-cli, amp, cline, github-copilot.

What are alternatives to ios-accessibility?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install ios-accessibility?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-accessibility

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering