Skip to content

Commit f43d74e

Browse files
authored
docs: document Antigravity CLI remote plugin install (#122)
1 parent 49be417 commit f43d74e

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

122122
#### Antigravity CLI
123123

124-
**1. Clone the Repo:**
125-
126-
```bash
127-
git clone --branch 0.3.1 https://github.com/gemini-cli-extensions/spanner.git
128-
```
129-
130-
**2. Install the skills:**
124+
You can install plugins directly from a remote GitHub repository.
131125

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

138128
```bash
139-
cp -R spanner/skills/* ~/.gemini/antigravity-cli/skills/
129+
agy plugin install https://github.com/gemini-cli-extensions/spanner
140130
```
141131

142-
**3. Set env vars:**
132+
**2. Set env vars:**
143133
Set your environment vars as described in the [configuration section](#configuration).
144134

145-
_(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.)_
146-
147135
</details>
148136

149137
<details>

0 commit comments

Comments
 (0)