Update README#16
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to include links to official documentation and a new section on installing Android skills via the CLI. The review feedback suggests pluralizing the agent placeholder in the command example to indicate support for multiple agents and recommends clarifying the phrasing regarding agent names and installation paths to resolve ambiguity.
| Use Android CLI to install Android skills to directories for all detected agents: | ||
|
|
||
| ``` | ||
| android skills add [--all] [--agent=<agent-name>] [--skill=<skill-name>] |
There was a problem hiding this comment.
The placeholder <agent-name> should be pluralized to <agent-names> to indicate that the --agent option accepts a comma-separated list of multiple agents, as described in the options section.
| android skills add [--all] [--agent=<agent-name>] [--skill=<skill-name>] | |
| android skills add [--all] [--agent=<agent-names>] [--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`. |
There was a problem hiding this comment.
The phrasing 'Gemini and Antigravity' is ambiguous when paired with the single path ~/.gemini/antigravity/skills. It is unclear if these are two separate agents sharing a directory or a single agent (e.g., 'Gemini Antigravity'). Clarifying this relationship would help users correctly locate their installed skills.
No description provided.