Help us improve
Share bugs, ideas, or general feedback.
From role-mobile
Guides mobile performance optimization for iOS/Android apps: 60fps rendering, memory leak detection/management, battery efficiency, startup time reduction (cold/warm/hot), image loading (Glide, SDWebImage, Coil), profiling with Instruments, Android Profiler, Flipper. Use for frame drops, ANRs, OOMs.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-mobileHow this skill is triggered — by the user, by Claude, or both
Slash command
/role-mobile:mobile-performanceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Diagnosing frame drops, jank, or ANR issues on iOS or Android
Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Guides Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, and jank debugging.
Diagnoses and optimizes React Native app performance: slow startup, janky scrolling, stuttering animations, large bundles, high memory.
Optimizes React Native apps with guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Helps with Hermes, JS thread blocking, FlashList, native modules, and frame drops.
Share bugs, ideas, or general feedback.
references/rendering-memory.md — 60fps frame budget, iOS CoreAnimation pitfalls, Android overdraw and Compose recomposition, React Native list tuning, Flutter RepaintBoundary and const usage, memory leak detection tools (Instruments, LeakCanary, Flipper, DevTools), common leak patterns, large image downsampling strategiesreferences/startup-images-profiling.md — battery optimization strategies, cold/warm/hot start definitions and targets, startup measurement tools (os_signpost, MetricKit, Macrobenchmark, Perfetto), iOS image libraries (SDWebImage, Kingfisher, Nuke), Android image libraries (Glide, Coil), cross-platform image caching, Xcode Instruments suite, Android Studio Profiler, Flipper, Flutter DevTools