Skip to content

Commit d70471c

Browse files
authored
Merge branch 'main' into renovate/github-actions
2 parents 758b5e0 + 2cf5b24 commit d70471c

2 files changed

Lines changed: 5 additions & 17 deletions

File tree

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -113,29 +113,17 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
113113

114114
#### Antigravity CLI
115115

116-
**1. Clone the Repo:**
117-
118-
```bash
119-
git clone --branch 0.5.2 https://github.com/gemini-cli-extensions/knowledge-catalog.git
120-
```
121-
122-
**2. Install the skills:**
116+
You can install plugins directly from a remote GitHub repository.
123117

124-
Choose a location for the skills:
125-
- **Global (all workspaces):** `~/.gemini/antigravity-cli/skills/`
126-
- **Workspace-specific:** `<workspace-root>/.agents/skills/`
127-
128-
Copy the skill folders from the cloned repository's `skills/` directory to your chosen location:
118+
**1. Install the plugin:**
129119

130120
```bash
131-
cp -R knowledge-catalog/skills/* ~/.gemini/antigravity-cli/skills/
121+
agy plugin install https://github.com/gemini-cli-extensions/knowledge-catalog
132122
```
133123

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

137-
_(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.)_
138-
139127
</details>
140128

141129
<details>

toolbox_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.6.0

0 commit comments

Comments
 (0)