Skip to content

Commit 0d7b9a7

Browse files
committed
add TOC and collapsible sections
1 parent d3d3920 commit 0d7b9a7

1 file changed

Lines changed: 27 additions & 3 deletions

File tree

README.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@ This repository provides a set of agent skills to interact with [Cloud SQL for P
1212
1313
[form]: https://docs.google.com/forms/d/e/1FAIpQLSfEGmLR46iipyNTgwTmIDJqzkAwDPXxbocpXpUbHXydiN1RTw/viewform?usp=pp_url&entry.157487=cloud-sql-postgresql
1414

15+
## Table of Contents
16+
17+
- [Why Use Cloud SQL for PostgreSQL Agent Skills?](#why-use-cloud-sql-for-postgresql-agent-skills)
18+
- [Prerequisites](#prerequisites)
19+
- [Getting Started](#getting-started)
20+
- [Installation & Usage](#installation--usage)
21+
- [Gemini CLI](#gemini-cli)
22+
- [Claude Code](#claude-code)
23+
- [Codex](#codex)
24+
- [Configuration](#configuration)
25+
- [Usage Examples](#usage-examples)
26+
- [Supported Skills](#supported-skills)
27+
- [Additional Agent Skills](#additional-agent-skills)
28+
- [Troubleshooting](#troubleshooting)
29+
1530
## Why Use Cloud SQL for PostgreSQL Agent Skills?
1631

1732
- **Seamless Workflow:** Integrates seamlessly into your AI agent's environment. No need to constantly switch contexts for common database tasks.
@@ -39,7 +54,8 @@ Before you begin, ensure you have the following:
3954

4055
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.
4156

42-
#### Gemini CLI
57+
<details open>
58+
<summary>Gemini CLI</summary>
4359

4460
**1. Install the extension:**
4561
```bash
@@ -57,7 +73,10 @@ gemini
5773
```
5874
_(Tip: Run `/extensions list` to verify your configuration and active extensions.)_
5975

60-
#### Claude Code
76+
</details>
77+
78+
<details>
79+
<summary>Claude Code</summary>
6180

6281
**1. Start the agent:**
6382
```bash
@@ -75,7 +94,10 @@ claude
7594
```
7695
_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_
7796

78-
#### Codex
97+
</details>
98+
99+
<details>
100+
<summary>Codex</summary>
79101

80102
**1. Clone the Repo:**
81103
```bash
@@ -116,6 +138,8 @@ cp -R /absolute/path/to/cloud-sql-postgresql ~/.codex/plugins/cloud-sql-postgres
116138

117139
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
118140

141+
</details>
142+
119143
### Configuration
120144

121145
You may be prompted to configure the following settings during installation. These settings can also be set as environment variables.

0 commit comments

Comments
 (0)