npx skills add https://github.com/google/adk-docs
eliasecchig/adk-skills · Archived
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).
Installation
npx skills add eliasecchig/adk-skills --skill adk-cheatsheet
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
ALWAYS ACTIVE — read at the start of any ADK agent development session. ADK development lifecyc…
12 installsMUST READ before creating or enhancing any ADK agent project. Use when the user wants to build …
9 installsMUST READ before running any ADK evaluation. ADK evaluation methodology — eval metrics, evalset…
9 installsMUST READ before deploying any ADK agent. ADK deployment guide — Agent Engine, Cloud Run, GKE, …
9 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
MUST READ before writing or modifying ADK agent code. ADK API quick reference for Python — agen…
2.8K installsGenerate LaTeX exam cheatsheets from course materials (PDF/PPTX/MD/images). Use when user says …
346 installsGenerate a long-form Chinese interview-prep cheat sheet on a specific ML/LLM topic — formulas w…
253 installsAlso in this package
Other skills from eliasecchig/adk-skills.
npx skills add eliasecchig/adk-skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
More metadata
- author
- version
- 0.2.0
- managed-by
- adk-skills-setup
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,264 B -
docs
SUMMARY.md309 B
History
- First recorded snapshot · 9 installs
SKILL.md
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 |
references/docs-index.md |
ADK docs index (fetched from llms.txt at setup time) — titles and WebFetch URLs. If missing, fetch directly: WebFetch: https://google.github.io/adk-docs/llms.txt. Gemini CLI tip: use curl instead of WebFetch for faster doc fetches. |
Read references/python.md for the full API quick reference.
Creating a new agent project? Use
/adk-scaffoldinstead — this skill is for writing code in existing projects.