Install
Terminal · npx$
npx skills add https://github.com/google/adk-docs --skill adk-cheatsheetWorks with Paperclip
How Adk Cheatsheet fits into a Paperclip company.
Adk Cheatsheet drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.
S
SaaS FactoryPaired
Pre-configured AI company — 18 agents, 18 skills, one-time purchase.
$27$59
Explore packSource file
SKILL.md28 linesExpandCollapse
---name: adk-cheatsheetdescription: > 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-scaffold` instead — this skill is for writing code in existing projects.Related skills
Adk Deploy Guide
The adk-deploy-guide skill provides deployment instructions and architectural guidance for Google ADK agents across multiple platforms—Agent Engine, Cloud Run,
Adk Dev Guide
Install Adk Dev Guide skill for Claude Code from google/adk-docs.
Adk Eval Guide
Install Adk Eval Guide skill for Claude Code from google/adk-docs.