Skip to content

Commit 073d4c0

Browse files
committed
update
1 parent 3c32748 commit 073d4c0

1 file changed

Lines changed: 28 additions & 35 deletions

File tree

README.md

Lines changed: 28 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -35,33 +35,6 @@ Before you begin, ensure you have the following:
3535
3636
## Getting Started
3737

38-
### Installation
39-
40-
To install these skills as a plugin for your preferred AI agent:
41-
42-
**Gemini CLI:**
43-
44-
```bash
45-
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql
46-
```
47-
48-
To view or update your configuration in Gemini CLI:
49-
50-
- Terminal: `gemini extensions config cloud-sql-postgresql [setting name] [--scope <scope>]`
51-
- Gemini CLI: `/extensions list`
52-
53-
**Claude Code:**
54-
55-
```bash
56-
claude plugin add https://github.com/gemini-cli-extensions/cloud-sql-postgresql
57-
```
58-
59-
**Codex:**
60-
61-
```bash
62-
codex plugin add https://github.com/gemini-cli-extensions/cloud-sql-postgresql
63-
```
64-
6538
### Configuration
6639

6740
You may be prompted to configure the following settings during installation. These settings can also be set as environment variables.
@@ -79,32 +52,52 @@ You may be prompted to configure the following settings during installation. The
7952
> - Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
8053
> - If your Cloud SQL for PostgreSQL instance uses private IPs, you must run your agent in the same Virtual Private Cloud (VPC) network.
8154
82-
### Usage
55+
### Installation & Usage
8356

84-
To start interacting with your database, launch your preferred AI agent and use natural language to ask questions or perform tasks.
57+
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
8558

86-
**Gemini CLI:**
59+
#### Gemini CLI
8760

61+
**1. Install the extension:**
8862
```bash
89-
gemini
63+
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql
9064
```
9165

66+
**2. (Optional) Manage Configuration:**
67+
To view or update your configuration in Gemini CLI:
68+
- Terminal: `gemini extensions config cloud-sql-postgresql [setting name] [--scope <scope>]`
69+
- Gemini CLI: `/extensions list`
70+
71+
**3. Start the agent:**
72+
```bash
73+
gemini
74+
```
9275
_(Tip: Run `/extensions list` to verify your configuration and active extensions.)_
9376

94-
**Claude Code:**
77+
#### Claude Code
9578

79+
**1. Install the plugin:**
9680
```bash
97-
claude
81+
claude plugin add https://github.com/gemini-cli-extensions/cloud-sql-postgresql
9882
```
9983

84+
**2. Start the agent:**
85+
```bash
86+
claude
87+
```
10088
_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_
10189

102-
**Codex:**
90+
#### Codex
10391

92+
**1. Install the plugin:**
10493
```bash
105-
codex
94+
codex plugin add https://github.com/gemini-cli-extensions/cloud-sql-postgresql
10695
```
10796

97+
**2. Start the agent:**
98+
```bash
99+
codex
100+
```
108101
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
109102

110103
> [!WARNING]

0 commit comments

Comments
 (0)