google-agents-cli-deploy
🎯Skillfrom google/agents-cli
Installation
npx vibeindex add google/agents-cli --skill google-agents-cli-deploynpx skills add google/agents-cli --skill google-agents-cli-deploy~/.claude/skills/google-agents-cli-deploy/SKILL.mdTeaches AI coding agents how to deploy agents to Google Cloud's Agent Runtime and related infrastructure, part of the agents-cli skills for building enterprise-grade agents on the Gemini Enterprise Agent Platform.
Overview
A skill that teaches your coding agent how to deploy ADK agents to Google Cloud, covering Agent Runtime, Cloud Run, GKE, CI/CD pipelines, and secrets management. Part of the agents-cli suite from Google, it complements the ADK code, scaffolding, evaluation, and observability skills to provide a complete agent-building lifecycle.
Key Features
- Teaches coding agents deployment patterns for Google Cloud Agent Runtime, Cloud Run, and GKE
- CI/CD pipeline setup with
agents-cli infra cicdfor staging and production infrastructure - Secrets management and single-project infrastructure provisioning via CLI commands
- Part of the end-to-end
agents-cliskill suite covering scaffold, code, eval, deploy, publish, and observability - Installs via
npx skills add google/agents-clioruvx google-agents-cli setup
Who is this for?
- Developers deploying ADK agents to Google Cloud who want their coding agent to handle deployment details
- DevOps teams setting up CI/CD pipelines for AI agent projects on Agent Runtime, Cloud Run, or GKE
- Engineers who need production deployment, scaling, and infrastructure provisioning for Gemini Enterprise Agent Platform agents
Same repository
google/agents-cli(3 items)
SKILL.md
More from this repository2
Teaches AI coding agents the Google Agent Development Kit (ADK) Python API for building agents on the Gemini Enterprise Agent Platform, covering agents, tools, orchestration, callbacks, and state management.
Teaches AI coding agents observability practices for monitoring and debugging agents on the Gemini Enterprise Agent Platform, part of Google's agents-cli skills for building, scaling, and governing enterprise agents.