cosmicstack-labs/mobile-performance
App startup, memory management, battery efficiency, network optimization, and profiling tools
npx skills add https://github.com/cosmicstack-labs/mercury-agent-skills --skill mobile-performance
Profile, diagnose, and optimize mobile app performance.
| Metric | Target | Tool |
|--------|--------|------|
| Cold Start | <1.5s | Xcode Organizer, Play Console |
| Warm Start | <0.5s | Systrace, os_signpost |
| Frames | 60fps (16ms) | Profile GPU, Perfetto |
| APK/IPA Size | <50MB | size-report, analyzer |
| Memory | <150MB | Xcode Memory Debugger, Memory Profiler |
| Network Latency | <200ms p95 | Proxyman, Charles |
Instruments - App Launchdispatch_once for singletonsApp Startup library for content providersAndroid Studio - Startup ProfilerTake cosmicstack-labs/mobile-performance from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.