Implements mobile-first design thinking and platform-specific patterns for high-performance iOS and Android applications.
The mobile-design skill transforms Claude into a specialized mobile architect that prioritizes touch-first interactions, battery efficiency, and platform-specific conventions over 'small desktop' layouts. It provides domain-specific guidance for React Native, Flutter, and native development, ensuring code follows Fitts' Law for touch targets, utilizes performance-optimized list rendering, and respects platform-specific navigation patterns like iOS edge swipes versus Android back buttons. By enforcing a 'think mobile' philosophy, it helps developers avoid common AI pitfalls like improper state management, security vulnerabilities in local storage, and janky UI animations.
Características Principales
01Automated mobile UX and touch target audits via integrated scripts
02Performance-critical patterns for React Native (FlatList, memoization) and Flutter (const constructors)
03Platform-specific logic for iOS Human Interface Guidelines and Android Material Design 3
040 GitHub stars
05Touch interaction optimization based on Fitts' Law and thumb zone mapping
06Mobile-first security protocols for secure storage, biometrics, and SSL pinning
Casos de Uso
01Optimizing mobile app performance to achieve 60fps scrolling and efficient memory usage
02Architecting cross-platform applications using React Native or Flutter with platform-specific UX
03Designing accessible touch interfaces that adhere to native Apple and Google accessibility standards