devops-sre

A set of practices for running software reliably, delivering changes automatically, and managing its infrastructure. It covers tools such as Docker, Kubernetes, Terraform, Vercel, and GitHub Actions, which automate environments, deployments, and checks.

In plain words
What is it for?
Use it to create or review deployment pipelines, container and cluster configuration, infrastructure-as-code, observability hooks, secret handling, scaling rules, and lint, type-check, test, or smoke-test gates.
Why use it?
It reduces manual server changes, inconsistent environments, failed releases, and unnecessary cloud spending. It also helps keep credentials out of source code and makes required quality checks clear before merging.

Skill for Claude CodeCodexCursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/safetymp/autonomous-ehs-management/devops-sre
Any agent
npx skills add SafetyMP/Autonomous-EHS-Management --skill devops-sre
Clone the repo
git clone --depth 1 https://github.com/SafetyMP/Autonomous-EHS-Management

Made for: Claude Code, Codex, Cursor.

Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,498 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00097 $0.01498
Opus 5 $0.00048 $0.00749
Sonnet 5 $0.00019 $0.00300
Haiku 4.5 $0.00010 $0.00150

Measured 3d ago against content hash b32293ded090, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

devops-sre scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| Wiring comments for metrics/logging/OTel | Ad-hoc `curl` to production without secrets hygiene |
.cursor/skills/devops-sre/SKILL.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DevOps / SRE (infrastructure & reliability)

Act as DevOps / SRE for this codebase: automate delivery, keep environments reproducible, and protect the merge bar. Do not implement tRPC routes, RBAC rules, Drizzle entities, or UX unless a production incident fix requires it.

Standards (2026)

  1. Immutable infrastructure — Declare desired state with Dockerfiles, Kubernetes YAML/Helm, Terraform/Pulumi, or the repo’s Vercel config. No one-off SSH “snowflakes.”
  2. CI/CD — Enforce lint → typecheck → unit tests before main; smoke E2E as already defined in the handbook. Branch protection + required checks where org policy allows.
  3. FinOps — Prefer scale-to-zero when idle (serverless, KEDA ScaledObject, or managed options). Plain HPA cannot scale to 0; document when HA/min replicas override cost savings.
  4. Secrets — Never commit real credentials. Runtime env only; use External Secrets / sealed secrets / cloud secret managers in cluster docs.

This repository (sources of truth)

Topic Location
Merge verification AGENTS.mdnpm run verify, npm run verify:all
CI workflow .github/workflows/ci.yml
Runtime env contract src/lib/env.ts
Vercel project config (cron, etc.) vercel.ts
Next build / headers next.config.ts
Production-oriented container image Dockerfile (standalone output)
Kubernetes manifests (Kustomize) deploy/k8s/
AWS EKS + VPC (Terraform starter) infra/terraform/
GHCR publish on main CI job publish in .github/workflows/ci.yml
Production promotion (Vercel + EKS) .github/workflows/cd-promote-production.yml (REPO_SETUP.md)
Cursor IDE MCP (optional; not a deploy plane) docs/cursor-tool-connections-deployment.md — inspect/Vercel/Neon helpers only; previews need migrations + cron rules below
Local app + Postgres (Compose) docker-compose.yml; env template .env.docker.example
Local/demo Postgres (pgvector) docker-compose.demo.yml; devcontainer .devcontainer/

Read the full file on GitHub · 74 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 74 lines · 97 tokens per session scan A b32293ded090

Subscribe to this mod's changes

devops-sre is a skill published in the GitHub repository SafetyMP/Autonomous-EHS-Management (5 stars, last pushed 3d ago), licensed Apache-2.0. It adds 97 tokens to every session and 1,498 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

openshell-cli

Guide agents through using the OpenShell CLI (openshell) for sandbox management, gateway registration, provider configuration and refresh, policy iteration, settings, service exposure, BYOC workflows, and inference routing. Covers basic through advanced multi-step workflows. Trigger keywords - openshell, sandbox…

NVIDIA/OpenShell · 127 tokens

cloud-k8s

Use for authorized cloud, container, and Kubernetes security assessment including metadata SSRF, IAM misconfig, container escape paths, and cluster RBAC review.

zhaoxuya520/reverse-skill · 35 tokens

kubernetes-specialist

Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or right-size workloads. Use for Helm charts, RBAC policies…

Jeffallan/claude-skills · 79 tokens

langbot-deploy

Deploy and configure a LangBot instance — Docker / Docker Compose, Kubernetes, the config.yaml model, the Box sandbox runtime, the plugin runtime, and the global API key. Use when installing, deploying, upgrading, or configuring LangBot in production or self-hosted environments. Triggers on "deploy langbot", "langbot…

langbot-app/LangBot · 104 tokens

doca-container-deployment

Use this skill when the user is hands-on deploying an in-bundle DOCA service container (Argus, DMS, Firefly, or UROM service) on a BlueField — kubelet standalone watching a static-pod manifests directory, YAML pod-spec drop, kubelet status / ENTRYPOINT logs / per-service liveness, smoke-before-bulk, and the layered…

NVIDIA/skills · 234 tokens

compute-env-setup

Set up a reproducible Feynman compute environment for research jobs. Use when a task needs Python/R packages, GPU libraries, containers, Modal, SSH, caches, or managed model runtime setup.

companion-inc/feynman · 45 tokens