From jeremy-google-adk
Scaffolds AI agents on Google's ADK: ReAct agents, multi-agent orchestration, tool wiring, evaluation, and Vertex AI deployment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremy-google-adk:adk-agent-builderThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build production-ready agents with Google’s Agent Development Kit (ADK): scaffolding, tool wiring, orchestration patterns, testing, and optional deployment to Vertex AI Agent Engine.
Build production-ready agents with Google’s Agent Development Kit (ADK): scaffolding, tool wiring, orchestration patterns, testing, and optional deployment to Vertex AI Agent Engine.
google-adk installed and importablesrc/agents/, src/tools/, tests/, and a dependency file (pyproject.toml or requirements.txt)adk deploy ... command and a post-deploy validation checklist (AgentCard/task endpoints, permissions, logs).Example: Scaffold a single ReAct agent
Example: Multi-agent orchestrator
adk deploy ... + post-deploy health checks.${CLAUDE_SKILL_DIR}/references/implementation.md${CLAUDE_SKILL_DIR}/references/examples.md${CLAUDE_SKILL_DIR}/references/errors.md${CLAUDE_SKILL_DIR}/PRD.md, ${CLAUDE_SKILL_DIR}/ARD.mdnpx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin jeremy-google-adkDeploys and orchestrates multi-agent systems using Google's ADK on Vertex AI, managing A2A communication, AgentCard discovery, and CI/CD integration.
Provides ADK Python API patterns for agent types, tool definitions, callbacks, orchestration, and state management. Use when writing agent code or adding tools.
Master Google ADK patterns for building and deploying production-grade agents with clear tool contracts, validation, and operational guardrails.