adk-cheatsheet
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).
How do I install this agent skill?
npx skills add https://github.com/google/adk-docs --skill adk-cheatsheetIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill serves as a comprehensive developer cheatsheet for the Google ADK Python SDK. It provides helpful API references, orchestration patterns, and instructions for fetching official documentation. No security issues were detected, as all external references point to trusted official sources.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 2 issues
- Runlayerpass
1/3 files flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/google/adk-docs/adk-cheatsheet">View adk-cheatsheet on skillZs</a>