From google-adk-skills
Central hub for building, testing, and iterating on ADK agents. Trigger this skill when the user wants to create a new agent, configure modes (task, single-turn), or build graph-based workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-adk-skills:adk-agent-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This file serves as a directory of specialized reference guides for developing agents with ADK. To avoid context pollution, read only the relevant reference file based on your current task.
references/advanced-patterns.mdreferences/best-practices.mdreferences/callbacks-and-plugins.mdreferences/dynamic-nodes.mdreferences/function-nodes.mdreferences/getting-started.mdreferences/human-in-the-loop.mdreferences/import-paths.mdreferences/llm-agent-nodes.mdreferences/multi-agent.mdreferences/parallel-and-fanout.mdreferences/routing-and-conditions.mdreferences/session-and-state.mdreferences/state-and-events.mdreferences/task-mode.mdreferences/testing.mdreferences/tool-catalog.mdThis file serves as a directory of specialized reference guides for developing agents with ADK. To avoid context pollution, read only the relevant reference file based on your current task.
Refer to these files for foundational knowledge:
Refer to these files when building complex graphs:
ParallelWorker for list splitting and concurrent processing, fan-out/join patterns.ctx.run_node().SequentialAgent, LoopAgent, ParallelAgent).adk run, unit tests, and integration testing with sample agents.npx 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.