Planning skill that interrogates your use case before any code is written, then recommends the right Twilio Conversations stack — ConversationRelay, Memory, Intelligence, Orchestrator, TaskRouter — and the implementation skills to follow.
Cloud SQL Basics
Summary
Google's official Cloud SQL skill — create and connect MySQL, PostgreSQL and SQL Server instances with the right gcloud commands, Auth Proxy setup, HA and backup model.
Features
- Working quick start: instance, admin password, database, connection name, Auth Proxy, psql
- Edition comparison — Enterprise vs Enterprise Plus, read pools and high availability
- Connector and client-library guidance for Python, Java, Node.js and Go
- Terraform resources for instances, databases and users
- Disaster recovery: backup types, PITR, replicas and Advanced DR
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
"Provision a highly available Cloud SQL for PostgreSQL instance in europe-west1, create an app database and user, and show me how to connect from a local machine through the Auth Proxy."
Description
Cloud SQL is Google Cloud's managed relational database for MySQL, PostgreSQL and SQL Server. The gap agents fall into is not the SQL — it is everything around it: which gcloud sql flags actually exist, why a psql connection hangs without the Auth Proxy running, and which edition you need before high availability or read pools are even an option.
This skill from Google's official skills repository walks the whole first path end to end: enabling the Admin API, creating an instance with a concrete machine shape, setting the default admin user's password, creating a database, retrieving the PROJECT:REGION:INSTANCE connection name, starting cloud-sql-proxy, and connecting through it. Each step is a command the agent can run rather than a description of a console screen.
Behind that sits a reference directory the agent pulls in on demand: Enterprise versus Enterprise Plus editions, instance architecture, read pools and high availability; the full gcloud sql command surface for instances, databases and users; connectors and client libraries for Python, Java, Node.js and Go; the Cloud SQL remote MCP server and Gemini CLI extension; Terraform for instances, databases and users; predefined IAM roles, SSL/TLS certificates and Auth Proxy configuration; and the disaster-recovery model — backup types, point-in-time recovery, replicas and Enterprise Plus Advanced DR.
Reach for it when an agent is provisioning a Cloud SQL instance, debugging a connection that will not open, or reviewing whether an existing setup can actually survive a zone failure.
Related Skills
Foundational fal.ai skill that drives the genmedia CLI across 1200+ hosted generative model endpoints — smart routing, schema inspection, async queues and agent-parseable JSON.
Official AWS skill for authoring, deploying and debugging CDK stacks — construct patterns, bootstrap, drift, resource import and the CloudFormation errors that trap people.
The official Genkit skill for Node.js and TypeScript — flows, Dotprompt files, tools and the beta agent API with sessions, interrupts and branching.