What problem does it solve? Building production AI agents on Google Cloud involves many disconnected steps: scaffolding projects, writing ADK agent code, running evaluations, provisioning infrastructure, and publishing to Gemini Enterprise. This Skill consolidates the entire agent development lifecycle into a single CLI workflow. ## Core Features & Use Cases - Project Scaffolding & Local Development: Create ADK agent projects from templates (basic, RAG), run agents locally with streaming output, and lint code. - Evaluation & Deployment: Run evalsets with metrics and LLM-as-judge, deploy to Cloud Run, GKE, or Agent Runtime, and set up CI/CD pipelines for staging and production. - Use Case: You need to ship a RAG-powered support agent. Scaffold the project with the RAG template, add a retrieval tool backed by a Vertex AI datastore, run evaluations against your evalset, then deploy to Cloud Run and publish to Gemini Enterprise—all through agents-cli commands. ## Quick Start Ask the AI to scaffold a new ADK agent project called my-agent and run it locally with a test prompt.