If you're building Android apps and need to stay compliant with Material Design 3, this skill keeps you aligned with the current platform standards. It covers dynamic color theming (the wallpaper-derived palettes in Android 12+), semantic color roles, navigation patterns for different screen sizes, and the predictive back gesture introduced in Android 13. The guidelines are opinionated about things like always supporting dark theme and using filled/outlined icon pairs for navigation states, which saves you from second-guessing common decisions. It's built for both Jetpack Compose and XML layouts, so you're covered regardless of your stack. Useful when you want your app to feel platform-native rather than fighting Android conventions.
npx skills add https://github.com/ehmo/platform-design-skills --skill android-design-guidelines