addon-google-agent-dev-kit

Installation
SKILL.md

Add-on: Google Agent Development Kit

Use this skill when a project needs Google Agent Development Kit based agent workflows and runtime contracts.

Compatibility

  • Works with architect-python-uv-fastapi-sqlalchemy and architect-nextjs-bun-app.
  • Can be combined with addon-langgraph-agent when graph-based execution is also required.
  • Prefer Python-first implementation when both runtime options are viable.
  • Can be combined with addon-llm-judge-evals; when used together, declare google-adk in config/skill_manifest.json so the judge runner can resolve the backend deterministically.

Inputs

Collect:

  • ADK_RUNTIME: python | nextjs (default from selected architecture).
  • ADK_DEFAULT_MODEL: default model id for ADK-backed runs.
  • AGENT_GOAL: one-sentence scope statement.
  • ALLOW_TOOLS: explicit list of allowed tools.
  • MAX_AGENT_STEPS: default 10.
Related skills
Installs
9
First Seen
Mar 2, 2026