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.
-
netdata Bundle Integrations Lifecycle 2Change or review the Netdata integrations pipeline, collector artifact consistency, metadata validation, generated docs/catalogs and source-versus-runtime delivery. Covers ibm.d and NPM producers, schemas, generators and dormant taxonomy. Metadata field prose uses collectors-metadata-yaml.
-
netdata Bundle Query Snmp Traps 2Query, explain or review SNMP trap logs and recipes through Cloud or an Agent, including severity, senders, dedup, decode errors and TRAP_* fields. Guide installed custom-MIB conversion; profile development belongs to collectors-snmp-trap-profiles.
-
kimasplund Bundle Breadth Of Thought 3Exhaustive solution space exploration methodology. Use when solution space is unknown, you need multiple viable options (not just one best), or can't afford to miss alternatives. Explores 8-10 approaches in parallel at each level, prunes conservatively (keep above 40% confidence), returns 3-5 viable solutions. Example - data pipeline options - Apply BoT to explore all architectures exhaustively.
-
alexandrbasis Skill Dbg 4Debug mode with runtime evidence and instrumentation. Use when asked to 'debug this', 'find the bug', 'troubleshoot', 'why is this broken', 'investigate runtime issue', 'it's not working', 'getting an error', 'this crashes', 'unexpected behavior', or when the user pastes an error message or stack trace and wants to find the root cause. Also trigger when the user describes behavior that differs from expectations in a running app. NOT for static code analysis without reproduction (use /code-analysis). NOT for CI pipeline failures (use /fci).
-
irahardianto Skill CI CD Principles 3Apply CI/CD pipeline design patterns when configuring build pipelines, deployment processes, release strategies, Dockerfiles, or GitHub Actions workflows. Covers pipeline stages, artifact management, environment promotion, and rollback strategies.
-
irahardianto Skill CI CD Gitops Kubernetes 3Apply Kubernetes deployment and GitOps patterns when configuring container orchestration, deployment strategies (rolling, blue-green, canary), ArgoCD/Flux manifests, or Kubernetes secrets management. Supplement to ci-cd-principles.
-
omicverse Bundle Bulk Rna Seq Differential Expression With Omicverse 3Bulk RNA-seq DEG pipeline: gene ID mapping, DESeq2 normalization, statistical testing, volcano plots, and pathway enrichment in OmicVerse.
-
compozy Bundle Compozy 4Explains Compozy capabilities, CLI commands, core workflow skills, optional extension skills, configuration, artifact structure, reusable agents, and extensions. Use when the user asks how to use Compozy, what commands are available, how the workflow pipeline works, or how to configure a workspace. Do not use for executing workflow steps — use the specific cy- skills instead.
-
surya8991 Skill Devops 5DevOps engineering skill for CI/CD pipelines, Docker/containerization, deployment strategies, infrastructure as code, cloud services, and production operations. Use when task involves deploying, containerizing, setting up pipelines, managing infrastructure, or production debugging.
-
netalertx Skill Netalertx Scan PipelineNetAlertX scan pipeline internals — process_scan() call order and why it's load-bearing, CurrentScan/Events/Sessions/DevicesView relationships, the Events-to-Sessions pairing mechanism, and the FIELD_SPECS field-write authority system. Use this when modifying server/scan/session_events.py or server/scan/device_handling.py, or reasoning about device presence, connect/disconnect events, or session timelines.
-
bobmatnyc Bundle Github Actions 3GitHub Actions CI/CD workflows for automating build, test, and deployment
71 -
dtsong Skill AI Evaluation 3Use when designing an evaluation framework for AI/LLM features. Covers golden dataset creation, automated scoring rubrics, hallucination detection, regression testing infrastructure, and production monitoring. Do not use for prompt design (use prompt-engineering) or RAG pipeline architecture (use rag-architecture).
-
baofeng-tech Bundle Aisa Provider 6Configure AIsa as a first-class model provider for OpenClaw, enabling production access to major Chinese AI models (Qwen, DeepSeek, Kimi K2.5, Doubao) through official partnerships with Alibaba Cloud, BytePlus, and Moonshot. Use this skill when the user wants to set up Chinese AI models, configure AIsa API access, compare pricing between AIsa and other providers (OpenRouter, Bailian), switch between Qwen/DeepSeek/Kimi models, or troubleshoot AIsa provider configuration in OpenClaw. Also use when the user mentions AISA_API_KEY, asks about Chinese LLM pricing, Kimi K2.5 setup, or needs help with Qwen Key Account setup.
1 -
dtsong Skill Prompt Engineering 3Use when designing, evaluating, or versioning system prompts for LLM-powered features. Covers instruction structure, chain-of-thought patterns, output format constraints, few-shot example selection, and prompt versioning strategy. Do not use for RAG pipeline design (use rag-architecture) or AI evaluation frameworks (use ai-evaluation).
-
rysweet Bundle Azure Devops 3Complete Azure DevOps automation - boards, repos, pipelines, artifacts
-
hack23 Skill Github Actions Workflows 4Create secure CI/CD workflows with GitHub Actions for Java 26/Maven/PostgreSQL builds, security scans, and deployments
-
rysweet Bundle Azure Admin 4Azure Administration Skill
-
rudironsoni Skill Auto Dev 4Execute one tick of the autonomous issue-to-PR pipeline — triage open issues for readiness, draft implementation plans for maintainer approval, build the oldest approved issue into a PR, and address review feedback on the open automated PR. Designed for unattended scheduled runs (`scripts/auto-dev.sh`); also invocable interactively as "/auto-dev" or "run an auto-dev tick", and as "/auto-dev dry-run" for a read-only report of what a tick would do. Never merges PRs. State lives in `auto:*` GitHub labels.
-
stacksjs Skill Stacks Middleware 4Use when working with middleware in a Stacks application — defining middleware, applying to routes, middleware aliases, parameterized middleware, groups, or the middleware execution pipeline. Covers the Middleware class, app/Middleware.ts alias registry, and all 22 default middleware files.
-
fabioc-aloha Bundle Foundry Agent Platform 4Microsoft Foundry agent deployment, orchestration, and cloud-native AI service patterns
-
fabioc-aloha Bundle Azure Devops Automation 4CI/CD pipelines, infrastructure as code, and deployment automation for Azure workloads
-
fabioc-aloha Bundle Fabric Notebook Publish 4Seamless notebook publishing from VS Code to Microsoft Fabric via Azure DevOps Git integration
-
fabioc-aloha Bundle Azure Deployment Operations 4Production deployment patterns for Azure Static Web Apps, Container Apps, App Service, and infrastructure
-
involvex Bundle Ionic Appflow Migration 4Guides the agent through migrating an existing Ionic/Capacitor project from Ionic Appflow to Capawesome Cloud. Detects which Appflow features are in use (Live Updates, Native Builds, App Store Publishing) and provides step-by-step migration for each feature to its Capawesome Cloud equivalent. Covers SDK replacement, configuration mapping, API migration, CI/CD pipeline updates, and verification. References the capawesome-cloud skill for detailed Capawesome Cloud setup procedures. Do not use for setting up Capawesome Cloud from scratch without an existing Appflow project, for non-Capacitor mobile frameworks, or for migrating Ionic Enterprise plugins.
-
involvex Bundle Capacitor Push Notifications 4Guides the agent through setting up and using push notifications in Capacitor apps using Firebase Cloud Messaging via the @capacitor-firebase/messaging plugin. Covers Firebase project setup, plugin installation, platform-specific configuration (Android, iOS, Web), APNs certificate setup, requesting permissions, retrieving FCM tokens, listening for notifications, topic subscriptions, notification channels, and testing. Do not use for local notifications, non-Firebase push providers, migrating Capacitor apps or plugins, or non-Capacitor mobile frameworks.
-
fabioc-aloha Bundle Azure Architecture Patterns 4Well-Architected Framework principles, reference architectures, and best practices for cloud-native solutions
-
stacksjs Skill Stacks AI 4Use when integrating AI capabilities into a Stacks application — using Anthropic/OpenAI/Ollama/AWS Bedrock drivers, image generation (DALL-E), vision analysis, RAG/vector search, embeddings, MCP (Model Context Protocol) clients, text summarization, sentiment analysis, content classification, personalization, or the buddy AI assistant. Covers @stacksjs/ai and config/ai.ts.
-
stacksjs Skill Stacks Auto Imports 4Use when working with the Stacks auto-import system - understanding how browser and server auto-imports work, configuring auto-imported functions/models/composables, the auto-import manifests, type generation, or how globals are injected. Covers the auto-import pipeline at storage/framework/auto-imports/.
-
fabioc-aloha Bundle Text To Speech 4Alex's voice synthesis capability for reading documents aloud
-
fabioc-aloha Bundle Bicep Avm Mastery 4Azure Verified Modules (AVM), Bicep best practices, and MCP-powered infrastructure as code for Azure
-
bytesagain Bundle HeadscaleHeadscale self-hosted Tailscale control server reference. Run your own WireGuard mesh VPN. Covers config, user/node management, preauth keys, OIDC SSO, ACL policies, DNS, DERP relay setup, Docker Compose deployment, and REST API.
12 -
bytesagain Bundle KustomizeKustomize Kubernetes config customization reference. Covers base/overlay directory structure, kustomization.yaml syntax, strategic merge and JSON patches, ConfigMap/Secret generators, components, image transformers, and ArgoCD/FluxCD integration.
12 -
bytesagain Bundle MemcachedMemcached distributed memory cache reference. Covers text protocol commands, Python (pymemcache) and Node.js clients, consistent hashing, cache-aside pattern, production config, Kubernetes deployment, Prometheus monitoring, and vs Redis.
12 -
bytesagain Bundle PapermillPapermill parameterized Jupyter notebook execution reference. Run notebooks with different parameters for batch experiments, scheduled reports, and ML sweeps. Covers CLI, YAML params, cloud storage (S3/GCS), Python API, scrapbook result collection, and Airflow/cron scheduling.
12 -
bytesagain Bundle SaltstackSaltStack infrastructure automation reference. Covers master- minion architecture, SLS state files, Jinja templating, Pillar secrets, Grains targeting, remote execution, orchestration, event system, reactors, and Salt vs Ansible vs Puppet comparison.
12 -
bytesagain Bundle TurborepoTurborepo monorepo build system reference. Covers turbo.json task pipelines, dependency-aware scheduling, local and remote caching, filter syntax, turbo prune for Docker, GitHub Actions CI, and comparison with Nx and Lerna.
12
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 integrations-lifecycle, query-snmp-traps, breadth-of-thought. 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.