finding-google-skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Orchestrates comprehensive production readiness reviews and assessments for GKE clusters and workloads across scalability, security, reliability, observability, backup/DR, and cost optimization. Use when asked to productionize, prepare, assess, audit, or review a GKE cluster or
$ npx -y skills add google/skills --skill gke-productionize --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gke-productionizeContext preview
The summary Claude sees to decide when to auto-load this skill.
Orchestrates comprehensive production readiness reviews and assessments for GKE clusters and workloads across scalability, security, reliability, observability, backup/DR, and cost optimization. Use when asked to productionize, prepare, assess, audit, or review a GKE cluster or
name: gke-productionize metadata: category: Containers description: Orchestrates comprehensive production readiness reviews and assessments for GKE clusters and workloads across scalability, security, reliability, observability, backup/DR, and cost optimization. Use when asked to productionize, prepare, assess, audit, or review a GKE cluster or workload before going live to production. Don't use for deep-dive single-domain implementation (use specific domain skills like gke-workload-scaling, gke-platform-security, gke-workload-security, gke-service-networking, gke-reliability instead).
This skill acts as a high-level orchestrator for preparing a GKE cluster and its workloads for production readiness.
> [!IMPORTANT] > This is a **meta-skill** or **orchestrator skill**. You are > expected to invoke and run many other specialized skills listed in this > document as part of the overall productionization process. Do not attempt to > implement all production readiness features directly within this skill; > instead, use this skill to assess the environment and then delegate to the > specific skills for each domain.
This skill is adaptable to:
Before making recommendations, discover the current state of the environment.
Run these commands to understand the cluster setup:
--location {location} --project {project}`
describe output:
autopilot:
enabled: trueIf a specific application is targeted, discover its configuration:
{namespace} -o yaml`
-o yaml` (Look for Pod Security Standards labels).
-o custom-columns="NAME:.metadata.name,SERVICE_ACCOUNT:.spec.serviceAccountName"`
**Before implementation, you MUST run the skills for each relevant specialized area listed below and incorporate its guidance into your assessment and plan. Failure to do so will result in a non-compliant production configuration.**
If the application is not yet running on GKE, you MUST run the `gke-app-onboarding` skill for planning containerization, image building, and basic deployment.
Ensure workloads have appropriate resources and autoscaling.
HPA, VPA, and resource limits.
Ensure adequate logging and monitoring are in place.
Logging, Monitoring, and Managed Prometheus.
Ensure high availability and graceful degradation.
regional clusters, PDBs, and health probes.
Harden the cluster and workloads.
`gke-workload-security` skills for Workload Identity, Network Policies, and Shielded Nodes.
Pod Security Standards (PSS) enforced via labels.
of the `default` ServiceAccount.
Ensure stateful data is protected.
for GKE and restore procedures.
Secure external access.
Ingress, and Cloud Armor.
Ensure efficient use of resources.
rightsizing, quotas, and Spot VMs.
Ensure a safe, predictable upgrade posture.
selection, maintenance windows/exclusions, and node pool upgrade strategy.
Ensure the cluster configuration matches recommended defaults.
against golden path defaults and report deviations with severity and remediation.
After the assessment, provide a summary report with a RAG (Red, Amber, Green) status for each area and an overall readiness score. This helps prioritize remediation efforts.
Apply this rubric deterministically so repeated assessments of the same environment produce the same result:
1. **Per-domain criteria**: For each assessed domain (A-J), list the concrete checks performed (from the domain skill's guidance) and classify each check as **pass**, **fail-critical** (production-blocking, e.g., no resource requests, no backups for stateful data, public control plane in a locked down environment), or **fail-minor** (improvement, e.g., missing VPA recommendations, no Spot usage for batch). 2. **RAG mapping (p
This repository contains Agent Skills for Google products and technologies, including Google Cloud.
Repo: google/skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure.…
Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default…
Guides a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource. Use when a new…
Searches, retrieves, and synthesizes official Google developer documentation across Google Cloud, AI/Gemini, Android, Chrome, Web, Flutter, Go, Firebase, and…
Guides developers through managing (adding, removing, and clearing) audience members for Google products using the Data Manager API and its associated client…