adk-scaffold

Originally fromeliasecchig/adk-docs
Installation
Summary

Scaffold new ADK agent projects and add deployment, CI/CD, and infrastructure to existing ones.

  • Provides guided project creation with templates for standard agents, agent-to-agent (A2A) coordination, and RAG with data ingestion
  • Supports multiple deployment targets: Agent Engine (managed), Cloud Run (container), GKE (Kubernetes), or prototype-only (code without deployment scaffolding)
  • Includes optional CI/CD pipeline setup via GitHub Actions or Google Cloud Build, session storage configuration, and datastore integration for retrieval workflows
  • Offers an "enhance" command to add deployment and infrastructure to existing projects without recreating them; includes dry-run mode to preview changes before applying
SKILL.md

ADK Project Scaffolding Guide

Use the agent-starter-pack CLI (via uvx) to create new ADK agent projects or enhance existing ones with deployment, CI/CD, and infrastructure scaffolding.


Step 1: Gather Requirements

Start with the use case, then ask follow-ups based on answers.

Always ask:

  1. What problem will the agent solve? — Core purpose and capabilities
  2. External APIs or data sources needed? — Tools, integrations, auth requirements
  3. Safety constraints? — What the agent must NOT do, guardrails
  4. Deployment preference? — Prototype first (recommended) or full deployment? If deploying: Agent Engine, Cloud Run, or GKE?

Ask based on context:

Related skills
Installs
2.7K
Repository
google/adk-docs
GitHub Stars
1.3K
First Seen
Mar 9, 2026