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".
npx claudepluginhub flight505/skill-forge --plugin jeremy-google-adkThis skill is limited to using the following tools:
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.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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.md