google-cloud-agent-sdk-master
Installation
SKILL.md
Google Cloud Agent SDK Master
Master Google’s Agent Development Kit (ADK) patterns for building and deploying production-grade agents with clear tool contracts, validation, and operational guardrails.
Overview
Use this skill to quickly answer “how do I do X with Google ADK?” and to produce a safe, production-oriented plan (structure, patterns, deployment, verification) rather than ad-hoc snippets.
Examples
Example: Pick the right ADK pattern
- Request: “Should this be a single agent or a multi-agent orchestrator?”
- Output: an architecture recommendation with tradeoffs, plus a minimal scaffold plan.
Prerequisites
- The target environment (local-only vs Vertex AI Agent Engine)
- The agent’s core job, expected inputs/outputs, and required tools
- Any constraints (latency, cost, compliance/security)
Related skills