Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "cloud-sql-postgresql",
"version": "0.3.0",
"description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.",
"author": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"homepage": "https://cloud.google.com/sql",
"repository": "https://github.com/gemini-cli-extensions/cloud-sql-postgresql",
"license": "Apache-2.0",
"keywords": [
"cloud-sql",
"postgresql",
"database"
],
"skills": "./skills/",
"interface": {
"displayName": "Cloud SQL for PostgreSQL",
"shortDescription": "Interact with CloudSQL for PostgreSQL instances.",
"developerName": "Google LLC",
"category": "Database",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"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."
]
}
}
Loading