Skip to content

Commit 61abc7a

Browse files
authored
docs: document Antigravity CLI remote plugin install (#182)
1 parent 38ab73d commit 61abc7a

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

129129
#### Antigravity CLI
130130

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

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

145135
```bash
146-
cp -R cloud-sql-postgresql/skills/* ~/.gemini/antigravity-cli/skills/
136+
agy plugin install https://github.com/gemini-cli-extensions/cloud-sql-postgresql
147137
```
148138

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

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

156144
<details>

0 commit comments

Comments
 (0)