What problem does it solve? Building Wear OS interfaces with Compose Material3 involves strict version compatibility rules, unfamiliar components like TransformingLazyColumn and AppScaffold, and tricky migrations from Material 2.5 or Horologist. This Skill provides expert guidance and canonical code samples so the AI generates correct, up-to-date Wear OS UI code. ## Core Features & Use Cases - Version & Compatibility Enforcement: Resolves the latest stable androidx.wear.compose:compose-material3 version, enforces Kotlin 2.0+, the correct Compose compiler plugin, and minSdk 25. - Migration Guidance: Walks through migrating from Wear Compose Material 2.5 or Horologist to Material3 using official component mappings, without downgrading on unresolved-reference errors. - Component Sample Lookup: Maps every Material3, Foundation, and Navigation3 component (Button, Card, Picker, SwipeToReveal, AmbientMode, etc.) to canonical Kotlin sample files. - Use Case: Ask the AI to add a settings screen with a TransformingLazyColumn and toggle switches to your Wear OS app, and it will produce code matching the official Material3 samples and current stable library versions. ## Quick Start Use the wear-compose-m3 skill to migrate my Wear OS project from Horologist to Compose Material3 and update the main screen to use AppScaffold and TransformingLazyColumn.