hoangnguyen0403/android-performance
Optimize Android app startup, UI rendering, frame stability, and benchmark performance with Baseline Profiles, Macrobenchmark, and lazy initialization. Use when reducing startup time, diagnosing jank, or measuring rendering; defer Compose state API and test-only questions.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill android-performance
App Startup or lazy Singletons. Never block Application.onCreate.See baseline & startup for lazy initialization patterns.
.crossfade()).LazyColumn must use key and stable item classes.See baseline & startup for LazyColumn optimization.
ConstraintLayout (Views) or Row/Column with Modifier.weight (Compose).Take hoangnguyen0403/android-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.