SkillMachine
All skills

Google Agents CLI Workflow (ADK Lifecycle)

Cloud / Infra

Builds an AI agent end to end with Google ADK through the understand-scaffold-code-evaluate-deploy-observe steps and produces a development guide with executable commands for each phase.

Live output preview

A plan is required to view this content

Choose a plan to access input format, sample outputs, and live previews.

View Plans →

About the skill

Google Agents CLI Workflow (ADK Lifecycle)

This skill manages the full lifecycle of building an AI agent from scratch with Google's Agent Development Kit (ADK) and the google-agents-cli tool: understand → review samples → scaffold → code → evaluate → deploy → publish → observe. It works with any coding agent such as Gemini CLI, Claude Code, or Codex.

When to use it? For agent build, evaluation, and deploy needs on Google Cloud, such as "develop an agent with ADK", "run the agent locally", "test/deploy the agent", or "publish to Agent Runtime". When targeting the Vertex AI / Gemini Enterprise Agent Platform, it guides you to the correct CLI flags and phase ordering.

What it produces? A phase-by-phase development plan and executable command blocks: scaffold create/enhance, smoke testing with agents-cli run, behavior validation with eval run, deploy, and observability setup. It also applies code protection (no changing model/version), the use of eval instead of pytest, product name mapping (Vertex AI → agent_runtime), and systematic debugging rules.

The output is a Turkish guide report enriched with real bash command blocks. Deploy always requires explicit human approval; the model is not changed unless explicitly requested.

How do I use this skill?

You don't "run" a skill — after installing it you just tell the agent your task (e.g. ask for the relevant job), and the skill kicks in by itself when its description matches.

Upload the google-agents-cli-workflow.zip you downloaded as-is — no packaging needed, the format is already correct (folder at root).

  1. Open Settings → Customize → Skills
  2. Upload → select the google-agents-cli-workflow.zip you downloaded
  3. Claude reads SKILL.md; the name + description appear. Ready ✅

Scripts run in Anthropic's code-execution environment (sandbox) — not on your machine.