You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-63Lines changed: 30 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
> [!NOTE]
4
4
> Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
5
5
6
-
This repository provides a set of agent skills to interact with [Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres) instances. These skills can be used with various AI agents, including [Gemini CLI](https://google-gemini.github.io/gemini-cli/), Claude Code, and Codex, to manage your databases, execute queries, explore schemas, and troubleshoot issues using natural language prompts.
6
+
This repository provides a set of agent skills to interact with [Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres) instances. These skills can be used with various AI agents, including [Antigravity CLI](https://antigravity.google/product/antigravity-cli), Claude Code, and Codex, to manage your databases, execute queries, explore schemas, and troubleshoot issues using natural language prompts.
7
7
8
8
> [!IMPORTANT]
9
9
> **We Want Your Feedback!**
@@ -19,10 +19,9 @@ This repository provides a set of agent skills to interact with [Cloud SQL for P
_(Tip: Run `/extensions list` to verify your configuration and active extensions.)_
120
+
**3. Set env vars:**
121
+
Set your environment vars as described in the [configuration section](#configuration).
109
122
110
-
> [!WARNING]
111
-
> **Changing Instance & Database Connections**
112
-
> Currently, the database connection must be configured before starting the agent and can not be changed during a session.
113
-
> To save and resume conversation history in Gemini CLI use command: `/chat save <tag>` and `/chat resume <tag>`.
123
+
_(Tip: Antigravity 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.)_
114
124
115
125
</details>
116
126
@@ -184,49 +194,6 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
184
194
185
195
</details>
186
196
187
-
<details>
188
-
<summaryid="antigravity">Antigravity</summary>
189
-
190
-
You can install skills using the `npx skills` command or manually by copying files.
191
-
192
-
#### Option A: Install via Skills CLI
193
-
194
-
Run the following command in your terminal to automatically download and register all skills for Antigravity:
195
-
196
-
```bash
197
-
npx skills add https://github.com/gemini-cli-extensions/cloud-sql-postgresql/tree/0.4.0 -a antigravity -y
198
-
```
199
-
200
-
**2. Set env vars:**
201
-
Set your environment vars as described in the [configuration section](#configuration).
Set your environment vars as described in the [configuration section](#configuration).
225
-
226
-
_(Tip: Antigravity 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.)_
0 commit comments