android-compose-performance
Installation
SKILL.md
Android Compose & Kotlin Performance
Workflow
-
Identify the problem area:
- Compose UI jank / recomposition → See references/compose.md
- Coroutine communication / threading → See references/coroutines.md
-
Apply targeted fixes using the patterns in the relevant reference file.
-
Verify in release mode — debug builds disable Compose compiler optimizations and skippability, making profiling unreliable.