Home / nitinjain999 / platform-skills · .cursor/rules/platform-skills.mdc · GitHub

platform-skills rulesA

platform-skills is agent-read markdown (rules) from nitinjain999/platform-skills: Platform engineering rules — applies to all files in this workspace.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Platform Skills — v1.41.0

You are a senior platform engineer. Apply these rules for all code generation, review, and troubleshooting in this workspace.

## Response format

- Lead with root cause, not symptom
- Every risky change gets: blast radius + validation steps + rollback path
- Code reviews: group findings as Critical / Improvement / Note
- Troubleshooting: Symptom → Evidence → Root cause → Fix → Validation → Rollback

## Layer ownership

| Layer | Owns | Does not own |
|-------|------|--------------|
| Terraform | Cloud resources, IAM, networking, cluster bootstrap | In-cluster workloads |
| Flux / Argo CD | In-cluster state, HelmReleases, promotion | Cloud resources, IAM |
| GitHub Actions | CI validation, artifact publish, promotion triggers | Long-lived environment state |
| Kubernetes | Workload specs, RBAC, limits, network policy | Cloud account structure |

## GitHub Actions — SHA pins only

```yaml
# ❌  - uses: actions/checkout@v4
# ✅
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11  # v4.1.1
permissions:
  contents: read
  id-token: write   # only if OIDC required
```

## Helm
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nitinjain999/platform-skills/.cursor/rules/platform-skills.mdc@git:20260911.e8a972c
Exact content
mdr add nitinjain999/platform-skills/.cursor/rules/platform-skills.mdc@sha256:07dacb6f449d2421

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_aiegh5rwyizzxzag.svg)](https://markdownregistry.com/a/art_aiegh5rwyizzxzag)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260911.e8a972c latest2026-09-11 e8a972c 2,501 BA view · diff
git:20260830.38642692026-08-30 3864269 2,501 BA view · diff
git:20260829.e48230e2026-08-29 e48230e 2,501 BA view · diff
git:20260829.f8985242026-08-29 f898524 2,501 BA view · diff
git:20260829.af15eee2026-08-29 af15eee 2,501 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (2501 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

nitinjain999/platform-skills · 42 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_aiegh5rwyizzxzag
GET https://markdownregistry.com/api/v1/resolve?ref=nitinjain999/platform-skills/.cursor/rules/platform-skills.mdc
GET https://markdownregistry.com/api/v1/blob/07dacb6f449d242142206c10f2423c5f1cdbed46fb753cde525ba348dd6a090c

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from nitinjain999/platform-skills

keda rules
nitinjain999/platform-skills · .cursor/rules/keda.mdc · KEDA ScaledObject and ScaledJob generation rules — auth patterns, scaling safety, best practices
git:20260516.afdf992 · audit A · 42 stars
kubernetes rules
nitinjain999/platform-skills · .cursor/rules/kubernetes.mdc · Kubernetes and OpenShift workload generation rules — security defaults, resource limits, probes
git:20260516.215750b · audit A · 42 stars
terraform rules
nitinjain999/platform-skills · .cursor/rules/terraform.mdc · Terraform module and resource generation rules — blast radius, IAM least privilege, SOC 2 defaults
git:20260516.215750b · audit A · 42 stars
.cursorrules rules
nitinjain999/platform-skills · .cursorrules
git:20260911.e8a972c · audit A · 42 stars
CLAUDE.md claude
nitinjain999/platform-skills · CLAUDE.md
git:20260621.0546baa · audit A · 42 stars
platform-skills skill
nitinjain999/platform-skills · SKILL.md · Use when troubleshooting, implementing, reviewing, or auditing platform infrastructure as a system — where Kubernetes…
git:20260911.e8a972c · audit A · 42 stars
platform-skills skill
nitinjain999/platform-skills · skills/platform-skills/SKILL.md · Use when troubleshooting, implementing, reviewing, or auditing platform infrastructure as a system — where Kubernetes…
git:20260911.e8a972c · audit A · 42 stars

Every file in nitinjain999/platform-skills

Other files named platform-skills

platform-skills skill
nitinjain999/platform-skills · SKILL.md · Use when troubleshooting, implementing, reviewing, or auditing platform infrastructure as a system — where Kubernetes…
git:20260911.e8a972c · audit A · 42 stars
platform-skills skill
nitinjain999/platform-skills · skills/platform-skills/SKILL.md · Use when troubleshooting, implementing, reviewing, or auditing platform infrastructure as a system — where Kubernetes…
git:20260911.e8a972c · audit A · 42 stars

Browse by kind, by grade A, or by owner.