From google-adk-skills
ADK architectural knowledge — graph orchestration, resumption, execution flow, node contracts, observability, and LLM context orchestration. Use this skill whenever you need to understand the architecture, event flow, or state management of the ADK system, or when designing or modifying core components. Triggers on "how does X work", "design of", "architecture of", "event flow", "resumption state", "checkpoint", "BaseNode", "NodeRunner".
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-adk-skills:adk-architectureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [BaseNode](references/interfaces/base-node.md) — node contract, output/streaming, state/routing, HITL, configuration
references/architecture/checkpoint-resume.mdreferences/architecture/context.mdreferences/architecture/llm-context-orchestration.mdreferences/architecture/node-runner.mdreferences/architecture/observability.mdreferences/architecture/runner-roles.mdreferences/interfaces/agent.mdreferences/interfaces/base-agent.mdreferences/interfaces/base-node.mdreferences/interfaces/event.mdreferences/interfaces/runner.mdreferences/interfaces/workflow.mdreferences/principles/api-principles.mdrun and run_async.run is the preferred entrance method._run_impl as the primary override point.rerun_on_resume, run_idnpx claudepluginhub omixec/google-adk-skills --plugin google-adk-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.