anmolnagpal/devops-skills

Multi-tool DevOps skills for Claude Code, Cursor, and Codex — Terraform, Kubernetes, Docker, GitHub Actions, GitLab CI, AWS FinOps, OWASP security.

8Stars on the repository
42Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adr

01

anmolnagpal/devops-skills

Skill Claude CodeCodex

Capture architectural decisions that have already been made, as structured ADRs (Architecture Decision Records). Use when user says 'record this decision', 'ADR this', 'why did we choose X', 'document this trade-off', 'we decided to...', or when a choice between alternatives has been settled and needs writing down.…

8 2d ago A 99 tokens original MIT

appsec

02

anmolnagpal/devops-skills

Skill Claude CodeCodex

Application-level security review: dependency manifests for known-vulnerable packages, missing HTTP security headers, permissive CORS configuration. Use when user says 'review my dependencies', 'check for vulnerable packages', 'run a dependency audit', 'audit security headers', 'review CORS config', or when working in…

8 2d ago B 107 tokens original MIT

ci

03

anmolnagpal/devops-skills

Skill Claude CodeCodex

GitLab CI/CD pipeline review and scaffolding for Terraform and Helm/EKS deployments, including individual stages, jobs, manual gates on prod stages, and pipeline credentials. Use when user says 'review my pipeline', 'check my gitlab-ci', 'scaffold a pipeline', 'is my CI correct', 'is my pipeline gated before prod'…

8 2d ago B 137 tokens original MIT

deploy

04

anmolnagpal/devops-skills

Skill Claude CodeCodex

Deployment strategy, production-readiness gating, and rollback planning for AWS/EKS services. Use when user says 'how should I deploy this', 'blue-green or canary', 'are we ready to ship', 'production readiness', 'plan a rollback', 'pre-deploy check', or before a first production release. Pairs with /k8s, /ci…

8 2d ago B 91 tokens original MIT

docker

05

anmolnagpal/devops-skills

Skill Claude CodeCodex

Docker operations, Dockerfile best practices, Compose, image optimization, and registry workflows. Use when user says 'review my Dockerfile', 'optimize my image', 'reduce image size', 'container won't start', 'set up compose', 'multi-stage build', or when working in Dockerfile, docker-compose.yml, or .dockerignore…

8 2d ago D 74 tokens original MIT

finops

06

anmolnagpal/devops-skills

Skill Claude CodeCodex

AWS cost optimization — waste detection, right-sizing, Savings Plans, RIs, EKS cost, multi-account governance. Use when user says 'reduce AWS bill', 'find waste', 'right-size this', 'should I buy SP or RI', 'gp2 vs gp3', 'EKS is expensive', 'NAT gateway cost', or asks about AWS cost optimization.

8 2d ago B 79 tokens original MIT

github-actions

07

anmolnagpal/devops-skills

Skill Claude CodeCodex

GitHub Actions workflow review, scaffolding, and security hardening. Use when user says 'review my workflow', 'check my actions', 'scaffold a workflow', 'is my CI correct', 'pin actions', 'OIDC to AWS', or when working in .github/workflows/.yml files.

8 2d ago B 66 tokens original MIT

github

08

anmolnagpal/devops-skills

Skill Claude CodeCodex

GitHub repository operations: PRs, issues, releases, branch protection, CODEOWNERS, Dependabot, and repo settings audits. Use when user says 'review my PR', 'create a release', 'cut a release', 'tag a release', 'set up branch protection', 'add CODEOWNERS', 'audit repo settings', 'is Dependabot configured', or asks…

8 2d ago B 107 tokens original MIT

gitops

09

anmolnagpal/devops-skills

Skill Claude CodeCodex

Argo CD and Flux review and scaffolding: mutable source refs, AppProject wildcard grants, unguarded auto-prune, sync waves and dependency ordering, selfHeal drift enforcement, and per-environment separation. Use when user says 'review my argocd', 'review my Application', 'check my flux config', 'set up gitops', 'why…

8 2d ago B 125 tokens original MIT

incident

