From b587ab0325d9214b132dc36f6facbebccbb84ad6 Mon Sep 17 00:00:00 2001 From: Simona Milanovic Date: Thu, 16 Apr 2026 18:10:08 +0100 Subject: [PATCH] Update README --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index effd96e..e4cafad 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,31 @@ Android skills follow the [open-standard agent skills](https://agentskills.io/ho files (SKILL.md) that provide a technical specification of a task, and ground LLMs with information on specialized domains and workflows. -To use Android skills, check -your agent's documentation. +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 + +Use Android CLI to install Android skills to directories for all detected agents: + +``` +android skills add [--all] [--agent=] [--skill=] +``` + +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:** + +- `--all` - Add all Android skills. If omitted (and `--skill` isn't specified), 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. +- `--skill` - Specific skill that you want to install. If omitted (and `--all` isn't specified), + only the `android-cli` skill will be installed. ## Disclaimer