mirror of
https://github.com/android/skills.git
synced 2026-09-14 20:07:09 +08:00
Improves Android CLI instructions (#30)
* Improves Android CLI instructions Clarify usage of Android CLI for skill installation. * Rename '--path' option to '--project' in README
This commit is contained in:
@@ -22,10 +22,16 @@ To learn more, read the official documentation:
|
||||
|
||||
### Install Android skills
|
||||
|
||||
Use Android CLI to install Android skills to directories for all detected agents:
|
||||
Use Android CLI to install a specific skill into the current directory:
|
||||
|
||||
```
|
||||
android skills add [--all] [--agent=<agent-name>] [--skill=<skill-name>]
|
||||
android skills add --skill=r8-analyzer --project=.
|
||||
```
|
||||
|
||||
Use Android CLI to install all Android skills to directories for all detected agents:
|
||||
|
||||
```
|
||||
android skills add --all
|
||||
```
|
||||
|
||||
If you don't have any existing agent directories and don't specify particular agents, the skills
|
||||
@@ -39,6 +45,7 @@ will be installed for Gemini and Antigravity at `~/.gemini/antigravity/skills`.
|
||||
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.
|
||||
- `--project` - Path to a project root in which to install the skills.
|
||||
|
||||
## Disclaimer
|
||||
|
||||
@@ -59,4 +66,4 @@ details.
|
||||
## Review our community guidelines
|
||||
|
||||
This project follows
|
||||
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
|
||||
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
|
||||
|
||||
Reference in New Issue
Block a user