A production-grade field handbook for platform, DevOps, SRE, and cloud engineers covering Kubernetes, Flux CD, Terraform, GitHub Actions, AWS, OPA/Rego, KEDA, Karpenter, supply chain security, Falco, observability, and more.
> /plugin marketplace add nitinjain999/platform-skills> /plugin install platform-skills@platform-skills
Repo: nitinjain999/platform-skills
What's inside
A production-grade field handbook for platform, DevOps, SRE, and cloud engineers covering Kubernetes, Flux CD, Terraform, GitHub Actions, AWS, OPA/Rego, KEDA, Karpenter, supply chain security, Falco, observability, and more. Use it on GitHub, as a local reference, or with Claude, Codex, Cursor, and Copilot for interactive guidance with blast radius, validation steps, and rollback plans built in.
| Tool | What you get |
|---|---|
| Claude Code | 41 slash commands (/platform-skills:preflight, /platform-skills:kubernetes, /platform-skills:secrets, and more), interactive guidance, automatic activation on relevant files |
| Codex | Skill invocation with $platform-skills, loaded on demand in any Codex session |
| Cursor | Project rules for Chat and Agent — platform review and generation in every file context |
| GitHub Copilot plugin | Interactive slash commands in Copilot Chat — install once per user via copilot plugin install |
| GitHub Copilot (team) | Chat instructions committed to your repo — available to your whole team without individual installs |
| GitHub (no AI tool) | Browse references/ and examples/ directly — a standalone field handbook |
If this handbook saves you time, give it a star — it helps others find it. Found a gap or a better pattern? Contributions are welcome — open an issue, improve a reference guide, or add an example.
Platform teams keep rediscovering the same hard lessons: unclear ownership, unsafe IAM, weak Kubernetes defaults, drifting GitOps overlays, CI checks that run too late, and rollback plans that only appear after an incident. Platform Skills turns those lessons into reusable guidance for the tools engineers already use.
Use it when you need a second brain for production platform work:
Clone once, then install the integration your team uses:
git clone https://github.com/nitinjain999/platform-skills.git
cd platform-skills
| Tool | Best for | Quick install |
|---|---|---|
| Claude Code | Interactive plugin workflows and slash commands | claude plugin marketplace add https://github.com/nitinjain999/platform-skills && claude plugin install platform-skills |
| GitHub Copilot plugin | Copilot Chat — interactive slash commands | copilot plugin marketplace add nitinjain999/platform-skills && copilot plugin install platform-skills@platform-skills |
| Codex | Local skill invocation with $platform-skills | ./install.sh --codex |
| Cursor | Project rules for Chat and Agent | ./install.sh --cursor --target ../your-project |
| GitHub Copilot (team) | Team-wide chat instructions committed to the repo | ./install.sh --copilot --target ../your-project |
| Everything | Local all-agent setup | ./install.sh --all --target ../your-project |
Need manual setup, global editor rules, or troubleshooting? See INSTALLATION.md.
See BEFORE_AFTER.md for side-by-side before/after examples across Kubernetes, Terraform, Flux CD, GitHub Actions, OPA/Rego, and PR triage. More copy-paste workflows in PROMPTS.md.
Use $platform-skills to review this Terraform change for IAM scope, replacement risk, validation, and rollback.
Review this Kubernetes Deployment for production readiness: securityContext, resources, probes, HPA, PDB, and NetworkPolicy.
My Flux Kustomization is stuck NotReady. Walk me from evidence to fix to rollback.
Generate a production-ready GitHub Actions workflow with OIDC, pinned actions, cache safety, and least privilege.
This repository is a reference handbook for developers, DevOps engineers, SREs, cloud engineers, and platform teams. It is structured in 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.SKILL.md provides routing, agents/openai.yaml provides Codex UI metadata, and references/ plus examples/ are loaded on demand..cursorrules and .cursor/rules/*.mdc give Cursor project-level and scoped file rules for platform engineering reviews and generation..github/copilot-instructions.md lets teams commit the baseline into application and platform repositories.All layers work independently. Agent integrations are optional.
| I want to... | Go to |
|---|---|
| Get started in 5 minutes | QUICKSTART.md |
| Understand how AI agents and skills work | HOW_IT_WORKS.md |
| Full installation guide and troubleshooting | INSTALLATION.md |
| Read a domain guide | references/ |
| Copy a working example | examples/ |
| Copy prompts for Claude, Codex, Cursor, or Copilot | PROMPTS.md |
| Install as a Claude plugin | Installation |
| Install as a Codex skill | Installation |
| Add Cursor rules | Editor integrations |
| Learn how to use each slash command | COMMANDS.md |
| Set up VSCode, Copilot, or Cursor | EDITOR_INTEGRATIONS.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 — /platform-skills:kubernetes |
| 🛡️ Kyverno | references/kyverno.md | Validate/mutate/generate/verifyImages policies, Audit→Deny promotion, PolicyException, PolicyReport, kyverno-cli testing, PSP/Gatekeeper migration |
| OpenShift | references/openshift.md | SCC diagnosis, Routes TLS, OpenShift GitOps delivery, cluster upgrade validation — /platform-skills:openshift |
| Argo CD | references/argocd.md | App-of-apps design, ApplicationSet, sync control, promotion flows |
| Flux CD | references/fluxcd.md | Monorepo structure, reconciliation, multi-tenancy, image automation. Deep-dive guides: Sources, HelmRelease, Kustomization, Notifications, Operator, Security, Troubleshooting, Migration, ResourceSets, MCP, Terraform bootstrap — /platform-skills:fluxcd |
| AWS | references/aws.md | IAM least-privilege, IRSA, EKS, resource tagging, cost allocation |
| AWS CloudFront | references/aws-cloudfront.md | Distributions, OAC, cache policies, security headers, Lambda@Edge, CloudFront Functions, multi-account |
| AWS WAF | references/aws-waf.md | Web ACLs, managed rule groups, rate limiting, Bot Control, Firewall Manager, Shield Advanced |
| Azure | references/azure.md | Workload identity, AKS, RBAC, resource tagging, Azure Policy — /platform-skills:azure |
| Terraform | references/terraform.md | Module design, state management, testing, CI/CD integration |
| Checkov | references/checkov.md | Bootstrap, static + plan scanning, multi-cloud provider detection, fix mode, custom checks |
| 🔍 Trivy | references/trivy.md | Image, fs, repo, SBOM, and cluster CVE scanning; severity gates; Trivy Operator via Flux |
| GitHub Actions | references/github-actions.md | Security hardening, OIDC, SHA pinning, reusable workflows — /platform-skills:github-actions |
| Composite GitHub Actions | references/composite-actions.md | Composite action scaffolding, review, hardening, testing, release, private repo access |
| 🐈 Zizmor | references/zizmor.md | Workflow and action security audit: template injection, credential persistence, unpinned uses:, over-broad permissions, impostor commits; personas, zizmor.yml policy, exit-code gating, auto-fix, SARIF — /platform-skills:zizmor |
| 🦅 Kingfisher | references/kingfisher.md | Find, live-validate, map blast radius of, and revoke leaked secrets across repos, Git history, GitHub/GitLab/Bitbucket orgs, S3/GCS, Docker images, Slack, Jira, Confluence, Teams; baseline tracking, kingfisher.yaml policy, CI gate, pre-commit — /platform-skills:kingfisher |
FAQ
platform-skills is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes platform-skills. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it