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.
-
tomevault-io Bundle Jongio Azd Copilot Azure Cost OptimizationAzure Cost Optimization Skill
-
tomevault-io Bundle Kubernetes Database AnalystAnalyzes data from databases in Kubernetes clusters by setting up port forwarding, executing SQL queries, and generating CSV reports.
-
tomevault-io Bundle 3445286649 Openclaw Deploy Openclaw DeployFeishu Drive Tool
-
tomevault-io Bundle Testcontainers Integration TestsWrite integration tests using TestContainers for .NET with xUnit. Covers infrastructure testing with real databases, message queues, and caches in Docker containers instead of mocks. Use when this capability is needed.
-
tomevault-io Bundle Cost OptimizationReview infrastructure code for cloud cost optimization opportunities including rightsizing, auto-scaling, reserved instances, spot instances, and storage tiering. Use when this capability is needed.
-
tomevault-io Bundle Nginx To Higress MigrationMigrate from ingress-nginx to Higress in Kubernetes environments. Use when (1) analyzing existing ingress-nginx setup (2) reading nginx Ingress resources and ConfigMaps (3) installing Higress via helm with proper ingressClass (4) identifying unsupported nginx annotations (5) generating WASM plugins for nginx snippets/advanced features (6) building and deploying custom plugins to image registry. Supports full migration workflow with compatibility analysis and plugin generation. Use when this capability is needed.
-
tomevault-io Bundle Slo ArchitectUse when defining, reviewing, or operating SLOs/SLIs/error budgets. Triggers on "define an SLO", "what should our SLO be", "error budget", "burn rate", "SLI", "service level objective", "Google SRE workbook", "multi-window burn-rate alert", or any reliability-target question. Ships SLO designer, error-budget calculator with multi-window burn-rate thresholds, and SLO reviewer that catches the common bugs (target too aggressive, window too short, conflicting SLOs, no SLI definition). 4 references on SLO principles + SLI design + error budget math + composition with feature-flags-architect/chaos-engineering/kubernetes-operator. NOT a generic observability skill — specifically the SLO discipline.
-
tomevault-io Bundle Sales PipelineSales pipeline management manages deals through sales stages from prospecting Use when this capability is needed.
-
tomevault-io Bundle Runtime Deploy OciDeploy the Rust runtime service to the OCI host using the repository deploy script, reusing the server's existing SQS queue URL to avoid configuration drift. Use when a user asks to deploy runtime changes, restart runtime on OCI, or perform post-deploy health/meta validation. Use when this capability is needed.
-
tomevault-io Bundle Retrofit GRAPHQL Build DependenciesUnderstand and change retrofit-graphql build logic, module dependencies, version catalog entries, Dokka setup, and shared Gradle conventions. Use for buildSrc edits, new dependencies, or documentation pipeline work. Use when this capability is needed.
-
tomevault-io Bundle Plugin TestBuild Docker test images and run SkyWalking Python plugin/unit/e2e tests locally, mirroring the CI pipeline Use when this capability is needed.
-
tomevault-io Bundle Kubernetes SkillProduction-grade Kubernetes guidance (KubeShark). Activates for any task involving Kubernetes manifests, Helm charts, Kustomize overlays, RBAC, NetworkPolicies, or cluster operations. Enforces a failure-mode workflow with Conditional Reference Retrieval. Use when this capability is needed.
-
tomevault-io Bundle Basher83 Lunar Claude Ansible FundamentalsAnsible Fundamentals
-
tomevault-io Bundle Convex Runtime ParadigmConvex deployment/runtime decision guide for Perkcord (cloud dev vs local dev, runtime boundaries, env hygiene). Use when this capability is needed.
-
tomevault-io Bundle Porcami AI Dotfiles Azure Devops WorkflowAzure DevOps Workflow
-
tomevault-io Bundle Sc Commit Push PrCommit staged changes, push to remote, and create PRs for GitHub and Azure DevOps Use when this capability is needed.
-
tomevault-io Bundle Skill TerraformTerraform Specialist. Expert in IaC, modular HCL, and plan analysis. Use when this capability is needed.
-
tomevault-io Bundle Container DeploymentManage containerization and deployment automation using Docker, Kubernetes, and cloud platforms. Use when working with Docker images, container registries, orchestration, deployment pipelines, infrastructure as code, or environment management. Handles container builds, registry publishing, and deployment strategies. Use when this capability is needed.
-
tomevault-io Bundle Robinmordasiewicz F5xc Console Xc ConsoleF5 Distributed Cloud Console Automation Skill
-
tomevault-io Bundle Managing DeploymentDeployment and infrastructure for the site. Consult when troubleshooting deployments, modifying CI/CD, or diagnosing build issues. Use when this capability is needed.
-
tomevault-io Bundle RcloneUpload, sync, and manage files across cloud storage providers using rclone. Use when uploading files (images, videos, documents) to S3, Cloudflare R2, Backblaze B2, Google Drive, Dropbox, or any S3-compatible storage. Triggers on "upload to S3", "sync to cloud", "rclone", "backup files", "upload video/image to bucket", or requests to transfer files to remote storage. Use when this capability is needed.
-
tomevault-io Bundle Infra ApplyRun terraform plan for review and optionally apply infrastructure changes. Use when the user wants to preview or deploy infrastructure — always shows the plan before any apply. Use when this capability is needed.
-
tomevault-io Bundle Jyjeanne AI Setup Forge Terraform AdvancedPurpose
-
tomevault-io Bundle CI Config HelperUse when creating CI/CD pipelines (GitHub Actions, GitLab CI, CircleCI), debugging pipeline failures, optimizing build times, or configuring deployment automation
-
tomevault-io Bundle Docker BasicsDesign and review container runtime basics for reproducible local/service execution using Docker. Use when container build/run behavior, networking, volumes, and runtime isolation need explicit decisions; do not use for API contract or requirement prioritization tasks. Use when this capability is needed.
-
tomevault-io Bundle Ksopyla Agent Patterns Lab Docker DebuggerDocker Debugger
-
tomevault-io Bundle Terraform Plan ReviewUse when analyzing terraform/tofu plan output for risks, security issues, and potential service disruptions. Required before any apply operation.
-
tomevault-io Bundle Harness Code IntegrationHarness Code repository workflows, triggers, PR pipelines, branch protection, and GitOps integration for AWS EKS deployments Use when this capability is needed.
-
tomevault-io Bundle Evm Wallet Docker E2eRun the evm-wallet Docker e2e tests (build, start stack, wait for healthy, test, diagnose failures). Use when this capability is needed.
-
tomevault-io Bundle Michaelleehobbs Chronicler Scaffold DockerScaffold Docker & Health Checks
-
tomevault-io Bundle Microsoft Skills Azure Resource VisualizerAzure Resource Visualizer - Architecture Diagram Generator
-
tomevault-io Bundle Golang Script DeveloperWrite production-ready Go CLI tools, automation programs, and batch file processors with idiomatic Go patterns — Go modules layout, the standard library flag package by default (or cobra/urfave-cli for complex CLIs), structured logging via log/slog (Go 1.21+), error wrapping with fmt.Errorf %w plus errors.Is/errors.As, context.Context for cancellation and timeouts, signal.NotifyContext for graceful SIGINT/SIGTERM, distinct exit codes per failure mode, embedded assets via //go:embed, race-detector-clean concurrency with errgroup, and cross-platform / cross-compile support (GOOS/GOARCH) for Linux, macOS, Windows. Targets Go 1.22 and above. Use this skill whenever the user asks to create a Go / Golang script, .go program, single-binary CLI tool, automation, batch processor, or data pipeline — including casual phrasings like 'write a go program that ...', 'automate this in golang', 'make me a go CLI', or 'I need a single-binary tool'. Also use when reviewing or hardening an existing Go program. Use when this capa
-
tomevault-io Bundle Native SimHost-based simulation using the Zephyr native_sim board. Covers building for Linux/macOS/Windows, automated testing, host-side debugging (GDB, Valgrind), and host-target integration. Trigger when developing application logic without hardware or setting up CI/CD tests. Use when this capability is needed.
-
tomevault-io Bundle Blazemeter IntegrationsComprehensive guide for BlazeMeter Integrations, including APM tools, CI/CD pipelines, and development tools. Use when working with integrations for (1) Integrating APM tools (AppDynamics, Datadog, New Relic, CloudWatch, DX APM, Dynatrace, Delphix), (2) Integrating CI/CD tools (Jenkins, GitHub Actions, GitLab CI/CD, Azure DevOps, AWS CodePipeline, Bamboo, TeamCity, CircleCI, Codeship), (3) Using development tools (Visual Studio Code Plugin, MCP Server), or any other integration tasks. Use when this capability is needed.
-
tomevault-io Bundle Review CycleUnified multi-dimensional code review with automated fix orchestration. Supports session-based (git changes) and module-based (path patterns) review modes with 7-dimension parallel analysis, iterative deep-dive, and automated fix pipeline. Triggers on \"workflow:review-cycle\", \"workflow:review-session-cycle\", \"workflow:review-module-cycle\", \"workflow:review-cycle-fix\". Use when this capability is needed.
-
tomevault-io Bundle Axiom Cloud Sync DiagUse when debugging 'file not syncing', 'CloudKit error', 'sync conflict', 'iCloud upload failed', 'ubiquitous item error', 'data not appearing on other devices', 'CKError', 'quota exceeded' - systematic iCloud sync diagnostics for both CloudKit and iCloud Drive
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 jongio--azd-copilot--azure-cost-optimization, kubernetes-database-analyst, 3445286649--openclaw-deploy--openclaw-deploy. 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.