What problem does it solve?
This skill removes ambiguity during ADK development by standardizing Python idioms, formatting, typing practices, Pydantic v2 patterns, logging, and file organization so contributions stay consistent and maintainable.
Core Features & Use Cases
- Imports & dependency boundaries: Clarifies relative vs absolute imports,
TYPE_CHECKING patterns, and the strict no-dependency direction from cli/ to the rest of the codebase.
- Typing & Pydantic v2 conventions: Establishes strong typing guidance and the preferred Pydantic v2 model patterns (e.g.,
Field(), PrivateAttr(), validators).
- Formatting, documentation, and testing rules: Defines consistent code formatting, docstring expectations, logging style, and test practices that verify behavior through public interfaces.
Quick Start
Use the adk-style skill whenever you are writing or reviewing ADK Python code to align with the project's established style, tests, and documentation conventions.