PluginBench
Skill
Review
Audit score 70

adk-cheatsheet

google/adk-docs

How to install adk-cheatsheet

npx skills add https://github.com/google/adk-docs --skill adk-cheatsheet
Claude 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

FileContents
references/python.mdPython 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-scaffold instead — this skill is for writing code in existing projects.