adk-agent-builder
Build production-ready AI agents using Google's Agent Development Kit with AI assistant integration, React patterns, multi-agent orchestration, and comprehensive tool libraries. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
npx skills add majiayu000/claude-skill-registry --skill adk-agent-builder --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ADK Agent Builder 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. ## Overview - Creates a minimal, production-oriented ADK scaffold (agent entrypoint, tool registry, config, and tests). - Supports single-agent ReAct-style workflows and multi-agent orchestration (Sequential/Parallel/Loop). - Produces a validation checklist suitable for CI (lint/tests/smoke prompts) and optional Agent Engine deployment verification. ## Prerequisites - Python runtime compatible with your project (often Python 3.10+) - `google-adk` installed and importable - If deploying: access to a Google Cloud project with Vertex AI enabled and permissions to deploy Agent Engine runtimes - Secrets available via environment variables or a secret manager (never hardcoded) ## Instructions 1. Confirm scope: local-only agent scaffold vs Vertex AI Agent Engine deployment. 2. Choose an architecture: - Single agent (ReAct) for adaptive tool-driven tasks - Multi-agent system (specialists + orchestrator) for complex, multi-step workflows 3. Define the tool surface (built-in ADK tools + any c
- Overview
- Prerequisites
- Instructions
- Output
- Error Handling
- Examples
- Resources
What does the adk-agent-builder skill do?
Build production-ready AI agents using Google's Agent Development Kit with AI assistant integration, React patterns, multi-agent orchestration, and comprehensive tool libraries. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill adk-agent-builder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
