google-agents-cli-scaffold
Project scaffolding, deployment configuration, and CI/CD setup for Google ADK agents.
What it does
- Agent Engine / Vertex AI Agent Engine → --deployment-target agentruntime
- Agent Engine sessions / Agent Platform Sessions → --session-type agentplatformsessions
- Vertex AI Search / Vertex AI Vector Search / RAG → clone-and-study recipe, not a flag (see /google-agents-cli-workflow Phase 1)
- Project name must be 26 characters or less, lowercase letters, numbers, and hyphens only.
- Do NOT mkdir the project directory before running create — the CLI creates it automatically. If you mkdir first, create will fail or behave unexpectedly.
- Non-standard project structures that enhance can't handle
- Cherry-picking specific infrastructure files
Requirements & configuration
- Requires: agents-cli (uv tool install google-agents-cli) — install uv first if needed.
- Prerequisite: Clarify Requirements (MANDATORY for new projects)
- When you need specific files (Terraform, CI/CD workflows, Dockerfile) but don't want to scaffold the current project directly, create a temporary reference project in /tmp/:
- Inspect the generated files, adapt what you need, and copy into the actual project. Delete the reference project when done.
- User says: "I need a Dockerfile for my non-standard project"
Configuration: GEMINICLAUDEAGENTS
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Project scaffolding, deployment configuration, and CI/CD setup for Google ADK agents.
Source
Repository: https://github.com/google/agents-cli
google-agents-cli-scaffold FAQ
What does the google-agents-cli-scaffold skill do?
> This skill should be used when the user wants to "create an agent project", "start a new ADK project", "build me a new agent", "add CI/CD to my project", "add deployment", "enhance my project", or "upgrade my project". Part of the Google ADK (Agent Development Kit) skills suite. Covers `agents-cli scaffold create`, `scaffold enhance`, and `scaffold upgrade` commands, template options, deployment targets, and the prototype-first workflow. Do NOT use for writing agent code (use google-agents-cli-adk-code) or deployment operations (use google-agents-cli-deploy). Agent Engine / Vertex AI Agent Engine → --deployment-target agentruntime Agent Engine sessions / Agent Platform Sessions → --session-type agentplatformsessions
What does google-agents-cli-scaffold require?
Requires: agents-cli (uv tool install google-agents-cli) — install uv first if needed. Prerequisite: Clarify Requirements (MANDATORY for new projects) When you need specific files (Terraform, CI/CD workflows, Dockerfile) but don't want to scaffold the current project directly, create a temporary reference project in /tmp/: Inspect the generated files, adapt what you need, and copy into the actual project. Delete the reference project when done. User says: "I need a Dockerfile for my non-standard project" Configuration keys: GEMINI, CLAUDE, AGENTS.
How do I install google-agents-cli-scaffold?
Run: npx -y skills add https://github.com/google/agents-cli --skill google-agents-cli-scaffold --agent claude-code — the source lives at github.com/google/agents-cli.
Maintain google-agents-cli-scaffold?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/google-agents-cli-google-agents-cli-scaffold?ref=badge) npx agentictools info skills/google-agents-cli-google-agents-cli-scaffold The second line is the CLI lookup for this page — handy in READMEs and docs.