From role-mobile
Expert guidance on mobile performance optimization — achieving 60fps rendering, memory management (leak detection, large image handling), battery optimization, startup time reduction (cold/warm/hot), image loading strategies (Glide, SDWebImage, cached_network_image), and profiling tools (Instruments, Android Profiler, Flipper). Use when diagnosing or improving mobile app performance.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-mobileThis skill is limited to using the following tools:
- Diagnosing frame drops, jank, or ANR issues on iOS or Android
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
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