What problem does it solve?
This Skill addresses the common pitfalls in mobile development where desktop-centric design patterns lead to poor performance, frustrating touch interactions, and platform-inconsistent user experiences.
Core Features & Use Cases
- Mobile-First UX Audit: Evaluates touch targets, thumb zone accessibility, and gesture logic to ensure apps feel native and intuitive.
- Performance Optimization: Provides rigorous patterns for 60fps rendering, memory management, and battery-conscious design in React Native and Flutter.
- Platform-Specific Guidance: Offers deep dives into iOS Human Interface Guidelines and Android Material Design 3 to ensure your app respects platform conventions.
- Use Case: Use this Skill when you are unsure whether to use a Drawer or Tab navigation for a new cross-platform app, or when you need to debug list performance issues in a complex feed.
Quick Start
Run the mobile audit script on your current project directory to identify potential UX and performance bottlenecks.