Update readMe (#121)

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
Vinisha Athwani
2026-08-03 15:07:16 +05:30
committed by GitHub
parent 23d9eae21a
commit ba0042c08b
+5 -1
View File
@@ -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.