Skip to content

DevOps Claude Skills marketplace

github.com/ahmedasmar/devops-claude-skills · 158 ★ · 32 forks · Launched Oct 26, 2025

A curated marketplace of Claude Code Skills for DevOps workflows. Real community traction in 7 months — signal that I build developer products people actually adopt.

Claude Code Skills are reusable instruction packs that teach the Claude Code CLI a specialised workflow — a Markdown spec + supporting files, invoked on-demand when the user asks for that workflow. Anthropic ships some built-in; the rest of the ecosystem is open-source.

This repository is the curated set I built for infrastructure / platform engineering tasks:

SkillWhat it does
aws-sso-authRe-authenticates to AWS SSO when tokens expire. Handles multi-account / multi-org session refresh, picks the right ~/.aws/config profile, runs aws sso login non-interactively.
argocd-eks-cluster-onboardEnd-to-end onboarding of a new EKS target cluster to ArgoCD via Pod Identity + cross-account AssumeRole — replaces manual argocd cluster add and the long-lived ServiceAccount bearer-token pattern.
gitops-helm-onboardMigrate a Helm chart addon from Terraform-managed helm_release to ArgoCD with zero downtime. Handles the terraform state rm + Application creation + Server-Side-Diff dance.
monday-helper / monday-syncConnect finished development work back to Monday.com tracking via git history.
claude-md-managementAudit and improve CLAUDE.md files in repositories.
k8s-troubleshooterSystematic Kubernetes triage — CrashLoopBackOff, ImagePullBackOff, OOMKilled, Pending, node DiskPressure.
aws-cost-optimizationFinOps workflows: RI / Savings Plan analysis, Graviton migration, gp2 → gp3, rightsizing.
monitoring-observabilityFour Golden Signals / RED / USE; Datadog ↔ Prometheus comparisons; SLO + error-budget math.
iac-terraformTerraform + Terragrunt module scaffolding and review.
ci-cdGitLab CI + GitHub Actions pipeline design and DevSecOps wiring.

Each skill captures production patterns that took me time to get right at SaaS scale — not generic tutorials. argocd-eks-cluster-onboard is the same Pod-Identity-based cluster-registration flow I built for a multi-cluster GitOps engine; aws-sso-auth is the recovery flow I ran multiple times a day across a 20-account AWS estate.

The skills are also chainable: when a user says “a new EKS cluster is ready, hook it up to ArgoCD”, Claude Code can invoke aws-sso-auth (to refresh credentials) then argocd-eks-cluster-onboard (to do the work) without the user wiring them together.

  • 158 stars · 32 forks as of May 16, 2026
  • Actively maintained (as of May 2026)
  • Listed in community-curated awesome-claude-code lists