Skip to content

Commit 7adeabc

Browse files
committed
docs: document Antigravity CLI remote plugin install
Replace the manual clone-and-copy steps for the Antigravity CLI with the direct `agy plugins install` command from a remote GitHub repository. Reference: GoogleCloudPlatform/data-agent-kit#46
1 parent fda5aac commit 7adeabc

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -129,29 +129,17 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
129129

130130
#### Antigravity CLI
131131

132-
**1. Clone the Repo:**
133-
134-
```bash
135-
git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
136-
```
137-
138-
**2. Install the skills:**
132+
You can install plugins directly from a remote GitHub repository.
139133

140-
Choose a location for the skills:
141-
- **Global (all workspaces):** `~/.gemini/antigravity-cli/skills/`
142-
- **Workspace-specific:** `<workspace-root>/.agents/skills/`
143-
144-
Copy the skill folders from the cloned repository's `skills/` directory to your chosen location:
134+
**1. Install the plugin:**
145135

146136
```bash
147-
cp -R cloud-sql-mysql/skills/* ~/.gemini/antigravity-cli/skills/
137+
agy plugins install https://github.com/gemini-cli-extensions/cloud-sql-mysql
148138
```
149139

150-
**3. Set env vars:**
140+
**2. Set env vars:**
151141
Set your environment vars as described in the [configuration section](#configuration).
152142

153-
_(Tip: Antigravity CLI automatically discovers skills in these directories at the start of a session. You can verify they are active by running the `/skills` command in your active session.)_
154-
155143
</details>
156144

157145
<details>

0 commit comments

Comments
 (0)