0
Fork 0
mirror of https://github.com/android/skills.git synced 2026-09-23 07:23:23 +00:00
No description
Find a file
History 2026-09-15 10:05:01 +01:00
.agents/plugins Add Claude Code and Codex plugin/marketplace manifests (#111) 2026-07-28 18:56:32 +02:00
.claude-plugin Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
.codex-plugin Bump plugin version to v1.0.11 2026-09-07 11:57:38 +00:00
.github Update the Update Skills action to create a PR instead of merging to main directly (#161) 2026-08-27 13:56:53 +01:00
build-system/agp/agp-9-upgrade Updates skills (2026-08-24 08:35) 2026-08-24 08:35:55 +00:00
camera/camerax Updates skills (2026-08-24 08:35) 2026-08-24 08:35:55 +00:00
device-ai Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
identity Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
jetpack-compose Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
media/media3-cast-integration Updates skills (2026-08-24 08:35) 2026-08-24 08:35:55 +00:00
navigation Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
performance/r8-analyzer Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
play Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
profilers/android-profiler Updates skills (2026-08-17 17:17) 2026-08-17 17:17:28 +00:00
security/android-intent-security Updates skills (2026-08-24 08:35) 2026-08-24 08:35:55 +00:00
system/edge-to-edge Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
testing/testing-setup Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
tv/leanback-to-compose-tv-migration Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
wear/wear-compose-m3 Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
xr/display-glasses-with-jetpack-compose-glimmer Updates skills (2026-09-07 11:38) (#187) 2026-09-07 12:56:54 +01:00
LICENSE.txt Updates skills (2026-04-08 15:56) 2026-04-08 15:56:48 +00:00
README.md Fix README with the latest CLI skill command changes (#174) 2026-09-01 13:19:32 +01:00

Android skills

Android skills are a dedicated repository of AI-optimized, modular instructions and resources, to help agents better understand and execute specific patterns that follow the best practices and guidance on Android development from developer.android.com.

Android skills follow the open-standard agent skills - markdown files (SKILL.md) that provide a technical specification of a task, and ground LLMs with information on specialized domains and workflows.

Our Android skill development focuses on use cases and workflows where evaluations show LLMs underperform. We aren't prioritizing well-established areas where LLMs are already proficient, such as basic Jetpack Compose best practices.

To learn more, read the official documentation:

Install Android skills

Use Android CLI to install a specific skill into the current directory:

android skills add r8-analyzer --project=.

Use Android CLI to install all Android skills to directories for all detected agents:

android skills add --all

If you don't have any existing agent directories and don't specify particular agents, the skills will be installed for Gemini and Antigravity at ~/.gemini/antigravity/skills.

Options:

  • --all - Add all Android skills. If omitted, only the android-cli skill will be installed.
  • --agent - A comma-separated list of agents to install the skill for. If omitted, the skill will be installed for all detected agents.
  • --project - Path to a project root in which to install the skills.

Activate skills

Your agent automatically activates skills that are relevant to your task. To use a skill, prompt your agent to complete a task that is related to the skill, for example "Make my app UI edge-to-edge." The agent should automatically find and use the skill if it has been installed.

Disclaimer

AI can make mistakes, so always double-check the results.

Contributing

Submit a GitHub issue to provide feedback, report issues, or make new skill requests and changes.

Public contributions are not accepted at this time.

License

Android Skills is licensed under the Apache License 2.0. See the LICENSE.txt file for details.

Review our community guidelines

This project follows Google's Open Source Community Guidelines.