Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub nitinjain999/platform-skillsPractical guidance for platform engineers across Claude, Codex, Cursor, and Copilot: Kubernetes, Kyverno, Helm, Terraform, Flux CD (Flux Operator, FluxInstance, gitless OCI delivery, cluster debug, repo audit), Argo CD, GitHub Actions (composite actions, SHA pinning, OIDC, 11 production examples), AWS (CloudFront, WAF, Lambda@Edge, IAM, IRSA), Azure (AKS workload identity), GKE (Workload Identity Federation), Linkerd, Linux, networking, MCP development, observability, SOC 2 compliance, PR review, PR triage, KEDA autoscaling, Karpenter node autoscaling, supply chain security (Cosign, SBOM, SLSA), Falco runtime security, Chaos Engineering, DORA Metrics, LLM Observability (Datadog LLMObs), and animated docs. Every answer includes blast radius, validation steps, and rollback plan.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories
No description available.
Share bugs, ideas, or general feedback.
A practical handbook for developers and DevOps engineers working with Kubernetes, GitOps, Terraform, GitHub Actions, cloud infrastructure, and secrets management — with an optional Claude plugin layer for interactive guidance.
This repository is a reference handbook for developers, DevOps engineers, SREs, and platform teams. It is structured in two independent layers:
references/ and examples/ are the main product. Every domain has a deep-dive guide and working example assets you can copy directly into your project. Use it on GitHub, from a local clone, or as a team knowledge base.SKILL.md and .claude-plugin/marketplace.json add an optional routing layer so Claude surfaces the right section of the handbook when you ask platform engineering questions interactively.Both layers work independently. The plugin is optional.
| I want to... | Go to |
|---|---|
| Get started in 5 minutes | QUICKSTART.md |
| Full installation guide and troubleshooting | INSTALLATION.md |
| Read a domain guide | references/ |
| Copy a working example | examples/ |
| Install as a Claude plugin | Installation |
| Set up VSCode with or without Claude | VSCODE_INTEGRATION.md |
| Contribute a pattern | CONTRIBUTING.md |
| Domain | Reference guide | What it covers |
|---|---|---|
| ☸️ Kubernetes | references/kubernetes.md | Cluster baseline, workload patterns, network policy, RBAC, pod security |
| 🟥 OpenShift | references/openshift.md | Routes, SCC compatibility, operator usage, tenant isolation |
| 🚢 Argo CD | references/argocd.md | App-of-apps design, ApplicationSet, sync control, promotion flows |
| 🔄 Flux CD | references/flux.md | Monorepo structure, reconciliation, multi-tenancy, image automation |
| ☁️ AWS | references/aws.md | IAM least-privilege, IRSA, EKS, resource tagging, cost allocation |
| 🌐 Azure | references/azure.md | Workload identity, AKS, RBAC, resource tagging, Azure Policy |
| 🏗️ Terraform | references/terraform.md | Module design, state management, testing, CI/CD integration |
| 🚀 GitHub Actions | references/github-actions.md | Security hardening, OIDC, SHA pinning, reusable workflows |
| 🗺️ Platform model | references/platform-operating-model.md | Ownership boundaries, promotion flows, cross-tool design |
| 🔐 Secrets | references/secrets.md | External Secrets Operator, Sealed Secrets, provider setup, troubleshooting |
| 🔗 Linkerd | references/linkerd.md | mTLS, proxy injection, AuthorizationPolicy, observability, multi-cluster |
| 🐧 Linux & Networking | references/linux-networking.md | Linux admin, DNS, load balancing, VPC/VNet design, connectivity troubleshooting |
| 🧠 Platform Mindset | references/platform-mindset.md | DevEx, friction audits, RFC/ADR, incident comms, post-mortems, capacity planning |
Every pattern in this handbook follows the same ground rules:
Every troubleshooting section in the handbook follows this consistent framework — from quick diagnosis to safe resolution:
| Step | What it answers |
|---|---|
| Symptom | Exact error and observable behavior |
| Evidence | Commands to run: logs, events, status |
| Hypothesis | Most likely root cause |
| Diagnosis | Commands that confirm or rule out the hypothesis |
| Fix | Specific change with justification |
| Validation | Post-fix verification steps |
| Prevention | How to avoid it next time |
| Rollback | Safe undo path if the fix makes things worse |
No installation needed. Navigate directly: