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
mdr add nitinjain999/platform-skills/.cursor/rules/platform-skills.mdc@git:20260911.e8a972cmdr add nitinjain999/platform-skills/.cursor/rules/platform-skills.mdc@sha256:07dacb6f449d2421Pin 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.
[](https://markdownregistry.com/a/art_aiegh5rwyizzxzag)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260911.e8a972c latest | 2026-09-11 | e8a972c | 2,501 B | A | view · diff |
| git:20260830.3864269 | 2026-08-30 | 3864269 | 2,501 B | A | view · diff |
| git:20260829.e48230e | 2026-08-29 | e48230e | 2,501 B | A | view · diff |
| git:20260829.f898524 | 2026-08-29 | f898524 | 2,501 B | A | view · diff |
| git:20260829.af15eee | 2026-08-29 | af15eee | 2,501 B | A | view |
Audit of the latest version
- 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
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
Every file in nitinjain999/platform-skills