Platform engineering sits between developers and infrastructure. The job is to pave the golden path so application teams can ship without becoming experts in Terraform, Kubernetes, or whichever cloud the company is on this quarter. The skills below each target a distinct part of that golden path — provisioning, packaging, deploying, observing, and securing — and all live inside verified plugins with real commit history and meaningful star counts. If you are bootstrapping or upgrading an internal developer platform in 2026, this is the install list.

Write Terraform infrastructure-as-code end to end: providers, modules, state management, and cloud resource definitions across AWS, GCP, and Azure. From the claude-skills plugin. Terraform is still the lingua franca of multi-cloud platform teams, and the painful part has always been the boilerplate — provider blocks, backend config, variable plumbing, and the third rewrite of the same module that almost-but-not-quite matches the last one.

Author Kubernetes manifests: Deployments, Services, Ingress, ConfigMaps, Secrets, HorizontalPodAutoscalers, and Helm charts. From claude-skills. The Kubernetes object model is verbose by design — every safe production workload is six to ten YAML documents — and most platform tickets are still some variation of "we need a manifest for a new internal service."

Create Helm charts: templates, values, helpers, hooks, tests, and OCI chart publishing. From claude-skills. Once you have more than two services that all need probes, ingress, autoscaling, and observability, the right answer is a chart, not a folder of nearly-identical YAML. Helm is also where most internal developer platforms expose the golden-path interface to app teams.

Build GitHub Actions workflows end to end: CI, CD, automated releases, dependency updates, and reusable composite actions. From claude-skills. Even on a multi-cloud platform team, GitHub Actions usually wins as the platform CI surface because every team already pushes to a Git repo on GitHub. The painful part is YAML that looks correct, parses cleanly, and then silently does the wrong thing.

Generalized CI/CD pipeline builder: GitHub Actions, GitLab CI, Jenkins, and CircleCI, with test, build, and deploy stages. From claude-skills. Most platform teams inherit at least one non-GitHub CI system, usually because an acquired team or a regulated subsidiary cannot move. This skill is the bridge.

Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. From Courses-Content. GitOps is the closest thing platform engineering has to an industry-default answer for "how do we deploy to Kubernetes safely." The Git repo is the desired-state source of truth; ArgoCD or Flux reconciles the cluster to match.

Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. From Courses-Content. The shape of a pipeline matters more than the YAML — where the canary gate goes, who approves prod, when the SBOM is generated, and whether the rollback path is one command or a Slack thread.

Post-deploy canary monitoring. Watches the live app for console errors, performance regressions, and visible page failures using browser-driven checks. From gstack (78,986 stars). Synthetic monitors catch obvious downtime; canary catches the subtler client-side breakage that ships green but renders red.

Chief Security Officer mode for platform teams: infrastructure-first security audit covering secrets archaeology, dependency supply chain, CI/CD pipeline security, LLM and AI security, plus OWASP Top 10 and STRIDE threat modeling. Has a daily mode (zero-noise, 8/10 confidence gate) and a comprehensive monthly deep-scan mode. From gstack (78,986 stars). Platform engineering and platform security are not the same role, but the platform team owns most of the surface area — pipelines, base images, IAM, secret stores — so a recurring CSO sweep belongs in the rotation.

How to install

Each skill lives inside a plugin. Add the plugin marketplace once, then install with a single command — the skill detail page has the exact install string. For a platform engineering team standing up its first golden path, the highest-ROI bundle is claude-skills (for terraform-writer, kubernetes-helper, helm-chart-builder, github-actions, and ci-cd-builder), the Courses-Content pair (gitops-workflow, deployment-pipeline-design) for the deployment architecture layer, and gstack for the post-deploy canary and recurring cso audit. Together they cover the full provision → package → deploy → observe → secure loop that platform engineering owns end to end.

Where to go next

If your team leans more SRE than platform, the DevOps engineers list covers the same surface from an incident-response angle. If you are pairing this with a backend service migration, the backend engineers list has the application-side counterpart. And for a generalized starter pack, see the 10 skills every developer should install first. For comparing Claude Code against other agentic IDEs and AI tools that platform teams evaluate, the AI tools directory is the cross-site reference.