Implements mobile-first design thinking and performance-optimized patterns for iOS, Android, React Native, and Flutter applications.
This skill transforms Claude into an expert mobile architect, enforcing a touch-first philosophy that respects platform-specific conventions like iOS Human Interface Guidelines and Android Material Design. It provides mandatory checkpoints and decision matrices to prevent common AI 'mobile sins'—such as using desktop-style layouts or inefficient list rendering—ensuring that generated code is performance-optimized, battery-conscious, and offline-capable across both cross-platform and native environments.
Key Features
01Platform-Specific Guidance: Tailors UI/UX implementation for iOS (SF Pro/SwiftUI) and Android (Roboto/Material 3) conventions.
02Mobile-Centric Architecture: Provides decision trees for state management, secure storage, and robust offline synchronization strategies.
0310 GitHub stars
04Integrated Audit Tools: Includes scripts for mobile UX, touch target, and performance validation within the development workflow.
05Performance Optimization: Enforces strict rules for list virtualization, memoization, and GPU-accelerated animations to maintain 60fps.
06Touch-First UX: Applies Fitts' Law and thumb-zone ergonomics to ensure accessible and intuitive mobile interactions.
Use Cases
01Developing high-performance React Native or Flutter apps with native-feeling navigation and gestures.
02Refactoring desktop-centric codebases into mobile-first applications with proper touch targets and performance patterns.
03Conducting mobile-specific security and performance audits to identify memory leaks or insecure token storage.