Skip to content

Commit a9e9ec5

Browse files
committed
add details for skills npx
1 parent b73e3fe commit a9e9ec5

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [!NOTE]
44
> Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
55
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.
77

88
> [!IMPORTANT]
99
> **We Want Your Feedback!**
@@ -89,21 +89,6 @@ You can use either of these two agents for Antigravity:
8989
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
9090
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
9191

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-
10792
**1. Clone the Repo:**
10893

10994
```bash
@@ -201,6 +186,21 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
201186

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

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+
204204
## Usage Examples
205205

206206
Interact with Cloud SQL for PostgreSQL using natural language:

0 commit comments

Comments
 (0)