What problem does it solve? Setting up and operating AlloyDB for PostgreSQL requires navigating many commands, connection methods, and security options. This Skill consolidates the essential workflows for provisioning clusters, creating instances, managing backups, and connecting applications securely. ## Core Features & Use Cases - Cluster and Instance Management: Create, list, describe, restart, and delete AlloyDB clusters and instances using gcloud alloydb commands. - Application Connectivity: Connect from Python, Java, and Go using AlloyDB Language Connectors, the Auth Proxy, or standard PostgreSQL drivers. - Infrastructure as Code: Deploy AlloyDB resources with Terraform or Kubernetes Config Connector using ready-made examples. - Security & IAM Guidance: Apply predefined IAM roles, IAM database authentication, Private IP/PSC connectivity, and encryption best practices. - Use Case: A developer needs to stand up a PostgreSQL-compatible database for a new service. Use this Skill to enable the API, create a cluster and primary instance, then connect a Python app via the AlloyDB connector with IAM authentication. ## Quick Start Ask the assistant to create an AlloyDB cluster named my-cluster in us-central1 with a primary instance using the gcloud CLI.