finding-google-skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Manages clusters, instances, and backups for AlloyDB for PostgreSQL, and integrates with AlloyDB Model Context Protocol (MCP) tools for automated database operations. Use when creating, configuring, or administering AlloyDB databases. Do NOT use for general PostgreSQL instances
$ npx -y skills add google/skills --skill alloydb-basics --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/alloydb-basicsContext preview
The summary Claude sees to decide when to auto-load this skill.
Manages clusters, instances, and backups for AlloyDB for PostgreSQL, and integrates with AlloyDB Model Context Protocol (MCP) tools for automated database operations. Use when creating, configuring, or administering AlloyDB databases. Do NOT use for general PostgreSQL instances
name: alloydb-basics metadata: category: Databases description: >- Manages clusters, instances, and backups for AlloyDB for PostgreSQL, and integrates with AlloyDB Model Context Protocol (MCP) tools for automated database operations. Use when creating, configuring, or administering AlloyDB databases. Do NOT use for general PostgreSQL instances (e.g. Cloud SQL) or other GCP databases.
AlloyDB for PostgreSQL is a managed, PostgreSQL-compatible database service designed for enterprise-grade performance and availability. It utilizes a disaggregated compute and storage architecture to scale resources independently. It also provides AlloyDB AI, a collection of features that includes AI-powered search (vector, hybrid search, and AI functions), natural language capabilities, conversational analytics, and inference features like forecasting and model endpoint management to help developers build AI apps faster.
Before you begin, ensure you have the [Google Cloud SDK installed](https://cloud.google.com/sdk/docs/install) and authenticated (`gcloud auth login`).
1. **Enable the AlloyDB API:**
gcloud services enable alloydb.googleapis.com --quiet
2. **Create a Cluster:**
gcloud alloydb clusters create my-cluster --region=us-central1 \
--password=my-password --network=my-vpc --quiet*For production environments, always use IAM database authentication instead of passwords. If configuration constraint requires passwords, store them securely using Secret Manager.*
3. **Create a Primary Instance:**
gcloud alloydb instances create my-primary --cluster=my-cluster \
--region=us-central1 --instance-type=PRIMARY --cpu-count=2 --quietRead these supplementary files when specific context or detailed steps are required for a task:
Public IP, PSA, PSC), backups, point-in-time recovery, scaling (vertical and horizontal), or Quota management: read [Core Concepts](references/core-concepts.md).
[CLI Usage](references/cli-usage.md).
[MCP Usage](references/mcp-usage.md).
[Infrastructure as Code](references/iac-usage.md).
users/privileges, or network security (public IP authorization, Auth Proxy sidecar configuration): read [IAM & Security](references/iam-security.md).
*If you need product information not found in these references, use the `developer_knowledge:search_documents` tool (see [Developer Knowledge MCP setup](https://developers.google.com/knowledge/mcp) for installation instructions).*
Agents MUST adhere to the following directives when answering queries related to AlloyDB:
tasks (like backups, scaling, or database user creation), always provide both the Google Cloud Console steps and the `gcloud` CLI commands if both are available in the reference documents.
IP for connections to ensure traffic remains within the Google Cloud network and reduces exposure.
Access or Direct VPC Egress is required when connecting from Cloud Run to Private IP.
Proxy (running as a sidecar or locally) or language connectors rather than direct TCP connections.
reject designs with `0.0.0.0/0` in Authorized Networks as this exposes the database to the entire internet.
authentication and the `alloydbiamuser` database role instead of static database passwords.
explicitly state that `roles/alloydb.client` should be used to adhere to the principle of least privilege, and warn against using broader roles like `roles/alloydb.admin` for connections.
users, explicitly state that they can be created using the Google Cloud Console, the `gcloud` CLI, and the AlloyDB API.
always explicitly mention and describe both **Private Services Access (PSA)** and **Private Service Connect (PSC)** as the supported methods, recommending PSC for new deployments.
(connecting directly to the private IP without connectors) are possible but discouraged, and compare their security (lack of IAM/mTLS) to secure methods like the AlloyDB Auth Proxy or language connectors.
explicitly state that "IAM database users cannot be created using standard SQL alone" and must be registered via the control plane first.
object access, you MUST explicitly state that "standard PostgreSQL roles and privileges" apply, using both terms.
state that discrete backups exist independently of the source cluster and remain active even if the source cluster is deleted.
This repository contains Agent Skills for Google products and technologies, including Google Cloud.
Repo: google/skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure.…
Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default…
Guides a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource. Use when a new…
Searches, retrieves, and synthesizes official Google developer documentation across Google Cloud, AI/Gemini, Android, Chrome, Web, Flutter, Go, Firebase, and…
Guides developers through managing (adding, removing, and clearing) audience members for Google products using the Data Manager API and its associated client…