From jeremy-google-adk
Scaffold production-ready AI agents on Google's Agent Development Kit (ADK): ReAct-style single agents, multi-agent orchestration (Sequential/Parallel/Loop), tool wiring, evaluation, and optional Vertex AI Agent Engine deployment. Use when building, scaffolding, or deploying ADK agents on Google Cloud, or when wiring ADK tools and orchestration patterns. Trigger with "build an ADK agent", "scaffold an agent on ADK", or "deploy to Agent Engine".
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.mdCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub flight505/skill-forge --plugin jeremy-google-adk