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
+67-42Lines changed: 67 additions & 42 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
> This extension is 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 SQL Server](https://cloud.google.com/sql/docs/sqlserver) 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 SQL Server](https://cloud.google.com/sql/docs/sqlserver) instances. These skills can be used with various AI agents, including [Antigravity](https://antigravity.google/), [Claude Code](https://claude.com/product/claude-code) and [Codex](https://developers.openai.com/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 S
@@ -40,10 +39,11 @@ This repository provides a set of agent skills to interact with [Cloud SQL for S
40
39
Before you begin, ensure you have the following:
41
40
42
41
- One of these AI agents installed
43
-
-[Gemini CLI](https://github.com/google-gemini/gemini-cli) version **v0.6.0** or higher
44
-
-[Claude Code](https://claude.com/product/claude-code) version **v2.1.94** or higher
45
-
-[Codex](https://developers.openai.com/codex)**v0.117.0** or higher
46
-
-[Antigravity](https://antigravity.google)**v1.14.2** or higher
42
+
- Antigravity
43
+
-[Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
44
+
-[Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
45
+
-[Claude Code](https://claude.com/product/claude-code) version **v2.1.94** or higher.
46
+
-[Codex](https://developers.openai.com/codex)**v0.117.0** or higher.
47
47
- A Google Cloud project with the **Cloud SQL Admin API** enabled.
48
48
- Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
49
49
- IAM Permissions:
@@ -82,34 +82,73 @@ For the latest version, check the [releases page][releases].
82
82
<!-- {x-release-please-start-version} -->
83
83
84
84
<detailsopen>
85
-
<summaryid="gemini-cli">Gemini CLI</summary>
85
+
<summaryid="antigravity">Antigravity</summary>
86
+
87
+
You can use either of these two agents for Antigravity:
88
+
-[Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
89
+
-[Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
90
+
91
+
<blockquote>
92
+
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
93
+
If you previously installed this extension with <code>gemini extensions install</code>, you can convert it to an Antigravity plugin instead of reinstalling from scratch:
94
+
<ul>
95
+
<li><strong>On first launch of Antigravity CLI</strong>, accept the Migration Options prompt to automatically convert your installed Gemini CLI extensions to Antigravity plugins.</li>
See <ahref="https://antigravity.google/docs/gcli-migration">Migrating from Gemini CLI</a> for details on plugins, context files (<code>GEMINI.md</code> / <code>AGENTS.md</code>), and MCP server config differences.
During the installation, enter your environment vars as described in the [configuration section](#configuration).
123
+
**3. Set env vars:**
124
+
Set your environment vars as described in the [configuration section](#configuration).
94
125
95
-
**2. (Optional) Manage Configuration:**
96
-
To view or update your configuration in Gemini CLI:
126
+
_(Tip: Antigravity 2.0 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.)_
Set your environment vars as described in the [configuration section](#configuration).
150
+
151
+
_(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.)_
113
152
114
153
</details>
115
154
@@ -189,35 +228,21 @@ Enter your environment vars as described in the [configuration section](#configu
189
228
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
190
229
191
230
</details>
231
+
## Installing using [open agent skills tool](https://github.com/vercel-labs/skills)
192
232
193
-
<details>
194
-
<summaryid="antigravity">Antigravity</summary>
233
+
You can install skills using the `npx skills` command.
195
234
196
-
**1. Clone the Repo:**
235
+
Run the following command in your terminal to automatically download and register the skills:
0 commit comments