diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json new file mode 100644 index 0000000..0807c04 --- /dev/null +++ b/.codex-plugin/plugin.json @@ -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." + ] + } +}