How to install adk-cheatsheet
npx skills add https://github.com/google/adk-docs --skill adk-cheatsheetClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from google/adk-docs.
name: adk-cheatsheet description: > MUST READ before writing or modifying ADK agent code. ADK API quick reference for Python — agent types, tool definitions, orchestration patterns, callbacks, and state management. Includes an index of all ADK documentation pages. Do NOT use for creating new projects (use adk-scaffold). metadata: license: Apache-2.0 author: Google
ADK Cheatsheet
Python only for now. This cheatsheet currently covers the Python ADK SDK. Support for other languages is coming soon.
Reference Files
| File | Contents |
|---|---|
references/python.md | Python ADK API quick reference — agents, tools, auth, orchestration, callbacks, plugins, state, artifacts, context caching/compaction, session rewind |
Read references/python.md for the full API quick reference. |
For the ADK docs index (titles and URLs for fetching documentation pages), use curl https://adk.dev/llms.txt.
Creating a new agent project? Use
/adk-scaffoldinstead — this skill is for writing code in existing projects.
Related skills
More from google/adk-docs and the wider catalog.