Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

awesome-mobile-performance-agent-skills

awesome-mobile-performance-agent-skills에는 almasumdev에서 수집한 skills 21개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
21
Stars
1
업데이트
2026-04-19
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

background-work-optimization
소프트웨어 개발자

Schedule, batch, and constrain background work with WorkManager, BGTaskScheduler, and push-over-poll patterns to minimize battery and data cost.

2026-04-19
battery-profiling
소프트웨어 개발자

Attribute battery drain to CPU, radio, GPS, display, and background work using Android Battery Historian and Xcode Energy Log / Instruments Energy gauge.

2026-04-19
binary-size-reduction
소프트웨어 개발자

Shrink APK/AAB and IPA size with R8/ProGuard, dead-code elimination, asset hygiene, and Android App Bundle / App Thinning best practices.

2026-04-19
build-time-optimization
소프트웨어 개발자

Cut local and CI build times on Android (Gradle config cache, build cache, KSP over KAPT) and iOS (Xcode build cache, ccache, modules). Use when clean builds exceed ten minutes.

2026-04-19
bitmap-and-image-optimization
소프트웨어 개발자

Downsample, cache, and choose the right image format (AVIF, HEIC, WebP) to cut memory, network, and decode time on iOS and Android.

2026-04-19
leak-detection
소프트웨어 개발자

Find and fix common memory leaks caused by listeners, closures, singletons, and lifecycle mismatches on iOS, Android, Flutter, and React Native.

2026-04-19
memory-profiling
소프트웨어 개발자

Capture and analyze heap dumps on Android (Android Studio Profiler, LeakCanary) and iOS (Instruments Allocations/Leaks). Use when memory-related crashes or growth are suspected.

2026-04-19
image-delivery
소프트웨어 개발자

Deliver responsive images via CDN with AVIF/WebP, placeholders, and progressive loading on iOS, Android, Flutter, and React Native.

2026-04-19
network-efficiency
소프트웨어 개발자

Cut mobile network cost with HTTP/2, HTTP/3 (QUIC), Brotli/Zstd compression, and payload trimming. Use when p95 latency or bytes-per-screen exceeds budget.

2026-04-19
request-batching-and-caching
소프트웨어 개발자

Layer caches (memory, disk, CDN), use ETag and stale-while-revalidate, and batch small requests to cut latency and radio cost.

2026-04-19
caching-strategies
소프트웨어 개발자

Apply read-through, write-through, TTL, LRU, and encrypted caches correctly across memory, disk, and secure storage on mobile.

2026-04-19
pagination-and-lazy-loading
소프트웨어 개발자

List virtualization and pagination patterns per platform — RecyclerView/Paging 3, Compose LazyColumn, SwiftUI List, Flutter ListView.builder, RN FlashList.

2026-04-19
frame-rate-optimization
소프트웨어 개발자

Hit 60/90/120Hz frame rate budgets by balancing CPU (UI thread) and GPU (RenderThread/Metal) work. Use when frame time exceeds the device refresh budget.

2026-04-19
jank-detection
소프트웨어 개발자

Detect and attribute janky frames using Perfetto, Android Choreographer logs, Xcode Time Profiler, and Flutter DevTools. Use when users report stutters even though "everything looks fine" in dev.

2026-04-19
overdraw-and-layout
소프트웨어 개발자

Reduce overdraw, layout depth, and unnecessary recomposition/re-render in native Android, iOS, Compose, SwiftUI, Flutter, and React Native UIs.

2026-04-19
cold-start-optimization
소프트웨어 개발자

Reduce cold start time (TTID and TTFD) on iOS and Android using baseline profiles, main-thread hygiene, and selective pre-warming. Use when launch latency exceeds the budget in Agent.md.

2026-04-19
startup-profiling
소프트웨어 개발자

Profile cold, warm, and hot start with Android Macrobenchmark, Xcode Instruments App Launch template, and Flutter DevTools. Use when you need to attribute startup time to specific phases.

2026-04-19
warm-and-hot-start
소프트웨어 개발자

Optimize warm start (process alive, activity recreated) and hot start (app resumed to foreground) on iOS and Android. Covers process restoration, lazy singletons, and saved state.

2026-04-19
flutter-devtools-perf
소프트웨어 개발자

Use Flutter DevTools Performance, CPU, Memory, and Network views to find UI-thread and raster-thread bottlenecks.

2026-04-19
platform-profilers
소프트웨어 개발자

Catalog of Xcode Instruments templates, Android Studio Profiler modules, and Perfetto — what to pick for CPU, memory, GPU, network, energy, and startup work.

2026-04-19
react-native-perf
소프트웨어 개발자

Profile React Native with Hermes sampler, Flipper, and the New Architecture profiler. Use when JS thread, bridge, or layout commits are causing jank.

2026-04-19