These are some of the Android skills that we've launched so far. Android skills follow the agent skills open standard and are designed to be reusable across all AI tools that support skills.
To explore all the available skills, see the Android skills GitHub repository.
Upgrade to AGP 9
Guidance on upgrading your project to Android Gradle Plugin 9.
Use Android CLI
Use Android CLI to create projects, run apps on devices, manage virtual devices, and inspect UI.
Android Intent security
Secure Android components and handle Intents safely, preventing privilege escalation and unauthorized access.
Implement AppFunctions
Expose key user workflows to the Android system, allowing AI agents to discover and execute them on-device.
CameraX
Migrate to CameraX and implement CameraX best practices.
Make app adaptive
Build responsive UIs that adapt to different Android devices, handling varying window sizes and input methods.
Migrate to Compose
Instructions to help you migrate your view-based UI to Jetpack Compose.
Adopt Compose Styles
Integrate the Jetpack Compose Styles API to set up component themes and make custom components styleable.
Make app edge-to-edge
Modernize your app UI by implementing edge-to-edge layout support.
Integrate Play Engage SDK
Integrate the Play Engage SDK into your app to publish content clusters and engage users on Google Play.
Set up Navigation 3
Best practices for setting up and using Navigation 3 in your app.
Use Perfetto SQL
Translate natural language prompts into Perfetto SQL queries to extract data from Android Perfetto traces.
Analyze Perfetto traces
Analyze Perfetto traces to find the root cause of latency, memory, or jank issues in Android apps.
Upgrade Play Billing library
Access new features by upgrading your Play Billing Library.
Audit Play policy compliance
Audit Android apps against Google Play policies to verify compliance across permissions, account deletion, and data safety.
Audit R8 configuration
Optimize your app's performance by auditing your R8 configuration.
Set up testing strategy
Analyze your project and set up a comprehensive testing strategy, including unit, UI, and screenshot tests.
Retrieve verified email
Integrate a secure, OTP-less email verification flow into your app using Credential Manager.
Develop for Wear OS with Compose
Guidance for building Wear OS apps with Compose Material 3, including scaffolding, layouts, and migrations from earlier versions.
Build for display glasses
Develop projected Android XR apps for display glasses using the Jetpack Compose Glimmer UI toolkit.