npx claudepluginhub nitinjain999/platform-skillsPractical guidance for platform engineers: Kubernetes, Terraform, GitOps, GitHub Actions, AWS, Azure, Linkerd, Linux administration, networking, platform product thinking, and SOC 2 compliance for Terraform.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
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: