This is the main orchestration skill for building agents with Google's Agent Development Kit. It maps out the full lifecycle: scaffold, code, evaluate, deploy, publish, and observe. The skill enforces a "stop and scaffold first" rule to avoid missing boilerplate, then routes you to phase-specific skills for ADK coding patterns, eval loops, and deployment targets like Agent Runtime or Cloud Run. It includes a reference table of sample agents you can clone and study before building, plus product name mappings since Google rebranded Vertex AI to Gemini Enterprise Agent Platform. If you're building an ADK agent from scratch or enhancing existing code, start here. It will keep you from skipping steps that break later.
npx skills add https://github.com/google/agents-cli --skill google-agents-cli-workflow