google-cloud-solution-build-deploy-agents

Designs and deploys AI agent architectures on Google Cloud through a four-phase workflow.

19.1k|1.5k|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/google/skills --skill google-cloud-solution-build-deploy-agents
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: google-cloud-solution-build-deploy-agents
Source: https://github.com/google/skills/tree/main/skills/cloud/google-cloud-solution-build-deploy-agents
Command: npx skills add https://github.com/google/skills --skill google-cloud-solution-build-deploy-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Designing and deploying AI agents or multi-agent systems on Google Cloud requires choosing among many products, following architecture best practices, and producing deployment automation, which is complex and error-prone without structured guidance.

Core Features & Use Cases

  • Requirements Discovery: Interactively gathers functional and non-functional requirements, resolves ambiguities, and recommends single-agent or multi-agent design patterns.
  • Solution Architecture Generation: Maps workload components to Google Cloud products (Cloud Run, GKE, Gemini Enterprise Agent Platform, Agent Gateway, Model Armor) and produces a Mermaid architecture diagram plus design recommendations.
  • Implementation and Validation Plans: Generates Terraform IaC, Agents CLI deployment instructions, and verification scripts covering dry-runs, connectivity, security, and content inspection.
  • Use Case: A team wants to build a customer-support multi-agent system on Google Cloud; the skill walks them from requirements through an approved architecture, deployable Terraform code, and a validation plan.

Quick Start

Ask the agent to design and deploy a multi-agent customer support system on Google Cloud, starting with requirements gathering.

Frequently Asked Questions about google-cloud-solution-build-deploy-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design and deploy AI agents on Google Cloud?▼

Follow the four-phase workflow: gather requirements, generate a solution architecture mapping components to Google Cloud products, produce Terraform and Agents CLI deployment instructions, then validate the deployment with verification scripts.

Should I use a single-agent or multi-agent system for my workload?▼

Single-agent systems suit simpler tasks and help refine core logic and tools. Multi-agent systems fit complex problems requiring multiple specialized agents collaborating on a workflow, based on complexity, latency, and cost requirements.

Which Google Cloud products does this skill recommend for agent runtimes?▼

Gemini Enterprise Agent Runtime is the primary recommendation, with Cloud Run and GKE as alternatives. Cloud Run offers scale-to-zero container hosting, while GKE provides maximum infrastructure control at higher operational cost.

When should I not use this skill for Google Cloud architecture?▼

Do not use it for general Google Cloud solution architecture without an agent context; use google-cloud-solution-architecture instead. It also does not fit narrow tasks targeting a single product unrelated to agentic systems.

How does the skill handle security for deployed AI agents?▼

It recommends Model Armor for input and output inspection, Agent Gateway for governed A2A communication, least-privilege IAM, encrypted environment variables for credentials, and Cloud Armor with load balancers for ingress protection.