What problem does it solve? Writing Compose UI involves subtle pitfalls around state management, recomposition, modifier ordering, side effects, and platform differences that cause bugs and performance issues. This Skill provides source-verified guidance for Jetpack Compose and Compose Multiplatform development across Android, Desktop, iOS, and Web. ## Core Features & Use Cases - Topic-Specific References: Deep reference files covering state management, modifiers, side effects, navigation, animation, theming, accessibility, performance, focus navigation, and deprecated API migrations. - Design-to-Code Workflow: A 5-step methodology for decomposing Figma frames or screenshots into composable trees, mapping design tokens to MaterialTheme, spacing, shadows, and gradients. - Source Code Verification: Two-tier verification against live androidx/androidx and JetBrains/compose-multiplatform-core sources via MCP tools or raw GitHub URLs, plus Google's Android Knowledge Base for best practices. - Use Case: When a user says "my compose screen is slow" or asks to implement a design, the Skill consults the relevant reference (e.g., performance.md or design-to-compose.md), flags anti-patterns, and produces minimal correct code. ## Quick Start Ask the assistant to review or build a Compose UI, for example: implement this Figma card design as a Compose Multiplatform composable with proper theming and accessibility.