Production-grade platform engineering handbook — Kubernetes, Terraform, Flux CD, GitHub Actions, AWS, and more.
67
84%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Get platform-skills running in 2 minutes.
git clone https://github.com/nitinjain999/platform-skills.git
cd platform-skills
./install.sh --all --target ../your-projectUse --codex, --cursor, --copilot, or --claude when you only want one integration.
Copy one file into your project and commit it:
git clone https://github.com/nitinjain999/platform-skills.git
mkdir -p your-project/.github
cp platform-skills/.github/copilot-instructions.md your-project/.github/copilot-instructions.md
cd your-project && git add .github/copilot-instructions.md && git commit -m "chore: add platform-skills copilot instructions" && git pushOpen Copilot Chat in VSCode (Ctrl+Shift+I / Cmd+Shift+I) and ask questions — the rules are active.
→ Full setup for Copilot, Cursor, JetBrains, and global vs project level: EDITOR_INTEGRATIONS.md
Install the plugin:
claude plugin marketplace add https://github.com/nitinjain999/platform-skills
claude plugin install platform-skillsOpen Claude in your project:
cd your-project && claude→ Full install options, verification, and troubleshooting: INSTALLATION.md
Install the repo as a local Codex skill:
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
git clone https://github.com/nitinjain999/platform-skills.git "${CODEX_HOME:-$HOME/.codex}/skills/platform-skills"Open Codex in your project and ask:
Use $platform-skills to review this Terraform change for ownership, blast radius, validation, and rollback.→ Full install options, verification, and troubleshooting: INSTALLATION.md
Copy the Cursor-native rules into your project and commit them:
git clone https://github.com/nitinjain999/platform-skills.git
cp platform-skills/.cursorrules your-project/.cursorrules
mkdir -p your-project/.cursor/rules
cp platform-skills/.cursor/rules/*.mdc your-project/.cursor/rules/
cd your-project && git add .cursorrules .cursor/rules && git commit -m "chore: add platform-skills cursor rules" && git pushOpen Cursor Chat or Agent in that project and ask:
Review this Kubernetes Deployment for production readiness.→ Full Cursor setup, global rules, and troubleshooting: EDITOR_INTEGRATIONS.md#cursor
For a larger copy-paste library, see PROMPTS.md.
Review this Deployment for production readiness — flag security context, resource limits, and probe issues.My Flux Kustomization is stuck NotReady. Help me debug it step by step.Review this Terraform IAM policy for wildcard actions and SOC 2 gaps.Generate a production-ready Helm chart for a Node.js service with HPA and NetworkPolicy.| I want to… | Go to |
|---|---|
| Use with Copilot, Cursor, or any IDE | EDITOR_INTEGRATIONS.md |
| Full install + troubleshooting | INSTALLATION.md |
| Understand how the skill works | HOW_IT_WORKS.md |
| Learn the ownership model | GETTING_STARTED.md |
| See all 31 commands with examples | COMMANDS.md |
| Triage PR review comments | /platform-skills:triage |
| Scale workloads with KEDA | /platform-skills:keda |
| Browse reference guides | references/ |
| Copy working examples | examples/ |
.claude-plugin
.github
commands
docs
examples
agent-self-improve
argocd
awesome-docs
aws
cloudfront
functions
lambda-edge
functions
azure
compliance
conventional-commits
datadog
llm-observability
demo
documentation
dora
dynatrace
fluxcd
github-actions
composite-actions
configure-cloud
db-migrate
docker-build-push
k8s-deploy
notify-slack
pr-comment
release-tag
security-scan
setup-env
setup-terraform
terraform-plan
helm
web-service
templates
kubernetes
kyverno
mcp
observability
openshift
pr-review
ownership
runtime-security
supply-chain
terraform
references
scripts
skills
platform-skills
tests