androidandroidOfficialΒ·26 Agent Skills Included

skills

Official Android development skills for AI coding agents

Guides AI agents through real Android development tasks like migrating XML to Jetpack Compose, upgrading Gradle and Play Billing, and securing intents. Covers CameraX, Navigation 3, Wear OS, TV, XR glasses, testing setup, R8 optimization, and Play policy compliance audits. Eliminates guesswork by grounding agents in official Android best practices, reducing broken builds and outdated API usage.
npx skills add android/skills --all -g -y

All Skills in This Repository (26)

Pure Emerald Level Indicators
πŸ“¦ In Repo
androidandroid

verified-email

Retrieve cryptographically verified emails via Android Credential Manager with OpenID4VP.

Official
Advanced
πŸ“¦ In Repo
androidandroid

camera1-to-camerax

Migrate legacy Camera1 or Camera2 code to CameraX with lifecycle binding.

Official
Intermediate
πŸ“¦ In Repo
androidandroid

adaptive

Migrate Jetpack Compose navigation and layouts to Navigation 3 adaptive multi-pane UIs.

Official
Advanced
πŸ“¦ In Repo
androidandroid

styles

Migrate custom Jetpack Compose components and theming to the Experimental Styles API.

Official
Intermediate
πŸ“¦ In Repo
androidandroid

migrate-xml-views-to-jetpack-compose

Migrate Android XML View layouts to Jetpack Compose with validation.

Official
Advanced
πŸ“¦ In Repo
androidandroid

navigation-3

Migrate Android Jetpack Compose apps from Navigation 2 to Navigation 3 with NavDisplay and typed NavKey routes.

Official
Advanced
πŸ“¦ In Repo
androidandroid

display-glasses-with-jetpack-compose-glimmer

Configure projected Android XR display glasses apps with Jetpack Compose Glimmer theming and focus navigation.

Official
Intermediate
πŸ“¦ In Repo
androidandroid

perfetto-trace-analysis

Analyze Perfetto traces to locate Android app latency, memory, and jank root causes.

Official
Advanced
πŸ“¦ In Repo
androidandroid

perfetto-sql

Translate natural-language performance intents into Perfetto SQL queries and execute them on trace files.

Official
Advanced
πŸ“¦ In Repo
androidandroid

testing-setup

Analyze Android build files and create a testing strategy for unit, UI, screenshot, and E2E coverage.

Official
Advanced
πŸ“¦ In Repo
androidandroid

edge-to-edge

Migrates Jetpack Compose apps to adaptive edge-to-edge layouts with proper insets for bars and IME.

Official
Advanced
πŸ“¦ In Repo
androidandroid

android-cli

Orchestrate Android development tasks via the android CLI command surface.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How to install Android skills?β–Ό

Run `npx skills add android/skills --all -g -y` in your terminal to install all Android skills globally for your AI agent.

What do Android skills do?β–Ό

They give your AI agent official, step-by-step instructions for Android tasks like Compose migrations, CameraX integration, testing setup, and Play Store compliance audits.

Can AI migrate my XML layouts to Jetpack Compose?β–Ό

Yes. The migration skill analyzes your XML layouts, captures a visual baseline, converts them to Compose, and validates pixel-perfect parity with screenshot tests.

Do Android skills work with Claude Code and other agents?β–Ό

Yes. All skills follow the open SKILL.md standard and work with Claude Code, Gemini, Cursor, and other compatible AI coding agents.

Can AI check my app for Play Store policy violations?β–Ό

Yes. The play-policy-insights skill audits your code for data safety, permissions, and credential issues, then generates a compliance report before you submit.

Related Repositories in Software Engineering

View All in Software Engineering→