explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • Why this matters for builders
  • Skills catalog (as listed upstream)
  • Installation and operational notes
  • “Skills” overload: Google has two different meanings
  • How this fits the broader agent-skills ecosystem
  • Bottom line
← Back to blog

explainx / blog

google/skills: Google’s official Agent Skills repo for Cloud, Gemini, and recipes

Google open-sourced Agent Skills for Google products on GitHub—install with npx skills add, Apache 2.0, bundles for Gemini API, BigQuery, Cloud Run, Firebase, GKE, and Well-Architected tracks. Field summary plus how it fits next to Chrome Skills.

Apr 29, 2026·4 min read·Yash Thakker
Google CloudAgent SkillsGeminiOpen sourceDeveloper tools
go deep
google/skills: Google’s official Agent Skills repo for Cloud, Gemini, and recipes

Google’s google/skills repository is a vendor-maintained drop-in for teams that want coding agents to follow Google-flavored playbooks: Gemini, Google Cloud primitives, and Well-Architected guardrails—without rewriting the same onboarding docs in every repo.

This post is a field summary: what’s in the box, how installation works, license posture, and how it sits next to other “skills” terminology across Google’s product surface.

Primary source: github.com/google/skills

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

A quick walkthrough of Google's free Agent Skills release discussed in this post.

TL;DR

TopicDetail
WhatAgent Skills for Google products and technologies (heavy Google Cloud emphasis)
LicenseApache 2.0
Installnpx skills add google/skills (per upstream README; interactive skill selection)
StatusActive development—expect churn
SignalsThe repo had on the order of 5.5k stars and 374 forks in public listings around launch visibility—verify live numbers on GitHub

Why this matters for builders

Most enterprises already standardize on Google Cloud for data, compute, and identity. The hard part in agent-assisted development is not “can the model write Terraform-ish YAML”—it is whether procedures match internal best practice (networking, security baselines, cost patterns).

A skills monorepo from the vendor compresses that work into reusable agent context: onboarding recipes, service “basics,” and framework-aligned checklists that stay closer to what Google documents than ad-hoc chat instructions.


Skills catalog (as listed upstream)

The README enumerates these packages (names may evolve—check the repo):

  • Gemini API in Agent Platform
  • AlloyDB Basics
  • BigQuery Basics
  • Cloud Run Basics
  • Cloud SQL Basics
  • Firebase Basics
  • Kubernetes Engine (GKE) Basics
  • Recipe: Onboarding to Google Cloud
  • Recipe: Authenticating to Google Cloud
  • Recipe: Google Cloud Network Observability
  • Google Cloud Well-Architected Framework: Security
  • Google Cloud Well-Architected Framework: Reliability
  • Google Cloud Well-Architected Framework: Cost Optimization

That mix is deliberately breadth-first: core managed services plus cross-cutting “how we expect you to operate GCP” material.


Installation and operational notes

Upstream documents installation through the skills CLI:

bash
npx skills add google/skills

Practical guidance:

  1. Version skills like code—vendor guidance changes with product launches and doc revisions.
  2. Combine with MCP where needed—skills teach workflows; live API calls often still belong in MCP servers or your own tooling. See our MCP primer.
  3. Review before you trust—treat third-party and vendor skills as configuration you run, not magic. Our agent skills security note still applies to organizational policy.

“Skills” overload: Google has two different meanings

Google also ships Skills in Chrome—saved Gemini prompts for browser workflows. That is not the same artifact as google/skills on GitHub.

Layergoogle/skills (GitHub)Skills in Chrome
AudienceDevelopers using coding agentsGeneral browser users
ArtifactInstallable skill packagesSaved prompts
RuntimeAgent tooling / IDE / CLIGemini in Chrome

We compared the Chrome feature in Skills in Chrome—worth reading if your team is confused by shared naming.


How this fits the broader agent-skills ecosystem

For the cross-tool mental model (metadata, progressive disclosure, MCP pairing), start with What are agent skills?.

For discovery beyond Google:

  • Browse skills — community-ranked installs and publisher pages
  • MCP servers — when you need live Google APIs in the loop

Bottom line

google/skills is Google’s open, Apache-licensed contribution to the agent skills pattern: packaged operational knowledge for Gemini and Google Cloud that installs with npx skills add google/skills. It complements—not replaces—your org’s security review, MCP integrations, and internal standards.

If you standardize agents across vendors, keep vendor skills (Google) and community skills (explainx.ai registry) in separate namespaces so updates and trust boundaries stay clear.


Repository stats and the exact skill list can change; always verify on GitHub. explainx.ai is not affiliated with Google.

Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Jul 11, 2026

Google AI Studio Custom URLs: Free yourapp.ai.studio Subdomains for Deployed Apps

@OfficialLoganK rolls out pretty URLs for AI Studio deployed apps — free subdomains, free deploys, code stays private. explainx.ai breaks down the launch.

Jul 3, 2026

Google AI product names in 2026: the Vertex AI, Gemini Enterprise, and Agent Studio rebrand glossary

Google renamed much of its enterprise AI stack in 2025–2026, and the exam guide lags behind. Here is the definitive old-name → new-name mapping, with the traps each rename creates.

Jul 3, 2026

Google Cloud Generative AI Leader: what the certification tests and how to prepare

A non-technical, business-level Google Cloud certification: 50–60 questions in four weighted domains, six business scenario frames, $99 per attempt, 3-year validity. Here is the competency map, the Gemini Enterprise naming maze, common traps—and our mock test bank.