Google published a GitHub repository containing Agent Skills for its cloud and AI products, providing standardized integrations that any compatible AI agent can install with a single command.
The repository includes skills for Gemini API, Gemini Interactions API, Managed Agents API, Skill Registry API, AlloyDB, BigQuery, Cloud Run, Cloud SQL, Firebase, and Google Kubernetes Engine. Developers install them via npx skills add google/skills and select which specific integrations they need.
The Standard Behind It
The skills use the Agent Skills format, an open standard originally developed by Anthropic that packages procedural knowledge and workflows into portable, version-controlled folders. Each skill contains a SKILL.md file with metadata and instructions, plus optional scripts, reference materials, and templates.
According to skills.sh, the ecosystem’s central directory, skills are supported by over 20 agent platforms including Claude Code, Cursor, Codex, GitHub Copilot, Windsurf, Gemini, Cline, and Google Antigravity. The directory has accumulated over 652,000 total installs, with Microsoft, Vercel, Anthropic, and now Google all publishing official skill packages.
What Google Is Standardizing
The repository is marked “under active development,” according to its README. The initial set of skills focuses on Google Cloud infrastructure: database access (AlloyDB, BigQuery, Cloud SQL), compute (Cloud Run, GKE), app development (Firebase), and Google’s own agent platform APIs (Gemini, Managed Agents, Skill Registry).
The Managed Agents API and Skill Registry API skills are notable. They let third-party agents interact programmatically with Google’s agent hosting infrastructure, the same platform Google announced at I/O 2026 alongside Gemini Spark and Android Halo.
Competitive Positioning
Google joins Microsoft and Anthropic as the third major cloud provider publishing official Agent Skills. Microsoft’s azure-skills package has accumulated 3.4 million installs across skills for Azure Foundry, Entra, and hosted Copilot SDK. Anthropic’s own skills repository includes the top-ranking frontend-design skill with 527,000 installs, as reported by AIToolly.
The move shifts Google’s developer strategy from proprietary integration (Vertex AI extensions, custom connectors) toward an open format that works across competing agent platforms. A BigQuery skill installed in Claude Code works the same way as one installed in Cursor or GitHub Copilot.