DevOps & Infra
DevOps agent skills automate the delivery side of software: CI/CD pipelines, Dockerfiles, infrastructure as code, releases, and incident checklists. A skill gives your AI agent the exact runbook to follow, so deployments and configs come out consistent every time.
-
outlinedriven-odin-claude-plugin Bundle Deep ResearchUse when the user asks to research a topic and produce a thorough sourced report. Not for remote, credential, publish, deploy, or irreversible changes.
-
outlinedriven-odin-claude-plugin Bundle History NotesUse when the user says remember this or settles one durable fact. Not for remote, credential, publish, deploy, or irreversible changes.
-
tonone-ai Skill Finop AuditAudit cloud spend — identify waste, rightsizing opportunities, and reservation gaps. Use when asked "our cloud bill is too high", "find cloud waste", or "where can we rightsize".
-
tonone-ai Skill Finop ReconSurvey existing cloud cost controls — tagging coverage, alerting, and FinOps maturity. Use when asked to "audit our cost controls", "is our tagging complete", or "assess our FinOps maturity".
-
tonone-ai Skill Flux HealthData quality and pipeline health check — freshness, schema drift, null rates, orphaned records, pipeline status. Use when asked about "data quality check", "pipeline health", "is our data fresh", or "schema drift".
-
tonone-ai Skill Forge AuditAudit existing infrastructure for security issues, waste, and misconfigurations. Use when asked to "audit my infra", "check cloud setup", "infra review", "are we wasting money", "security check on infra", or "review my terraform".
-
tonone-ai Skill Forge InfraBuild production-grade infrastructure as code for a service or project. Use when asked to "set up infra", "provision infrastructure", "create cloud resources", "IaC for this project", "terraform for this", or "deploy this service".
-
pramoddutta Skill CI CD Pipeline AdvancedExpert-level CI/CD pipeline skill for test automation. Covers GitHub Actions, Jenkins, GitLab CI, Azure DevOps, parallel execution, matrix strategies, caching, artifact management, and deployment gates.
-
pramoddutta Skill Contract First TestingContract-first testing approach using Pact, Spring Cloud Contract, or Dredd for ensuring API consumer-provider compatibility.
-
pramoddutta Skill RAG Evaluation MetricsMeasure RAG pipeline quality with context precision/recall, faithfulness, answer relevancy, and groundedness using Ragas and DeepEval, with golden datasets and pass/fail thresholds.
-
outlinedriven-odin-claude-plugin Bundle Graph BackboneUse when defining, revising, or gate-replanning the project structural backbone in project-root graph.yaml. Not for remote, credential, publish, deploy, or irreversible changes.
-
outlinedriven-odin-claude-plugin Bundle Audit Loop ScaffoldUse when loop scaffold files have drifted from their provenance-pinned templates. Not for remote, credential, publish, deploy, or irreversible changes.
-
tonone-ai Skill Kube DesignDesign a Kubernetes cluster architecture — node pools, RBAC, networking, and workload config. Use when asked to "design a Kubernetes cluster", "plan our node pools", or "design K8s architecture for this workload".
-
outlinedriven-odin-claude-plugin Bundle Workflow DiagramUse when a user asks to visualize a process, approval flow, runbook, CI/CD path, responsibility lanes, or tool calls. Not for remote, credential, publish, deploy, or irreversible changes.
-
outlinedriven-odin-claude-plugin Bundle Brand AuthorityUse when the user asks for branded or style-governed output. Not for remote, credential, publish, deploy, or irreversible changes.
-
outlinedriven-odin-claude-plugin Bundle Markdown To PDFUse when the user runs /markdown-to-pdf on Markdown to render a publication-quality PDF. Not for remote, credential, publish, deploy, or irreversible changes.
-
outlinedriven-odin-claude-plugin Bundle Training ReportUse when a trainer wants a training session or workshop documented as a compte rendu with a final .docx. Not for remote, credential, publish, deploy, or irreversible changes.
-
outlinedriven-odin-claude-plugin Bundle Harness Port GuideUse when the user asks to make the skills framework work in a new harness, IDE, or CLI. Not for remote, credential, publish, deploy, or irreversible changes.
-
outlinedriven-odin-claude-plugin Bundle IOS Visual ReviewUse when the user invokes /ios-visual-review to audit an iOS app's visuals on a real device. Not for remote, credential, publish, deploy, or irreversible changes.
-
outlinedriven-odin-claude-plugin Bundle Analysis ArtifactsUse when the user requests a deep dive, exploratory analysis, or data analysis on BigQuery. Not for credential, publish, deploy, or irreversible changes.
-
tonone-ai Skill Lens ReportBuild a reporting pipeline — scheduled reports with SQL queries, delivery via Slack or email, threshold alerts, and historical comparison. Use when asked for "automated reports", "scheduled report", "email digest", or "Slack alerts for metrics".
-
tonone-ai Skill Multi ReconSurvey existing cloud architecture for lock-in depth and portability gaps. Use when asked to "survey our cloud lock-in", "find portability gaps", or "how cloud-agnostic are we".
-
tonone-ai Skill Pave GoldenDefine a golden path — the opinionated, supported way to do a common developer task (create a new service, set up an environment, deploy a feature). Produces concrete steps, templates, and tooling. Use when asked to "golden path", "create project template", "scaffold a new service", "how should we create services", or "standardize our setup".
-
outlinedriven-odin-claude-plugin Bundle Consult DeploymentUse when the user asks to rank deployment platforms and stacks against their product with quantitative trade-offs. Not for source or remote mutation.
-
outlinedriven-odin-claude-plugin Bundle Devcontainer SetupUse when adding a devcontainer or isolated dev environment to a repo that lacks one, for Python, Node/TypeScript, Rust, Go, or a combination. Not for editing an existing devcontainer.
-
outlinedriven-odin-claude-plugin Bundle Decision DiaryUse when a user wants to record why one world won over the others, as a decision-diary entry. Not for remote, credential, publish, deploy, or irreversible changes.
-
outlinedriven-odin-claude-plugin Bundle History ForgetUse when the user asks to remove a session or note from recall, or to unforget or list exclusions. Not for remote, credential, publish, deploy, or irreversible changes.
-
tonone-ai Skill Rank DesignDesign ranking pipelines — reranker selection, score fusion, cross-encoder patterns, latency trade-offs. Use when asked to "add a reranker", "design a ranking pipeline", or "improve retrieval relevance".
-
tonone-ai Skill Relay AuditAudit an existing CI/CD pipeline for slowness, security issues, and reliability gaps. Use when asked to "audit pipeline", "why is CI slow", "pipeline review", or "deployment review".
-
tonone-ai Skill Relay ReconMap the full CI/CD pipeline — triggers, build, test, deploy flow — with risk assessment. Use when asked "how does this deploy", "map the pipeline", or "understand CI/CD".
-
tonone-ai Skill Serv DesignDesign a serverless architecture for a workload — runtime selection, event wiring, and scaling config. Use when asked to "design a serverless architecture", "should this be a Lambda", or "wire up events for functions".
-
tonone-ai Skill Terra DriftDesign a Terraform drift detection and remediation workflow. Use when asked to "detect Terraform drift", "our state does not match reality", or "build a drift remediation workflow".
-
tonone-ai Skill Terra ReconAudit existing Terraform code — find state issues, security gaps, and module quality problems. Use when asked to "audit our Terraform", "find state management issues", or "check IaC security gaps".
-
tryboy869 Bundle AWS[Applies to: **/*] This guide provides opinionated, actionable best practices for developing and deploying applications on AWS, emphasizing CDK v2, serverless patterns, and Well-Architected principles.
-
tryboy869 Bundle GCP[Applies to: **/*] This guide provides definitive best practices for developing, deploying, and operating applications on Google Cloud Platform (GCP), emphasizing security, performance, and maintainability.
-
outlinedriven-odin-claude-plugin Bundle Merge And DeployUse when a human runs /merge-and-deploy to merge a PR and trigger or verify deployment. Don't use for tasks that require source changes or without explicit human confirmation at each gate.
Frequently asked questions
What are DevOps & Infra agent skills?
DevOps agent skills automate the delivery side of software: CI/CD pipelines, Dockerfiles, infrastructure as code, releases, and incident checklists. A skill gives your AI agent the exact runbook to follow, so deployments and configs come out consistent every time.
Which DevOps & Infra skills are most installed?
Popular DevOps & Infra skills on SkillMD right now include deep-research, history-notes, finop-audit. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do DevOps & Infra skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.