v1.36.0 — What's new
Platform Skills
Your AI agent generates config. It doesn't know what breaks. Platform Skills gives it the missing context — blast radius, validation steps, and rollback plan, built in.
Works with Claude Code · Cursor · VS Code / Copilot · Codex
The problem
AI agents are great at writing YAML.
They're not great at knowing what happens next.
💥
Adds a CPU limit that throttles production at peak load
🔓
Writes IAM policies with wildcards because it's "simpler"
🕳️
No mention of what breaks if the change is wrong
🤷
No validation steps. No rollback plan. Ships anyway.
Platform Skills is a plugin that teaches your agent to think like a senior platform engineer — not just generate, but reason.
Real usage, real results
See it in a real situation
Every command follows the same pattern: understand the situation, take the right action, show the result.
Security
SA pipeline flags a CRITICAL CVE in your base image 30 minutes before a release window.
TScan the image, understand blast radius, decide whether to block or accept risk with a documented exception.
A
/platform-skills:trivy imageRSeverity-gated scan with exploitability context, a pre-filled .trivyignore entry with expiry date, and a go/no-go recommendation with rollback path if you ship.
Code Review
SCopilot left 12 unresolved review threads on your PR. Release is blocked until they're cleared.
TClassify each comment, fix the real issues, reply to every thread, and resolve them — without missing one.
A
/platform-skills:triage --all 100REvery thread triaged: ACTIONABLE ones fixed and committed, INFORMATIONAL ones answered, NOT_APPLICABLE ones closed with a reason. Summary table printed.
Infrastructure
SSecurity asks if a Terraform change is safe to apply to production. You have 20 minutes.
TScan against the actual plan (not just source), surface HIGH/CRITICAL findings, map them to SOC 2 controls.
A
/platform-skills:checkov planRDeep analysis against live state values, findings grouped by control, a .checkov.baseline diff showing what's new vs existing, and a one-line verdict: safe / needs fix / block.
40 commands. Every domain a platform team touches.
⎈
Kubernetes
Cluster baseline, Helm, KEDA autoscaling, Karpenter node provisioning
🔄
GitOps
Flux CD, Argo CD, OCI delivery, Flux Operator, gitless clusters
🏗️
Terraform
Blast radius analysis, IAM least-privilege, SOC 2 controls
☁️
AWS & Azure
CloudFront, WAF, Lambda@Edge, IAM / IRSA, AKS, Workload Identity, Azure Policy
⚙️
GitHub Actions
OIDC federation, SHA pinning, token scoping, composite actions, workflow security review
🔐
Secrets
External Secrets Operator, Sealed Secrets, provider setup, rotation runbook, audit
🔒
Security
Supply chain (Cosign, SBOM, SLSA), Falco, OPA, Kyverno, Trivy
📊
Observability
Datadog, Dynatrace, OpenTelemetry, LLM observability, DORA
Install in your agent
One command. Works where you work.
- Claude Code
- Cursor
- VS Code / Copilot
- Codex
Add to marketplace
claude plugin marketplace add https://github.com/nitinjain999/platform-skills
Install
claude plugin install platform-skills
Upgrade to latest
claude plugin update platform-skills
Install from marketplace
Open Cursor Settings → Rules → search platform-skills in the marketplace.
Or install manually
./install.sh --cursor --target .
Upgrade
./install.sh --cursor --target . --upgrade
Add to marketplace
copilot plugin marketplace add nitinjain999/platform-skills
Install
copilot plugin install platform-skills@platform-skills
Or install manually
./install.sh --copilot --target .
Install
codex skill add nitinjain999/platform-skills
Upgrade
codex skill update nitinjain999/platform-skills