Skip to content

Commit 63057c7

Browse files
authored
docs: document Antigravity CLI remote plugin install (#137)
1 parent 89f3048 commit 63057c7

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

124124
#### Antigravity CLI
125125

126-
**1. Clone the Repo:**
127-
128-
```bash
129-
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
130-
```
131-
132-
**2. Install the skills:**
126+
You can install plugins directly from a remote GitHub repository.
133127

134-
Choose a location for the skills:
135-
- **Global (all workspaces):** `~/.gemini/antigravity-cli/skills/`
136-
- **Workspace-specific:** `<workspace-root>/.agents/skills/`
137-
138-
Copy the skill folders from the cloned repository's `skills/` directory to your chosen location:
128+
**1. Install the plugin:**
139129

140130
```bash
141-
cp -R bigquery-data-analytics/skills/* ~/.gemini/antigravity-cli/skills/
131+
agy plugin install https://github.com/gemini-cli-extensions/bigquery-data-analytics
142132
```
143133

144-
**3. Set env vars:**
134+
**2. Set env vars:**
145135
Set your environment vars as described in the [configuration section](#configuration).
146136

147-
_(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.)_
148-
149137
</details>
150138

151139
<details>

0 commit comments

Comments
 (0)