10

anmolnagpal/devops-skills

Skill Claude CodeCodex

Runbooks, on-call readiness, incident response, and blameless postmortems: write a runbook for a service, audit whether a service can be operated at 03:00 before a rotation starts, find alerts that have no runbook, run a severity and escalation model, and turn an incident timeline into a postmortem. Use when user says…

8 2d ago D 184 tokens original MIT

k8s

11

anmolnagpal/devops-skills

Skill Claude CodeCodex

Kubernetes and Helm review and scaffolding for EKS workloads. Use when user says 'review my helm values', 'before I deploy', 'scaffold a new service', 'check values.yaml', or when working in values.yaml, Chart.yaml, or Helm template files.

8 2d ago C 59 tokens original MIT

logging

12

anmolnagpal/devops-skills

Skill Claude CodeCodex

Review whether security-relevant logging is enabled, complete, shipped off-host, and tamper-resistant across Kubernetes and the cloud control plane. Use when user says 'review my audit logging', 'is audit logging on', 'check my k8s audit policy', 'are we logging API-server access', 'review GKE/AKS logging', 'do we…

8 2d ago B 186 tokens original MIT

observability

13

anmolnagpal/devops-skills

Skill Claude CodeCodex

Observability review and scaffolding: centralized logging, log retention, metrics scraping, alert rules that page a human, distributed tracing, dashboards, and SLO/SLI definition. Use when user says 'review my monitoring', 'do we have enough observability', 'am I flying blind', 'set up alerts', 'write alert rules'…

8 2d ago B 118 tokens original MIT

owasp

14

anmolnagpal/devops-skills

Skill Claude CodeCodex

Security review requiring judgment about exploitability: injection and input handling, authentication and session management, authorization, secret storage and cryptography, and Agentic AI risks, against OWASP Top 10:2025 and ASVS 5.0. Use when user says 'review for security', 'is this secure', 'review this endpoint…

8 2d ago B 164 tokens original MIT

skill-creator

15

anmolnagpal/devops-skills

Skill Claude CodeCodex

Create, edit, evaluate, and debug the skills in this repo, including running their evals and fixing a description that fails to trigger. Use when user says 'help me build a new skill', 'add a skill for X', 'run the evals for the tf skill', 'run the behavioral evals', 'my skill is not triggering', 'fix this skill's…

8 2d ago A 128 tokens copy · 92% MIT

tf-plan

16

anmolnagpal/devops-skills

Skill Claude CodeCodex

Review a Terraform plan before applying it: destroys and replacements of data-bearing resources, secrets readable in plan output, out-of-band drift, blast radius, and whether the apply is bound to the plan you actually reviewed. Use when user says 'review my plan', 'is this plan safe to apply', 'check tfplan', 'what…

8 2d ago B 126 tokens original MIT

tf

17

anmolnagpal/devops-skills

Skill Claude CodeCodex

Generic Terraform review, scaffolding, and version upgrades for AWS infrastructure using the terraform-aws-modules ecosystem. Use when user says 'review my terraform', 'before I raise an MR', 'scaffold a lambda/rds/s3/eks/vpc', 'check my .tf files', 'upgrade provider', or when working in .tf or .tfvars files. NOTE: if…

8 2d ago B 118 tokens original MIT

wrapper-tf

18

anmolnagpal/devops-skills

Skill Claude CodeCodex

Team standard for AWS Terraform repos built on the CloudDrove wrapper-module pattern. Use when working in a repo with an modules/ directory that wraps clouddrove//aws modules, scaffolding a new wrapper module, generating Terraform GitHub Actions CI, reviewing wrapper-pattern PRs, or mapping the pattern to SOC2/GDPR…

8 2d ago B 89 tokens original MIT

skill-name-here

19

anmolnagpal/devops-skills

Skill Claude CodeCodex

What this reviews or produces, then when to reach for it. Use when user says ' ', ' ', or when working in . This is the only text the model reads when deciding whether to load the skill, so write triggers, not a summary.

8 2d ago B 69 tokens original MIT