As AI models improve, technical practitioners are increasingly turning to agentic AI tools to build with Google Cloud products, from Firebase and the Gemini API, to BigQuery and GKE. But how can you ensure that the model is equipped with accurate, up-to-date information about these technologies?
One way to do this is to plug your AI agent into a grounded, real-time information source. For instance, Google offers a Model Context Protocol (MCP) server for its developer documentation. But heavily using MCP servers can cause a problem called “context bloat,” where huge amounts of context are loaded into the context window, confusing the model and racking up token costs.
We need a way to equip agents with additional, condensed expertise — and we can do this with Agent Skills.
Skills are “a simple, open format for giving agents new capabilities and expertise.” Think of a skill as compact, agent-first documentation for a specific technology or task. Skills are written in Markdown and can contain reference files, code snippets, and other assets. Agents load in skill information only as-needed, reducing the risk of context bloat.
Today, on Day 1 of Google Cloud Next 2026, we’re excited to announce the launch of Google’s official Agent Skills repository:
This repository is starting off with thirteen skills, focused on Google Cloud technologies:
-
A selection of products: AlloyDB, BigQuery, Cloud Run, Cloud SQL, Firebase, Gemini API, and Google Kubernetes Engine (GKE).
-
Three Well-Architected Pillar skills: Security, Reliability, and Cost Optimization
-
“Recipe” skills for Google Cloud Onboarding, Authentication, and Network Observability.






