eliasecchig/adk-docs · 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-docs --skill adk-cheatsheet

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from eliasecchig/adk-docs.

npx skills add eliasecchig/adk-docs

Browse all from eliasecchig/adk-docs

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseApache-2.0
More metadata
license
Apache-2.0
author
Google

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,200 B
  • docs SUMMARY.md 309 B

History

  1. First recorded snapshot · 32 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 (synced from llms.txt) — titles and URLs for fetching ADK documentation pages. If missing, fetch https://google.github.io/adk-docs/llms.txt using your agent's web fetch tool or curl.

Read references/python.md for the full API quick reference.

Creating a new agent project? Use /adk-scaffold instead — this skill is for writing code in existing projects.