Official Agent Skills bundle from the
google/skillsrepo, maintained by Google.
What it does
Google Cloud’s surface area is wide — databases (AlloyDB, BigQuery, Cloud SQL), runtimes (Cloud Run, GKE), backend services (Firebase), AI APIs (Gemini), plus networking and security policies — and best practices, CLIs, and SDKs move fast. A vanilla Claude Code session relies on training-cutoff knowledge and fragmented documentation, which leads to stale commands, outdated API patterns, and recommendations that miss the platform’s current guidance.
Google Skills bundles those domain guidelines as Agent Skills that Claude Code auto-loads when relevant work shows up. Each skill is a markdown playbook for a specific service or scenario, written and maintained by Google itself, so the guidance stays in sync with current GA features and recommended patterns.
What’s included — 13 skills
The repo’s skills/cloud/* directory organises 13 skills into three groups.
Foundational (per-service basics)
| Skill | Target service |
|---|---|
gemini-api | Gemini API in Agent Platform |
alloydb-basics | AlloyDB |
bigquery-basics | BigQuery |
cloud-run-basics | Cloud Run |
cloud-sql-basics | Cloud SQL |
firebase-basics | Firebase |
gke-basics | Google Kubernetes Engine |
Recipe (multi-service scenarios)
| Skill | Scenario |
|---|---|
google-cloud-recipe-onboarding | Getting started on Google Cloud |
google-cloud-recipe-auth | Google Cloud auth flow (gcloud auth, service accounts, etc.) |
google-cloud-networking-observability | Network observability setup |
Well-Architected Framework
| Skill | Lens |
|---|---|
google-cloud-waf-security | Security |
google-cloud-waf-reliability | Reliability |
google-cloud-waf-cost-optimization | Cost optimization |
Installation
npx skills add google/skills
One line installs all 13 skills. Run the same command and use the interactive selector to install only a subset.
The bundle is not listed on claude.com/plugins (as of 2026-05-13). Installation goes through NPX Skills, not the
/plugin installflow.
Notes
- Maintained by Google — the repo lives in the
googleGitHub organisation, distinct from community wrappers. - Apache-2.0 license — free for commercial and personal use.
- Not on claude.com/plugins — the ⬇ install count of 31.4k on this page comes from the skills.sh
npx skillstelemetry, captured 2026-05-13. It does not represent claude.com/plugins installs. - Multi-client compatibility — the skills.sh page lists Claude Code, Cursor, Codex, GitHub Copilot, Windsurf, Gemini, Cline, AMP, Antigravity, and ClawdBot as compatible clients, so any environment that supports the Agent Skills spec uses the same install command.
- Google Cloud usage billed separately — the skills are free, but the underlying resources (AlloyDB, BigQuery, GKE, etc.) follow Google Cloud’s standard pricing.
- Pick what you need — installing all 13 broadens the surface that can auto-load into context. For context efficiency, install only the skills covering services you actually touch.