What problem does it solve?
This Skill helps you avoid migration mistakes and broken UI behavior when upgrading Wear OS apps to Jetpack Compose Material3 (M3).
Core Features & Use Cases
- Version-safe upgrades: Select the latest stable Wear Compose Material3 version and align Kotlin/Compose compiler requirements to prevent incompatible build configurations.
- Sample-driven refactors: Extract and read the official version-matched component samples before implementing any code changes, so parameter names, slots, tokens, and behaviors match reality.
- Migration guidance from M2.5/Horologist: Follow structured mapping and checklist-based component guidance (e.g., scaffolding, lazy columns, transformed scrolling, theming, navigation expectations) to reduce regressions during migration.
- Scenario fit: Use when creating new Wear OS Material3 projects, updating existing apps, or migrating from Material 2.5 and/or Horologist.
Quick Start
Ask your agent to migrate an existing Wear OS app from Wear Compose Material 2.5/Horologist to Wear Compose Material3 using the latest stable versions, and to extract and read the official component samples first before making any code changes.