2026-04-09 15:45:34 +01:00
## Android skills
2026-03-24 15:26:30 +00:00
2026-04-27 16:57:45 +01:00
**Android skills ** are a dedicated repository of **AI-optimized, modular instructions ** and
2026-08-03 15:07:16 +05:30
resources, to help agents better understand and execute specific patterns that follow the best
2026-04-27 16:57:45 +01:00
practices and guidance on Android development
from [developer.android.com ](https://developer.android.com ).
2026-03-24 15:26:30 +00:00
2026-04-09 15:45:34 +01:00
Android skills follow the [open-standard agent skills ](https://agentskills.io/home ) - markdown
2026-04-27 16:57:45 +01:00
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.
2026-03-24 15:26:30 +00:00
2026-04-16 18:16:16 +01:00
To learn more, read the official documentation:
- [Android skills ](https://developer.android.com/tools/agents/android-skills )
- [Android CLI ](https://developer.android.com/tools/agents/android-cli )
- [Android Studio ](https://developer.android.com/studio/gemini/skills )
### Install Android skills
2026-04-30 12:26:56 +02:00
Use Android CLI to install a specific skill into the current directory:
2026-04-16 18:16:16 +01:00
```
2026-09-01 12:19:32 +00:00
android skills add r8-analyzer --project=.
2026-04-30 12:26:56 +02:00
```
Use Android CLI to install all Android skills to directories for all detected agents:
```
android skills add --all
2026-04-16 18:16:16 +01:00
```
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: **
2026-09-01 12:19:32 +00:00
- `--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.
2026-04-30 12:26:56 +02:00
- `--project` - Path to a project root in which to install the skills.
2026-03-24 15:26:30 +00:00
2026-08-03 15:07:16 +05:30
### 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.
2026-03-24 15:26:30 +00:00
## Disclaimer
2026-04-09 15:45:34 +01:00
AI can make mistakes, so always double-check the results.
2026-03-24 15:26:30 +00:00
## Contributing
2026-04-09 15:45:34 +01:00
Submit a GitHub issue to provide feedback, report issues, or make new skill requests and changes.
Public contributions are not accepted at this time.
2026-03-24 15:26:30 +00:00
## License
2026-04-09 15:45:34 +01:00
Android Skills is licensed under the [Apache License 2.0 ](LICENSE.txt ). See the `LICENSE.txt` file
for
details.
## Review our community guidelines
This project follows
2026-04-30 12:26:56 +02:00
[Google's Open Source Community Guidelines ](https://opensource.google/conduct/ ).