Skip to content

Commit 6739202

Browse files
committed
update readme
1 parent 86b3242 commit 6739202

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

.lycheeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/
22
https://www.npmjs.com/package/skills
3-
https://www.npmjs.com/package/plugins
3+
https://agent-plugins.org/compatible-clients

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This repository provides a set of agent skills to interact with [Cloud SQL for P
2323
- [Claude Code](#claude-code)
2424
- [Codex](#codex)
2525
- [Installing using open agent skills tool](#installing-using-open-agent-skills-tool)
26-
- [Installing using open agent plugins tool](#installing-using-open-agent-plugins-tool)
26+
- [Installing via a compatible Agent Plugins client](#installing-via-a-compatible-agent-plugins-client)
2727
- [Usage Examples](#usage-examples)
2828
- [Supported Skills](#supported-skills)
2929
- [Additional Agent Skills](#additional-agent-skills)
@@ -204,19 +204,17 @@ For detailed info check out the [Skills npm package](https://www.npmjs.com/packa
204204
**2. Set env vars:**
205205
Set your environment vars as described in the [configuration section](#configuration).
206206

207-
## Installing using [open agent plugins tool](https://www.npmjs.com/package/plugins)
207+
## Installing via a compatible Agent Plugins client
208208

209-
This repository is a valid [Agent Plugins](https://github.com/agentplugins/agent-plugins-spec) plugin, so you can install it into any supported agent with the `npx plugins` command.
209+
This repository is a valid [Agent Plugins](https://github.com/agentplugins/agent-plugins-spec) (v1) plugin. Any [Agent Plugins–compatible client](https://agent-plugins.org/compatible-clients) can install it directly using its own built-in plugin command — no extra tooling required — by pointing at this repository:
210210

211-
Run the following command in your terminal to automatically detect your installed agents and register the plugin:
212-
213-
```bash
214-
npx plugins add gemini-cli-extensions/cloud-sql-postgresql
211+
```
212+
https://github.com/gemini-cli-extensions/cloud-sql-postgresql
215213
```
216214

217-
For detailed info check out the [Plugins npm package](https://www.npmjs.com/package/plugins).
215+
Beyond harnesses covered by the native install above, compatible clients include VS Code, Cursor, GitHub Copilot, and Kiro. See your agent's documentation for its exact install command.
218216

219-
**2. Set env vars:**
217+
**Set env vars:**
220218
Set your environment vars as described in the [configuration section](#configuration).
221219

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

0 commit comments

Comments
 (0)