Skip to content

Commit 071d0ec

Browse files
authored
feat: add codex plugin config (#138)
1 parent c3392b3 commit 071d0ec

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.codex-plugin/plugin.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "cloud-sql-postgresql",
3+
"version": "0.3.0",
4+
"description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.",
5+
"author": {
6+
"name": "Google LLC",
7+
"email": "data-cloud-ai-integrations@google.com"
8+
},
9+
"homepage": "https://cloud.google.com/sql",
10+
"repository": "https://github.com/gemini-cli-extensions/cloud-sql-postgresql",
11+
"license": "Apache-2.0",
12+
"keywords": [
13+
"cloud-sql",
14+
"postgresql",
15+
"database"
16+
],
17+
"skills": "./skills/",
18+
"interface": {
19+
"displayName": "Cloud SQL for PostgreSQL",
20+
"shortDescription": "Interact with CloudSQL for PostgreSQL instances.",
21+
"developerName": "Google LLC",
22+
"category": "Database",
23+
"capabilities": [
24+
"Read",
25+
"Write"
26+
],
27+
"defaultPrompt": [
28+
"You are a highly skilled database engineer and database administrator. Your purpose is to help the developer build and interact with databases and utilize data context throughout the entire software delivery cycle."
29+
]
30+
}
31+
}

0 commit comments

Comments
 (0)