Agent skill · Frontend

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Jeremy Longshore <jeremy@intentsolutions.io>
Allowed tools: ReadWriteEditGrepBash(cmd:*)
Path: skills/agent/adk-agent-builder/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Instructions
  4. Output
  5. Error Handling
  6. Examples
  7. Resources
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going