Enforces mobile-first design principles and performance patterns for React Native, Flutter, and native applications.
This skill equips Claude with specialized mobile architecture knowledge to ensure apps are built for touch, battery efficiency, and platform-specific conventions. It moves beyond 'desktop-in-a-browser' thinking by enforcing Fitts' Law for touch targets, thumb-zone ergonomics, and 60fps performance patterns. By utilizing mandatory reference checks and anti-pattern guardrails, it prevents common mobile development mistakes such as memory-intensive list rendering, insecure local storage, and non-native navigation behaviors.
主要功能
01Offline-first architecture and battery-conscious data synchronization patterns
02Performance-first list rendering and animation optimization strategies
03Touch psychology audits focusing on target sizing and thumb-zone accessibility
04Security-hardened patterns for local storage and sensitive data handling
05Platform-specific UI/UX guidance for both iOS (HIG) and Android (Material 3)
06105 GitHub stars
使用场景
01Auditing existing mobile codebases for UX friction and performance bottlenecks
02Transitioning web-based logic into platform-native mobile experiences
03Architecting high-performance cross-platform apps using React Native or Flutter