Update README (#16)

This commit is contained in:
Simona
2026-04-16 18:16:16 +01:00
committed by GitHub
parent b458f3d150
commit ab0fb33611
+25 -2
View File
@@ -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=<agent-name>] [--skill=<skill-name>]
```
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