diff --git a/README.md b/README.md index 55ef253..1490f88 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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.