Set up a local development environment for the ADK Python project. Use when the user wants to get started developing, set up their environment, install dependencies, or prepare for contributing.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Set up a local development environment for the ADK Python project. Use when the user wants to get started developing, set up their environment, install dependencies, or prepare for contributing.
disable-model-invocation
true
Set up the local development environment for ADK Python.
Prerequisites
Check the following before proceeding:
Python 3.10+
python3 --version
uv package manager (required — do not use pip/venv directly)
go version && go install github.com/google/addlicense@latest
[!NOTE]
If Go is not installed, tell the user:
"Go is required for the addlicense tool. Please install Go from https://go.dev/dl/ and then re-run the adk-setup skill to complete the setup."