@KanikaBK: GOOGLE JUST RELEASED AN OFFICIAL SKILLS LIBRARY FOR AI AGENTS. AND BUILT IT ON ANTHROPIC'S FORMAT. 13 skills. Free. Wor…
Summary
Google released an official skills library for AI agents, built on Anthropic's open format, providing 13 free skills for Google Cloud products. The library works with various AI coding tools and is available under Apache 2.0 license.
View Cached Full Text
Cached at: 05/22/26, 11:52 AM
GOOGLE JUST RELEASED AN OFFICIAL SKILLS LIBRARY FOR AI AGENTS. AND BUILT IT ON ANTHROPIC’S FORMAT.
13 skills. Free. Works on Claude Code, Cursor, Codex, and Gemini CLI.
ONE INSTALL COMMAND gives your AI agent real knowledge of Google Cloud, Firebase, BigQuery, and more. Right now.
Here is what is actually going on.
Every AI coding tool has the same problem. It knows a lot about general coding but the moment you ask it something specific about deploying to Google Cloud Run or setting up Firebase authentication, it guesses.
Sometimes confidently wrong. Sometimes with deprecated methods that stopped working a year ago.
Google just fixed that for their entire product suite.
They released an official skills library at Google Cloud Next 2026. Not documentation. Not a chatbot. A set of packaged playbooks that you install directly into your AI agent and it immediately knows how to use Google products correctly.
↳ Gemini API on Agent Platform ↳ BigQuery, Cloud Run, Cloud SQL, Firebase, AlloyDB basics ↳ Google Kubernetes Engine setup and management ↳ Onboarding to Google Cloud step by step ↳ Authentication to Google Cloud done right ↳ Well-architected framework skills covering security, reliability, cost optimization, performance, and sustainability
One command installs everything. npx skills add google/skills
Works with Claude Code, Cursor, Codex, Gemini CLI, and any agent that supports the skills format. Apache 2.0. Free forever.
Now here is the part that stopped me.
The skills format Google used is not Google’s format. It was built and open sourced by Anthropic. Google, one of Anthropic’s biggest competitors in AI, just adopted Anthropic’s open standard as the official delivery layer for their own products.
Same AI. Same prompt. Before installing the skills it recommended deprecated methods. After installing it recommended current best practices with correct configuration. Not because the AI got smarter. Because it finally had the right knowledge.
Google spent months writing official playbooks for their products and chose to deliver them in a format that works on every competitor tool simultaneously including Claude Code.
I genuinely cannot explain that decision fully. But the skills are free and they work today.
Here is the link
Enjoyed this content?
Follow @KanikaBK for more such updates.
I love sharing insights & practical actionable tips to master new age AI trends, tools, AI agents & passive income hacks.
Happy to share! It feels like one of those small releases that could quietly save developers countless hours over the next few months.
Exactly. The problem was never that the models couldn’t code, it was that they were often working with stale or incomplete product knowledge.
Skills solve that gap directly.
Happy to share!
It feels like one of those small releases that could quietly save developers countless hours over the next few months.
I am glad, do check it
100%. Most cloud mistakes happen during setup and configuration.
Having official, up-to-date playbooks inside the agent could eliminate a lot of expensive trial and error.
Thanks
Similar Articles
@_guillecasaus: Google has just released its official skills for AI agents. It has published 13 skills compatible with Claude Code, Cur…
Google has released 13 official skills for AI agents, compatible with tools like Claude Code, Cursor, and Copilot, enabling agents to execute advanced tasks and automate complex workflows. The skills are free and open-source.
@akshay_pachaar: Google's back with another free 5-day AI Agents course. The last edition hit 1.5 million learners, and this time, they …
Google is offering a free 5-day AI Agents course that covers agent fundamentals and vibe coding, building on a previous edition that reached 1.5 million learners.
@googleaidevs: Building autonomous agents for scientific discovery? @GoogleDeepMind Science Skills is now available on GitHub. We've o…
Google DeepMind has open-sourced Science Skills, a collection of agent skills for scientific research tasks including genomics, structural biology, and cheminformatics, to accelerate agentic workflows with scientific grounding and higher token efficiency.
VoltAgent/awesome-agent-skills
Curated GitHub repository offering 1100+ real-world AI agent skills from major dev teams like Anthropic, Google, Stripe, and Vercel, compatible with Claude Code, Codex, Cursor, and other AI coding assistants.
@DataChaz: ICYMI, @addyosmani from Google recently dropped his new Agent Skills and it's pretty incredible. It brings 19 engineeri…
Addy Osmani from Google released Agent Skills, a free open-source tool that brings 19 engineering skills and 7 commands to AI coding agents, enforcing Google best practices for software engineering lifecycle.