android-design-guidelines

Codify Android UI design guidelines for Material You across Jetpack Compose and XML layouts.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/brunoamaral/playlister --skill android-design-guidelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-design-guidelines
Source: https://github.com/brunoamaral/playlister/tree/main/.copilot/skills/android
Command: npx skills add https://github.com/brunoamaral/playlister --skill android-design-guidelines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Android apps often struggle with consistent Material Design 3 adoption, leading to fragmented theming, navigation and accessibility across screens.

Core Features & Use Cases

  • Centralizes Material Design 3 guidelines for theming, color roles, light/dark support, navigation, typography, accessibility.
  • Provides actionable patterns and examples for Jetpack Compose and XML layouts, plus a structure for auditing and implementing UI components.
  • Use Case: A design team standardizes onboarding screens for multiple apps to ensure consistent theming and accessible contrast.

Quick Start

Prompt: "Apply Material 3 design guidelines to my Android UI, including dynamic color handling, surface backgrounds, and 2-3 top-level navigation patterns."

Frequently Asked Questions about android-design-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply Material Design 3 theming and dynamic color in an Android app?

Material Design 3 theming uses dynamic color handling and defined color roles to adapt system backgrounds. It enforces consistent light and dark theme support across Jetpack Compose or XML layouts for unified app aesthetics.

What are the Material 3 guidelines for Android navigation patterns?

Material 3 navigation patterns provide structured top-level routing components to standardize user journeys. The guidelines offer actionable implementation examples for Jetpack Compose and XML layouts to ensure consistent app navigation.

Does this Android UI guidelines skill support both Jetpack Compose and XML layouts?

Yes, the Android UI guidelines support both Jetpack Compose and XML layouts. It provides actionable patterns, example snippets, and structured metadata for auditing and implementing Material Design 3 components across both approaches.

How do I ensure my Android app meets accessibility considerations with Material You?

Ensure Android app accessibility by following Material You guidelines for color contrast and component structure. The skill enforces rules for accessible contrast and provides structured metadata to audit UI compliance.

What is the best way to standardize onboarding screens across multiple Android apps?

Standardize onboarding screens by centralizing Material Design 3 guidelines for theming, typography, and accessibility. This enforces consistent surface backgrounds and accessible contrast across multiple apps using Jetpack Compose or XML.