Google Cloud ships an AI coding agent plugin for Claude Code and Codex

A close up of a cell phone on a table

Google Cloud just published its first agent plugin for AI coding tools. The google-cloud-developer plugin bundles GCP-specific skills, guardrails for gcloud CLI operations, and a live connection to Google’s official developer documentation into a single installable unit.

What It Does

The plugin targets the friction points that slow down agents when they work inside Google Cloud: authentication, authorization, project management, and safe CLI execution. It also bundles configuration for the Developer Knowledge MCP server, which gives agents grounding in up-to-date Google documentation rather than stale training data.

The flagship use case shown is project onboarding. Ask the agent to set up a new GCP account, configure billing, and authenticate your local machine for service identity API calls. The plugin adds environment checks, IAM best-practice review, and a workflow confirmation step before anything gets modified.

How to Install

The plugin lives in the open Google Agent Skills repository and follows the Agent Plugins open standard, a vendor-neutral spec for packaging skills and MCP servers into portable bundles.

Claude Code:

claude plugin marketplace add google/skills
claude plugin install google-cloud-developer@google-plugins

Codex CLI:

codex plugin marketplace add google/skills
codex plugin add google-cloud-developer@google-plugins

Antigravity CLI:

agy plugin install https://github.com/google/skills/plugins/cloud/google-cloud-developer

The Operator Takeaway

The open standard angle matters here. One plugin manifest works across Claude Code, Codex, and Antigravity without separate configs for each tool. If you run any workloads on GCP and use an AI coding agent regularly, this is a low-effort install that reduces the context overhead of managing cloud credentials and documentation lookups manually.

Stay on top of AI & Automation with BizStack Newsletter
BizStack  —  Entrepreneur’s Business Stack
Logo