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.
-
bytesagain Bundle SkopeoSkopeo container image operations reference. Copy images between registries without pulling locally, inspect remote metadata, sync/mirror repos, delete tags, and handle auth for ECR/GCR/GHCR. Includes CI/CD patterns and image signing.
12 -
bytesagain Bundle ValkeyValkey — the Linux Foundation community fork of Redis (BSD-3). 100% Redis-compatible drop-in replacement backed by AWS, Google, Oracle. Covers migration from Redis, cluster setup, sentinel HA, I/O threading, configuration, and monitoring.
12 -
bytesagain Bundle BuildahBuildah OCI container image builder reference. Build container images without Docker daemon. Covers Containerfile builds, scripted builds with shell commands, direct filesystem mount, rootless operation, multi-arch manifests, and CI/CD integration.
12 -
bytesagain Bundle DrizzleDrizzle ORM TypeScript SQL reference. Covers schema definition for PostgreSQL/MySQL/SQLite, type-safe queries with joins and filters, relational query API, migrations with drizzle-kit, Drizzle Studio, and edge/serverless setup (D1, Turso, Neon).
12 -
bytesagain Bundle EarthlyEarthly containerized CI/CD build tool reference. Dockerfile meets Makefile. Covers Earthfile syntax, multi-language targets, build args, secrets, cache mounts, parallel builds, importing from other repos, CI integration, and artifact management.
12 -
bytesagain Bundle KubectlKubectl Kubernetes CLI reference. Covers resource management (get/apply/delete/patch/scale), debugging (logs/exec/debug/ port-forward), rollouts, RBAC, JSONPath queries, dry-run YAML generation, kubeconfig contexts, and krew plugin manager.
12 -
bytesagain Bundle NetbirdNetBird open-source WireGuard VPN platform reference. Zero-config mesh networking with SSO. Covers CLI, DNS, network routes, ACL policies, posture checks, self-hosted Docker Compose deployment, Keycloak OIDC integration, and REST API.
12 -
bytesagain Bundle TraefikTraefik cloud-native reverse proxy reference. Auto-discovers services from Docker/Kubernetes. Covers Docker Compose labels, automatic Let's Encrypt HTTPS, IngressRoute CRDs, middlewares (rate limit, auth, headers), canary deployments, and file config.
12 -
bytesagain Bundle VagrantVagrant development environment manager reference. Covers Vagrantfile configuration, port forwarding, synced folders, multi-machine setups, shell and Ansible provisioners, popular boxes, and Vagrant vs Docker vs DevContainers comparison.
12 -
bytesagain Bundle DebuggerAnalyze errors, stack traces, and logs to diagnose root causes and suggest fixes. Use when debugging Python, Node.js, Go, or Bash errors, interpreting Kubernetes events, diagnosing Docker issues, or resolving database connection errors.
12 -
bytesagain Bundle MonorepoMonorepo multi-package repository management reference. Covers pnpm/npm/yarn workspaces, internal packages, shared configs, Turborepo and Nx task runners, CODEOWNERS, sparse checkout, CI/CD with affected detection, and Changesets versioning.
12 -
bytesagain Bundle PineconePinecone managed vector database reference. Covers serverless index creation, Python SDK upsert/query/delete, metadata filters, namespaces, batch operations, RAG pattern with OpenAI, filter operators, and best practices.
12 -
bytesagain Bundle ZerotierZeroTier software-defined networking reference. Virtual Ethernet (Layer 2) anywhere. Covers network creation, flow rules, DNS, Ethernet bridging to physical LANs, self-hosted controller, Docker deployment, and Tailscale comparison guide.
12 -
bytesagain Bundle DragonflyDragonfly modern in-memory data store reference. 25x faster than Redis, fully API-compatible drop-in replacement. Covers all Redis data structures, JSON support, non-blocking snapshots, migration from Redis, multi-threaded architecture, and Docker deployment.
12 -
kensaurus Skill Data Pipeline 2Wire ETL, ingestion, cron, edge-function, and queue jobs correctly. Use for "build a pipeline", "sync X into Y", "nightly aggregation", "cron double-counts", "dedupe", "backfill", "the numbers are wrong after a retry". Bakes in idempotency, atomic writes, data contracts, dead-letter, and observability.
8 -
kensaurus Skill Deploy Verify 2Post-deploy smoke test across browser, Sentry, Supabase, Langfuse, and the public web. Use when "verify deploy", "smoke test production", "post-release check", or "ship or rollback". Deploy + observation loop → workflow-ship-and-observe. npm package release → deploy-npm.
8 -
kensaurus Skill Housekeep Gates 2Apply-now consolidation of accreted CI gates, ratchets, and hooks into one aggregator required check. Use after audit-gate-logic, or when "clean up our CI checks", "we have three lint jobs", "make one quality gate". Audit-only → audit-gate-logic. Rule content → audit-doctrine. Pipeline cost → audit-cicd.
8 -
kensaurus Bundle Backend Patterns 2Apply backend patterns — queues, caching, rate limits, serverless/edge. Use when "queue jobs", "caching layer", "rate limiting", "server actions", or "edge function". Which architecture to pick → audit-backend-architecture.
8 -
kensaurus Skill Mushi Integration 2Full end-to-end Mushi Mushi integration smoke test: bug capture → AI triage → story mapping → TDD test generation → approval → execution → PDCA cycle. Use when "test mushi integration", "verify full pipeline", "mushi e2e check", "does mushi work end-to-end", "smoke test mushi", or after deploying changes.
8 -
kensaurus Bundle Debug Sentry MonitorOperate Sentry: triage/fix unresolved issues, reduce noise, audit instrumentation, and monitor after deploy. Use when "check Sentry", "fix Sentry issues", "review production errors", or "improve error tracking". One named bug through PR → workflow-fix-and-ship. Plan-only observability → plan-error-handling.
8 -
kensaurus Skill Workflow Feature FlagPlan and execute a disciplined feature-flag rollout for any app. Use when asked to "add a feature flag", "gradual rollout", "staged release", "kill switch", "dark launch", "flag cleanup", "canary release", "rollback plan", "safe feature release", or "deploy without switching on".
8 -
kensaurus Skill Workflow Fix And ShipComplete one bug-fix lifecycle: triage → reproduce → debug-error → regression fix → test-playwright → workflow-pr; optional deploy verify. Use when "fix this bug and close the ticket", "patch this and ship", or a named production error. Multiple reports → workflow-feedback-to-closure.
8 -
kensaurus Skill Workflow Parallel AgentsRun multiple agents in parallel via git worktrees, cloud agents, or multi-model comparison. Use for "run agents in parallel", "best-of-N", "compare approaches", "multi-model", "parallel worktrees".
8 -
kensaurus Skill Mobile Capacitor PlatformCapacitor Platform & Pipeline
8 -
kensaurus Skill Workflow Ship And ObserveTake merged, repository-green code all the way to a verified, monitored production release for any app stack. Use when "ship it", "deploy to production", "release this", "go live", "roll this out", "promote to prod", or "cut a release" for a running application (not an npm package — use deploy-npm for that).
8 -
nous-hermeshub Skill Azure Keyvault Keys RustAzure Key Vault Keys SDK for Rust
1 -
nous-hermeshub Skill Odoo Docker DeploymentProduction-ready Docker and docker-compose setup for Odoo with PostgreSQL, persistent volumes, environment-based configuration, and Nginx reverse proxy.
1 -
nous-hermeshub Skill Kubernetes OperatorKubernetes Operator
1 -
nous-hermeshub Skill Azure Keyvault Secrets RustAzure Key Vault Secrets SDK for Rust
1 -
nous-hermeshub Skill Agent Workflow DesignerDesign production-grade multi-agent workflows with clear pattern choice (sequential, parallel, hierarchical), handoff contracts, failure handling, and cost/context controls. Use when architecting a multi-step agent pipeline, choosing between singl...
1 -
michaelschecht Skill Mlops Handoff 2Create deployment-ready handoff docs: model card, inference contract, and monitoring requirements. Use when: (1) transferring from DS to engineering, (2) defining SLIs/SLOs, (3) documenting retraining triggers. NOT for: directly provisioning cloud infra.
0 -
terminalskills Bundle DvcData Version Control for ML projects. Track large datasets and models alongside Git, build reproducible ML pipelines, and run experiments with metric comparison. Works with any storage backend including S3, GCS, Azure, and local filesystems.
-
terminalskills Bundle E2bYou are an expert in E2B, the cloud platform for running AI-generated code in secure sandboxes. You help developers give AI agents the ability to execute code, install packages, read/write files, and run long processes in isolated cloud environments — each sandbox is a lightweight VM that boots in ~150ms with full Linux, filesystem, and networking.
-
terminalskills Bundle OpaExpert guidance for OPA (Open Policy Agent), the CNCF policy engine for unified authorization across the stack. Helps developers write Rego policies for Kubernetes admission control, API authorization, infrastructure-as-code validation, and data filtering — enforcing security policies as code.
-
terminalskills Bundle SapIntegrate with SAP systems and build extensions. Use when a user asks to connect to SAP S/4HANA, SAP Business One, or SAP ERP via OData, RFC, BAPI, or IDoc interfaces, build SAP BTP (Business Technology Platform) applications, work with SAP CAP (Cloud Application Programming), consume SAP APIs from the API Business Hub, manage master data, automate procurement or sales processes, build Fiori apps, extract SAP data for analytics, or integrate SAP with external systems. Covers S/4HANA APIs, Business One, BTP, CAP, and integration patterns.
-
terminalskills Bundle HonoYou are an expert in Hono, the ultrafast web framework for the edge. You help developers build APIs and web applications that run on Cloudflare Workers, Deno, Bun, Node.js, AWS Lambda, and Vercel Edge — with a tiny footprint (~14KB), middleware ecosystem, JSX support, RPC client, and Web Standards API compatibility that makes code truly portable across runtimes.
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 skopeo, valkey, buildah. 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.