Skip to content

Commit 9d73a7b

Browse files
authored
docs: document Antigravity CLI remote plugin install (#122)
1 parent 5069d84 commit 9d73a7b

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
@@ -127,29 +127,17 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
127127

128128
#### Antigravity CLI
129129

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

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

144134
```bash
145-
cp -R cloud-sql-sqlserver/skills/* ~/.gemini/antigravity-cli/skills/
135+
agy plugin install https://github.com/gemini-cli-extensions/cloud-sql-sqlserver
146136
```
147137

148-
**3. Set env vars:**
138+
**2. Set env vars:**
149139
Set your environment vars as described in the [configuration section](#configuration).
150140

151-
_(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.)_
152-
153141
</details>
154142

155143
<details>

0 commit comments

Comments
 (0)