almasumdev/awesome-mobile-performance-agent-skills
Skill Claude CodeCodex
Reduce overdraw, layout depth, and unnecessary recomposition/re-render in native Android, iOS, Compose, SwiftUI, Flutter, and React Native UIs.
almasumdev/awesome-mobile-performance-agent-skills
Skill Claude CodeCodex
Reduce overdraw, layout depth, and unnecessary recomposition/re-render in native Android, iOS, Compose, SwiftUI, Flutter, and React Native UIs.
almasumdev/awesome-mobile-performance-agent-skills
Skill Claude CodeCodex
Reduce cold start time (TTID and TTFD) on iOS and Android using baseline profiles, main-thread hygiene, and selective pre-warming. Use when launch latency exceeds the budget in Agent.md.
almasumdev/awesome-mobile-performance-agent-skills
Skill Claude CodeCodex
Profile cold, warm, and hot start with Android Macrobenchmark, Xcode Instruments App Launch template, and Flutter DevTools. Use when you need to attribute startup time to specific phases.
almasumdev/awesome-mobile-performance-agent-skills
Skill Claude CodeCodex
Optimize warm start (process alive, activity recreated) and hot start (app resumed to foreground) on iOS and Android. Covers process restoration, lazy singletons, and saved state.
almasumdev/awesome-mobile-performance-agent-skills
Skill Claude CodeCodex
Use Flutter DevTools Performance, CPU, Memory, and Network views to find UI-thread and raster-thread bottlenecks.
almasumdev/awesome-mobile-performance-agent-skills
Skill Claude CodeCodex
Catalog of Xcode Instruments templates, Android Studio Profiler modules, and Perfetto — what to pick for CPU, memory, GPU, network, energy, and startup work.
almasumdev/awesome-mobile-performance-agent-skills
Skill Claude CodeCodex
Profile React Native with Hermes sampler, Flipper, and the New Architecture profiler. Use when JS thread, bridge, or layout commits are causing jank.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
Labels, errors, grouping, and autofill for mobile forms. Use this when building any screen that collects user input — login, signup, checkout, profile editing.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
Announcing validation results, shaping error messages, and recovering focus. Use this when implementing client-side validation or async server-side errors in forms.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
Accessible dialogs, bottom sheets, and popovers — announcing, trapping focus, handling dismiss, and returning focus. Use this when adding modal UI to any platform.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
VoiceOver exposes the accessibility tree built from UIAccessibility / SwiftUI modifiers. Your job is to expose accurate label, value, traits, hint for every interactive element and to control reading order when the visual tree diverges from logical order.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
almasumdev/awesome-mobile-accessibility-agent-skills
Skill Claude CodeCodex
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.
At most 3 mods per repository are shown here — the rest are on their repository pages: