Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Android skills

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

Expand Down Expand Up @@ -47,6 +47,10 @@ will be installed for Gemini and Antigravity at `~/.gemini/antigravity/skills`.
only the `android-cli` skill will be installed.
- `--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.
Expand Down
Loading