Bootstrap a Google ADK (Agent Development Kit) project from zero to a running local dev UI. Use when setting up a new ADK agent project, configuring Vertex AI credentials, scaffolding the agent folder, or troubleshooting ADK environment issues. Trigger on: adk setup, adk init, google-adk, vertex ai agent, uv run adk, adk web.
Instalación
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Bootstrap a Google ADK (Agent Development Kit) project from zero to a running local dev UI. Use when setting up a new ADK agent project, configuring Vertex AI credentials, scaffolding the agent folder, or troubleshooting ADK environment issues. Trigger on: adk setup, adk init, google-adk, vertex ai agent, uv run adk, adk web.
Google ADK Setup
When to Use / When Not to Use
Use this skill when:
Starting a new ADK project from scratch.
Configuring GCP credentials and environment variables for ADK.
Scaffolding an agent folder with adk create agent.
Launching the ADK dev UI or CLI runner.
Troubleshooting missing .env or Vertex AI auth errors.
Do not use this skill when:
Designing agent logic, tools, or multi-agent systems (use google-adk-agent-patterns).
Deploying to Cloud Run (deployment commands are in the references).
Prerequisites
GCP project with billing enabled.
gcloud CLI installed and authenticated: gcloud auth application-default login.
uv installed (see using-uv skill).
Vertex AI API enabled in your GCP project.
Enable the API:
gcloud services enable aiplatform.googleapis.com
Workflow
1. Create the project
uv init agent-project
cd agent-project
uv add google-adk