platform: Skill for Claude Code

.agents/skills/gke-basics/SKILL.md

gke-basics is a skill for Claude Code, Codex from tutur3u/platform. It costs 17 tokens per session (1,084 once invoked), scanned A, original, Apache-2.0.

A guide to Google Kubernetes Engine (GKE), Google Cloud’s managed service for running applications packaged in containers. It explains cluster setup, networking, security, access control, and monitoring, with Autopilot as the default configuration.

In plain words
What is it for?
Use it to plan and create GKE clusters, deploy containers, configure private networking and gateways, set up workload identities and secrets, and strengthen access controls.
Why use it?
It helps developers choose settings and follow a consistent setup path when deploying container-based applications on Google Cloud.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is tutur3u/platform's own configuration. It tells Claude Code and Codex how to work on platform itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything platform configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tutur3u/platform. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/tutur3u/platform/main/.agents/skills/gke-basics/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/tutur3u/platform

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gke-basics

README.md
[![agentmods](https://agentmods.dev/badge/skills/tutur3u/platform/gke-basics/github.svg)](https://agentmods.dev/skills/tutur3u/platform/gke-basics)
Your own site
<a href="https://agentmods.dev/skills/tutur3u/platform/gke-basics"><img src="https://agentmods.dev/badge/skills/tutur3u/platform/gke-basics/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gke-basics

Your own site · 80×15
<a href="https://agentmods.dev/skills/tutur3u/platform/gke-basics"><img src="https://agentmods.dev/badge/skills/tutur3u/platform/gke-basics.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,084 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.01084
Opus 5 $0.00009 $0.00542
Sonnet 5 $0.00003 $0.00217
Haiku 4.5 $0.00002 $0.00108

Measured 2d ago against content hash d22c16b7081c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

gke-basics scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agents/skills/gke-basics/SKILL.md · 54 lines

How it starts

The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Google Kubernetes Engine (GKE) Basics

GKE is a managed Kubernetes platform on Google Cloud for deploying, scaling, and operating containerized applications. This skill defaults to the golden path Autopilot configuration — see gke-golden-path.md for defaults, rules, and guardrails.

Quick Start

gcloud services enable container.googleapis.com --quiet
gcloud container clusters create-auto my-cluster --region=us-central1 --quiet
gcloud container clusters get-credentials my-cluster --region=us-central1 --quiet
kubectl create deployment hello-server \
  --image=us-docker.pkg.dev/google-samples/containers/gke/hello-app:1.0

Reference Directory

Load the relevant reference based on trigger keywords. Prefer the most specific match; if ambiguous, ask the user to clarify.

Scenario Trigger Keywords Reference
Core Concepts Autopilot vs Standard, architecture, pricing, what is GKE core-concepts.md
Golden Path & Defaults golden path, Day-0 checklist, production defaults, cluster defaults gke-golden-path.md
Cluster Creation create cluster, new cluster, provision GKE gke-cluster-creation.md
Networking private cluster, VPC, subnet, Gateway API, DNS, ingress, egress, datapath gke-networking.md
Security & IAM Workload Identity, Secret Manager, RBAC, Binary Auth, hardening, audit, gVisor, IAM roles gke-security.md
Scaling HPA, VPA, autoscaler, autoscaling, NAP, scale pods, scale nodes gke-scaling.md
Compute Classes ComputeClass, machine family, Spot fallback, GPU node pool, node selection gke-compute-classes.md
Cost cost, savings, Spot VMs, rightsizing, CUD, optimize spend, budget gke-cost.md
AI/ML Inference inference, model serving, LLM, GPU, TPU, GIQ, vLLM gke-inference.md
Upgrades upgrade, maintenance window, release channel, patching, version gke-upgrades.md
Observability monitoring, logging, Prometheus, Grafana, metrics, alerts, dashboards gke-observability.md
Multi-tenancy multi-tenant, namespace isolation, team access, enterprise, RBAC planning gke-multitenancy.md
Batch & HPC batch, HPC, job queue, high performance, MPI, parallel gke-batch-hpc.md
App Onboarding containerize, deploy app, Dockerfile, onboard, migrate to GKE gke-app-onboarding.md
Backup & DR backup, restore, disaster recovery, CMEK gke-backup-dr.md
Storage storage, PVC, persistent volume, StorageClass, Filestore, GCS FUSE gke-storage.md
Reliability PDB, health probe, liveness, readiness, topology spread, graceful shutdown gke-reliability.md
Client Libraries client library, client-go, kubernetes python, kubernetes java, kubernetes SDK client-library-usage.md
Infrastructure as Code Terraform, IaC, HCL, infrastructure as code iac-usage.md
MCP Server MCP tools, MCP server, MCP setup mcp-usage.md
CLI / Tools gcloud, kubectl, commands, how to cli-reference.md
Production Audit production readiness, compliance, golden path check gke-cluster-creation.md

Read the full file on GitHub · 54 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · -128 tokens per session d22c16b7081c
  2. 9d ago First seen · 54 lines · 145 tokens per session scan A c6d1704e7eff

Subscribe to this mod's changes

gke-basics is a skill published in the GitHub repository tutur3u/platform (53 stars, last pushed yesterday), licensed Apache-2.0. It adds 17 tokens to every session and 1,084 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

frontend-engineer

!cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat .production-grade.yaml 2>/dev/null || echo "No config — using defaults" !cat .forgewright/codebase-context.md…

buiphucminhtam/forgewright · 55 tokens

nextjs-app-router

Full end-to-end tRPC setup for Next.js App Router. Covers route handler with fetchRequestHandler (GET + POST exports), TRPCProvider with QueryClientProvider, createTRPCOptionsProxy for RSC prefetching, HydrateClient/HydrationBoundary for hydration, useSuspenseQuery for Suspense, and server-side callers.

trpc/trpc · 74 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

subscriptions

Set up real-time event streams with async generator subscriptions using .subscription(async function() { yield }). SSE via httpSubscriptionLink is recommended over WebSocket. Use tracked(id, data) from @trpc/server for reconnection recovery with lastEventId. WebSocket via wsLink and createWSClient from @trpc/client…

trpc/trpc · 118 tokens

client-setup

Create a vanilla tRPC client with createTRPCClient (), configure link chain with httpBatchLink/httpLink, dynamic headers for auth, transformer on links (not client constructor). Infer types with inferRouterInputs and inferRouterOutputs. AbortController signal support. TRPCClientError typing.

trpc/trpc · 63 tokens

links

Configure the tRPC client link chain: httpLink, httpBatchLink, httpBatchStreamLink, splitLink, loggerLink, wsLink, createWSClient, httpSubscriptionLink, unstablelocalLink, retryLink. Choose the right terminating link. Route subscriptions via splitLink. Build custom links for SOA routing. Link options: url, headers…

trpc/trpc · 90 tokens