How the compose-expert skill works
masterThe compose-expert skill provides practical, non-opinionated guidance for Jetpack Compose and Compose Multiplatform (CMP) development across Android, Desktop, iOS, and Web.
It is designed to automatically detect Compose projects at session_start and activates based on specific triggers including:
- Compose API mentions: Such as
@Composable,remember,LaunchedEffect,NavHost,Modifier, etc. - Multiplatform keywords:
commonMain,expect/actual,ComposeUIViewController, etc. - Platform-specific contexts: Android TV (
tv-material), Paging 3, or Design Systems. - Review Mode: Triggered by GitHub PR URLs or phrases like "review this PR".
The skill is backed by source code analysis from androidx/androidx and JetBrains/compose-multiplatform-core to provide authoritative implementation details.