This scaffolds new ADK agent projects or adds deployment and CI/CD to existing ones. You're working with Google's Agent Development Kit and need to spin up a RAG agent, A2A coordinator, or standard agent with the right infrastructure plumbing. It handles the `agents-cli scaffold create/enhance/upgrade` commands, mapping user intent like "build me an agent with vector search" to the correct CLI flags for deployment targets, datastores, and session types. The workflow is prototype first: start without deployment, iterate on the agent code, then add Cloud Run or Agent Runtime later. One thing to know: project names are capped at 26 characters, and if you're doing RAG you need to provision the datastore before testing or the agent has nothing to search.
npx skills add https://github.com/google/agents-cli --skill google-agents-cli-scaffold