Google iconGoogleSep 10, 2026 ~4 min source read

Google Cloud releases a developer plugin for AI coding agents

A new google-cloud-developer plugin packages Google Cloud skills, documentation grounding, and safe CLI interactions for AI coding agents using the open Agent Plugins specification.

Introducing the Google Cloud Developer Plugin for AI Coding Agents

Share this story

Send the public story page.

Useful takeaways from this story.

The google-cloud-developer plugin bundles related agent skills, documentation context, and tooling to reduce dependency management for AI coding agents.

The plugin follows the open Agent Plugins specification and includes configuration for the Developer Knowledge MCP server to provide agents with official Google Cloud documentation.

Primary plugin features include help with authentication and authorization, project and billing onboarding, IAM best-practice checks, and guardrails around gcloud CLI operations.

What this plugin is and why it matters

Google Cloud published the google-cloud-developer plugin as an installable bundle for AI coding agents. The goal is practical: give agents a cohesive set of related capabilities—product knowledge, documentation grounding, and programmatic tools—so they work together without forcing developers to manage individual skill dependencies.

How the plugin addresses tool coupling

As agents take on more complex coding and infrastructure tasks, their effectiveness rises when related skills are used together. The plugin packages those related capabilities so an agent can combine domain knowledge, workflow recommendations, and interactions with live resources in one place. That reduces repeated context in prompts and avoids fragile, hand-rolled integrations across multiple skills or MCP servers.

Open standard and documentation grounding

The plugin is implemented according to the Agent Plugins specification, an open, vendor-neutral standard that defines a unified manifest and directory structure for skills and Model Context Protocol (MCP) servers. The google-cloud-developer plugin includes configuration for the Developer Knowledge MCP server, allowing agents to reference up-to-date official Google Cloud documentation as part of their reasoning and responses.

Core capabilities in the first release

  • Authentication and authorization guidance related to Google Cloud accounts and service identities.
  • Project lifecycle assistance, including setting up a first project and billing configuration.
  • Guardrails for gcloud CLI operations to reduce accidental changes or insecure practices.
  • IAM best-practice checks and reviews to avoid risky defaults like credential leaks.
  • Bundled Developer Knowledge MCP configuration so agents can ground answers in official docs.

Plugin in action: onboarding and authentication example

The blog gives a concrete scenario: bootstrapping a new Google Cloud project while writing a script that should call APIs as a service identity. With the plugin installed, an agent will:

  • Run background environment checks to detect prerequisites (CLI availability, existing projects, or organizations).
  • Apply IAM best-practice reviews to identify risks that a prompt might overlook, such as accidental key exposure.
  • Present a workflow roadmap and offer to execute steps under guardrails before modifying resources.

Because the plugin follows the Agent Plugins layout and is published in the Google Agent Skills repository, installation is designed to be straightforward for supported agent runtimes. The blog gives three example commands/workflows: installing via the Antigravity CLI, adding the Google plugins marketplace and installing in Claude Code, and adding the marketplace then installing with the Codex CLI. Exact command snippets are shown in the source documentation and are runtime-specific.

If you already use Google Cloud, try the published installation steps to equip your agent. Google also published a codelab that walks through installing the plugin and an initial exploration in Antigravity. New users can consult Google Cloud documentation for local development setup.

This release focuses on a practical interoperability model: packages of related skills and documentation grounding that agents can install and use consistently across different agent environments. The initial google-cloud-developer plugin concentrates on foundational developer workflows—authentication, project setup, documentation access, and CLI guardrails—so agents can handle Google Cloud tasks with fewer brittle integrations.

More context around this story.

OpenAI Agents API simplifies enterprise agent development
Dev iconDevSep 11, 2026

OpenAI Agents API simplifies enterprise agent development

OpenAI recently introduced a managed Agents API to help businesses build custom artificial intelligence agents with less manual labor. This new tool manages the underlying infrastructure and orchestration tasks that typically require extensive engineering effort. It allows developers to focus on application logic rathe

PyCharm: PyCharm for AI-assisted Django Workflows
Jetbrains iconJetbrainsAug 20, 2026

PyCharm: PyCharm for AI-assisted Django Workflows

The 2026 Django Developers Survey (results coming soon!) found that AI is part of the weekly or daily workflow for 90% of respondents. AI can write code quickly, but Django developers still need to understand the application, evaluate what the agent produces, and be accountable for what ships. That makes your IDE more

Loading more related stories...

Keep reading in the app

Open the app view to save this story, compare related coverage, and continue from the same source.

Open in app