|
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 [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. |
| 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](https://antigravity.google/), [Claude Code](https://claude.com/product/claude-code) and [Codex](https://chatgpt.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!** |
@@ -89,21 +89,6 @@ You can use either of these two agents for Antigravity: |
89 | 89 | - [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher |
90 | 90 | - [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher. |
91 | 91 |
|
92 | | -You can install skills using the `npx skills` command or manually by copying files. |
93 | | - |
94 | | -#### Option A: Install via Skills CLI |
95 | | - |
96 | | -Run the following command in your terminal to automatically download and register all skills for Antigravity: |
97 | | - |
98 | | -```bash |
99 | | -npx skills add https://github.com/gemini-cli-extensions/cloud-sql-postgresql/tree/0.4.0 -a antigravity -y |
100 | | -``` |
101 | | - |
102 | | -**2. Set env vars:** |
103 | | -Set your environment vars as described in the [configuration section](#configuration). |
104 | | - |
105 | | -#### Option B: Manual Installation |
106 | | - |
107 | 92 | **1. Clone the Repo:** |
108 | 93 |
|
109 | 94 | ```bash |
@@ -201,6 +186,21 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify |
201 | 186 |
|
202 | 187 | <!-- {x-release-please-end} --> |
203 | 188 |
|
| 189 | +## Installing using skills package. |
| 190 | + |
| 191 | +You can install skills using the `npx skills` command. |
| 192 | + |
| 193 | +Run the following command in your terminal to automatically download and register the skills: |
| 194 | + |
| 195 | +```bash |
| 196 | +npx skills add https://github.com/gemini-cli-extensions/cloud-sql-postgresql/tree/0.4.0 |
| 197 | +``` |
| 198 | + |
| 199 | +For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills). |
| 200 | + |
| 201 | +**2. Set env vars:** |
| 202 | +Set your environment vars as described in the [configuration section](#configuration). |
| 203 | + |
204 | 204 | ## Usage Examples |
205 | 205 |
|
206 | 206 | Interact with Cloud SQL for PostgreSQL using natural language: |
|
0 commit comments