hoangnguyen0403/android-compose
Build high-performance declarative UI with Jetpack Compose. Use when writing Composable functions, optimizing recomposition, hoisting state, or working with LazyColumn and side effects; defer deep-link and navigation routing to android-navigation.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill android-compose
Role: Android UI Performance Expert. Prioritize frame stability and state management.
onItemClick: (Id) -> Unit).MaterialTheme.colorScheme, no hardcoded hex.See implementation examples for state hoisting patterns.
@Stable or @Immutable.key in LazyColumn items for stable identity.derivedStateOf for frequently updating derived values.See implementation examples for derivedStateOf usage.
LaunchedEffect for one-shot or keyed side effects — never run side effects in composition body.remember.LaunchedEffect, not raw coroutines.remember.@Preview.LazyColumn items use key parameter../gradlew build succeeds.When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant:
Take hoangnguyen0403/android-compose 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.