This handles deploying Google ADK agents to production once you're past prototyping. It covers the three deployment targets (Agent Runtime, Cloud Run, GKE) with a clear decision matrix based on networking needs, scaling requirements, and session state. The workflow is opinionated: it won't deploy without explicit approval and tracks multi-step processes with task lists. Useful details include Agent Runtime timeout recovery patterns, the fact that OAuth agents need Agent Runtime with Gemini Enterprise, and that event-driven agents require Cloud Run since Agent Runtime doesn't support Pub/Sub triggers. The documentation splits deploy mechanics from observability setup, which lives in a separate skill.
npx skills add https://github.com/google/agents-cli --skill google-agents-cli-deploy