Skip to content

Commit 6a6afd1

Browse files
committed
Antigravity readme fix
1 parent 966f7b8 commit 6a6afd1

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,21 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
187187
<details>
188188
<summary id="antigravity">Antigravity</summary>
189189

190+
You can install skills using the `npx skills` command or manually by copying files.
191+
192+
#### Option A: Install via Skills CLI
193+
194+
Run the following command in your terminal to automatically download and register all skills for Antigravity:
195+
196+
```bash
197+
npx skills add https://github.com/gemini-cli-extensions/cloud-sql-postgresql/tree/0.4.0 -a antigravity -y
198+
```
199+
200+
**2. Set env vars:**
201+
Set your environment vars as described in the [configuration section](#configuration).
202+
203+
#### Option B: Manual Installation
204+
190205
**1. Clone the Repo:**
191206

192207
```bash
@@ -208,7 +223,7 @@ cp -R cloud-sql-postgresql/skills/* ~/.gemini/antigravity/skills/
208223
**3. Set env vars:**
209224
Set your environment vars as described in the [configuration section](#configuration).
210225

211-
_(Tip: Antigravity automatically discovers skills in these directories at the start of a session.)_
226+
_(Tip: Antigravity 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.)_
212227

213228
</details>
214229

0 commit comments

Comments
 (0)