Mobile Performance Profiling
Mobile app performance analysis and optimization
npx skills add a5c-ai/babysitter --skill mobile-perf --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Mobile Performance Profiling Skill ## Overview This skill provides mobile app performance analysis and optimization capabilities. It enables profiling with Xcode Instruments, Android Profiler, Flipper, and Flutter DevTools to identify and fix performance issues. ## Allowed Tools - `bash` - Execute profiling tools and build commands - `read` - Analyze performance reports and profiles - `write` - Generate optimization configurations - `edit` - Update performance-related code - `glob` - Search for performance files - `grep` - Search for patterns ## Capabilities ### Xcode Instruments 1. **Time Profiler** - Profile CPU usage - Identify hot paths - Analyze call trees - Measure function durations 2. **Allocations** - Track memory allocations - Identify memory leaks - Analyze retain cycles - Monitor heap growth 3. **Core Animation** - Profile rendering performance - Identify offscreen renders - Measure frame rates - Detect layer issues ### Android Profiler 4. **CPU Profiler** - Record method traces - Analyze thread activity - Identify CPU bottlenecks - Profile startup time 5. **Memory Profiler** - Track allocations - Capture heap dumps - Identify memory leaks - Analyze GC events 6. **Net
- Overview
- Allowed Tools
- Capabilities
- Xcode Instruments
- Android Profiler
- React Native
- Flutter DevTools
- Metrics
- Target Processes
- Dependencies
- Usage Examples
- Instruments Command Line
- Android Profiler Commands
- React Native Performance Optimization
Record Time Profiler trace xcrun xctrace record --device "iPhone 15 Pro" \ Export trace data xcrun xctrace export --input ~/Desktop/profile.trace \ Capture CPU trace adb shell am profile start com.example.myapp /data/local/tmp/profile.trace Stop and pull trace adb shell am profile stop com.example.myapp adb pull /data/local/tmp/profile.trace ./profile.trace Capture heap dump
What does the Mobile Performance Profiling skill do?
Mobile app performance analysis and optimization
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill mobile-perf --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
