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
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This repository provides a set of agent skills to interact with [Cloud SQL for P
- [Gemini CLI](#gemini-cli)
- [Claude Code](#claude-code)
- [Codex](#codex)
- [Antigravity](#antigravity)
- [Usage Examples](#usage-examples)
- [Supported Skills](#supported-skills)
- [Additional Agent Skills](#additional-agent-skills)
Expand All @@ -42,6 +43,7 @@ Before you begin, ensure you have the following:
- [Gemini CLI](https://github.com/google-gemini/gemini-cli) version **v0.6.0** or higher
- [Claude Code](https://claude.com/product/claude-code) version **v2.1.94** or higher
- [Codex](https://developers.openai.com/codex) **v0.117.0** or higher
- [Antigravity](https://antigravity.google) **v1.14.2** or higher
- A Google Cloud project with the **Cloud SQL Admin API** enabled.
- Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
- IAM Permissions:
Expand Down Expand Up @@ -189,6 +191,34 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify

</details>

<details>
<summary id="antigravity">Antigravity</summary>

**1. Clone the Repo:**

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

**2. Install the skills:**

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

Copy the skill folders from the cloned repository's `skills/` directory to your chosen location:

```bash
cp -R cloud-sql-postgresql/skills/* ~/.gemini/antigravity/skills/
```

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

_(Tip: Antigravity automatically discovers skills in these directories at the start of a session.)_

</details>

<!-- {x-release-please-end} -->

## Usage Examples
Expand Down
Loading