From 40fd2315d9b4dff98b376dccc746cd4ada8d795a Mon Sep 17 00:00:00 2001 From: vinishavathwani Date: Fri, 31 Jul 2026 15:38:18 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ef253..2850558 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,11 @@ 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 coding 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. From 853c7515e8a1fab7609adbd93451a82ffb437c76 Mon Sep 17 00:00:00 2001 From: vinishavathwani Date: Fri, 31 Jul 2026 15:38:48 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2850558..9ffd10b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ will be installed for Gemini and Antigravity at `~/.gemini/antigravity/skills`. Your coding 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. From d60a0cb9a42f2532fec5ce5384b52c8d4ae1abdf Mon Sep 17 00:00:00 2001 From: vinishavathwani Date: Fri, 31 Jul 2026 15:44:08 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ffd10b..1490f88 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ will be installed for Gemini and Antigravity at `~/.gemini/antigravity/skills`. ### Activate skills -Your coding 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. +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