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:
- What problem will the agent solve? — Core purpose and capabilities
- External APIs or data sources needed? — Tools, integrations, auth requirements
- Safety constraints? — What the agent must NOT do, guardrails
- Deployment preference? — Prototype first (recommended) or full deployment? If deploying: Agent Engine, Cloud Run, or GKE?
Ask based on context:
Related skills