Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,29 +129,17 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th

#### Antigravity CLI

**1. Clone the Repo:**

```bash
git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
```

**2. Install the skills:**
You can install plugins directly from a remote GitHub repository.

Choose a location for the skills:
- **Global (all workspaces):** `~/.gemini/antigravity-cli/skills/`
- **Workspace-specific:** `<workspace-root>/.agents/skills/`

Copy the skill folders from the cloned repository's `skills/` directory to your chosen location:
**1. Install the plugin:**

```bash
cp -R cloud-sql-mysql/skills/* ~/.gemini/antigravity-cli/skills/
agy plugin install https://github.com/gemini-cli-extensions/cloud-sql-mysql
```

**3. Set env vars:**
**2. Set env vars:**
Set your environment vars as described in the [configuration section](#configuration).

_(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.)_

</details>

<details>
Expand Down
Loading