skills
Official Android development skills for AI coding agents
All Skills in This Repository (26)
Pure Emerald Level Indicatorsverified-email
Retrieve cryptographically verified emails via Android Credential Manager with OpenID4VP.
camera1-to-camerax
Migrate legacy Camera1 or Camera2 code to CameraX with lifecycle binding.
adaptive
Migrate Jetpack Compose navigation and layouts to Navigation 3 adaptive multi-pane UIs.
styles
Migrate custom Jetpack Compose components and theming to the Experimental Styles API.
migrate-xml-views-to-jetpack-compose
Migrate Android XML View layouts to Jetpack Compose with validation.
navigation-3
Migrate Android Jetpack Compose apps from Navigation 2 to Navigation 3 with NavDisplay and typed NavKey routes.
display-glasses-with-jetpack-compose-glimmer
Configure projected Android XR display glasses apps with Jetpack Compose Glimmer theming and focus navigation.
perfetto-trace-analysis
Analyze Perfetto traces to locate Android app latency, memory, and jank root causes.
perfetto-sql
Translate natural-language performance intents into Perfetto SQL queries and execute them on trace files.
testing-setup
Analyze Android build files and create a testing strategy for unit, UI, screenshot, and E2E coverage.
edge-to-edge
Migrates Jetpack Compose apps to adaptive edge-to-edge layouts with proper insets for bars and IME.
android-cli
Orchestrate Android development tasks via the android CLI command surface.
Frequently Asked Questions
FAQPage SchemaHow 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βopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core