Skip to main content
Run any Skill in Manus
with one click
GitHub repository

awesome-mobile-accessibility-agent-skills

awesome-mobile-accessibility-agent-skills contains 20 collected skills from almasumdev, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
20
Stars
1
updated
2026-04-19
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

accessible-forms
web-and-digital-interface-designers

Labels, errors, grouping, and autofill for mobile forms. Use this when building any screen that collects user input — login, signup, checkout, profile editing.

2026-04-19
input-validation-a11y
web-and-digital-interface-designers

Announcing validation results, shaping error messages, and recovering focus. Use this when implementing client-side validation or async server-side errors in forms.

2026-04-19
a11y-principles
web-and-digital-interface-designers

POUR (Perceivable, Operable, Understandable, Robust) principles translated to mobile contexts. Use this when kicking off a new feature or doing an accessibility triage of an existing screen.

2026-04-19
wcag-2-2-for-mobile
web-and-digital-interface-designers

WCAG 2.2 success criteria translated to mobile platforms — gestures, inputs, orientation, focus, and target size. Use this when scoping accessibility acceptance criteria for a mobile feature.

2026-04-19
keyboard-and-hardware-input
web-and-digital-interface-designers

Keyboard, D-pad, and hardware-switch support on iOS (Full Keyboard Access), Android, Flutter, and React Native. Use this when building screens that must be usable without touch.

2026-04-19
switch-and-voice-control
web-and-digital-interface-designers

Supporting iOS Switch Control + Voice Control, Android Switch Access + Voice Access, and AssistiveTouch. Use this when building any interactive UI, especially custom gestures, drag-and-drop, or non-standard controls.

2026-04-19
touch-targets
web-and-digital-interface-designers

Minimum touch-target sizes, hit-slop, and spacing on iOS, Android, Flutter, and React Native. Use this when designing icon buttons, toolbars, list actions, or anything smaller than a full-width row.

2026-04-19
rtl-support
web-and-digital-interface-designers

Right-to-left (RTL) layout mirroring, bidirectional text, numerals, and accessibility implications on iOS, Android, Flutter, and React Native. Use this when supporting Arabic, Hebrew, Urdu, or Farsi locales.

2026-04-19
animation-accessibility
web-and-digital-interface-designers

Safe animation patterns — vestibular triggers, parallax, autoplay, flashing thresholds, and user controls. Use this when specifying motion-heavy UI like onboarding, marketing screens, and media players.

2026-04-19
reduce-motion
web-and-digital-interface-designers

Detecting and honoring the user's reduce motion preference on iOS, Android, Flutter, and React Native. Use this when building transitions, parallax, hero animations, or autoplay.

2026-04-19
focus-order
web-and-digital-interface-designers

Controlling traversal order for screen readers, keyboards, and switches — custom focus, focus traps, and focus restoration. Use this when the visual layout diverges from the document order or when building overlays and dialogs.

2026-04-19
modal-accessibility
web-and-digital-interface-designers

Accessible dialogs, bottom sheets, and popovers — announcing, trapping focus, handling dismiss, and returning focus. Use this when adding modal UI to any platform.

2026-04-19
semantics-labels
web-and-digital-interface-designers

Cross-platform semantics — labels, roles, values, and states across iOS, Android, Flutter, and React Native. Use this to keep screen-reader behavior consistent across platforms.

2026-04-19
talkback
web-and-digital-interface-designers

Android TalkBack essentials — semantics, importantForAccessibility, live regions, custom actions, and Jetpack Compose semantics blocks. Use this when building or auditing Android UI for screen-reader users.

2026-04-19
voiceover
web-and-digital-interface-designers

iOS VoiceOver essentials — accessibility traits, labels/values/hints, custom elements, accessibilityElements order, and rotor support. Use this when building or auditing iOS UI for screen-reader users.

2026-04-19
automated-a11y-tools
software-quality-assurance-analysts-and-testers

Automated accessibility tooling — Accessibility Scanner (Android), Accessibility Inspector + XCUIAccessibilityAudit (iOS), axe-core Flutter and RN, Espresso a11y checks. Use this to wire a11y checks into CI.

2026-04-19
manual-a11y-audit
web-and-digital-interface-designers

Heuristic audit playbook, user-testing approach, and issue-logging conventions for mobile accessibility. Use this before every major release or at least quarterly on the main flows.

2026-04-19
contrast-and-color
web-and-digital-interface-designers

WCAG contrast ratios, non-text contrast, and color-blind-safe patterns for mobile UI. Use this when designing palettes, tokens, or auditing a screen for color accessibility.

2026-04-19
dark-mode-a11y
web-and-digital-interface-designers

Accessibility pitfalls specific to dark themes — contrast, elevation, pure black, and system overrides. Use this when designing dark theme palettes or auditing parity between themes.

2026-04-19
dynamic-type-scaling
web-and-digital-interface-designers

Honoring user font-scale preferences on iOS, Android (Views and Compose), Flutter, and React Native. Use this when building text-heavy screens or component libraries.

2026-04-19