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.
-
rodri-oliveira-dev Skill Authoring Github Workflows 2Author and review GitHub Actions workflow YAML safely so syntactically-valid YAML can't ship a workflow that GitHub Actions refuses to run. USE FOR: editing, adding, or reviewing any file under .github/workflows/, writing run-name/name/if/env/run values that contain ${{ }} expressions, diagnosing a run that fails with 'This run likely failed because of a workflow file issue' and no jobs starting, deciding when a workflow scalar must be quoted, validating workflows with actionlint. DO NOT USE FOR: authoring application YAML unrelated to GitHub Actions, Azure Pipelines, GitLab CI, or non-workflow YAML. SCOPE: syntactic/structural workflow correctness; pair with ci-release-governance for semantic CI/release design. INVOKES: actionlint plus git/grep for inspection.
-
dlt-hub Skill View Data 3Query, explore, or view data loaded by a dlt pipeline. Use when the user asks to query data, explore loaded tables, check row counts, write Python that reads pipeline data, or asks questions like "show me the data", "what users are there", "how much did we spend". Covers dlt dataset API, ibis expressions, and ReadableRelation.
-
dlt-hub Skill Find Source 3Find a dlt source for a given API or data provider. Use when the user asks about a source, wants to find a connector, or asks to implement a pipeline for a specific data source.
-
dlt-hub Skill Validate Data 3Validate schema and data after a successful dlt pipeline load. Use when the user wants to check if loaded data looks correct, inspect table schemas, fix data types, flatten nested structures, or refine the data shape.
-
dlt-hub Skill Debug Pipeline 3Debug and inspect a dlt pipeline after running it. Use after a pipeline run (success or failure) to inspect traces, load packages, schema, data, and diagnose errors like missing credentials or failed jobs.
-
dlt-hub Skill Adjust Endpoint 3Adjust a working dlt pipeline for production — remove dev limits, verify pagination (including stuck or looping paginators), configure incremental loading, expand date ranges, and handle rate-limit/429 errors with retries, backoff, and request timeouts. Use when the user wants to remove .add_limit(), load more data, fix stuck or looping pagination, set up incremental loading, or make the pipeline retry/back off on 429s. For throughput/concurrency tuning (parallel resources, page size) when a working pipeline is slow, use optimize-rest-api-performance instead. For inspecting loaded data, fixing column types, or flattening nested structures after a load, use validate-data instead.
-
dlt-hub Bundle Deploy Workspace 3Deploy dlt pipelines to dltHub Platform. Use when the user says "deploy to dltHub", "launch on dltHub", "run on dltHub", "schedule pipeline", or wants to deploy a pipeline or notebook to dltHub.
-
involvex Bundle Expo Cicd Workflows 3Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.
-
gkrtjd99 Skill Web DeploymentDeploy a web application and verify the live or preview URL. Use when the user asks to publish, ship, deploy, create a preview deployment, launch a site, or make a site available online.
-
prangishviliabe Bundle SecurityPerform evidence-based application security work — threat modeling, code auditing, exploitability analysis, secure implementation, incident triage, and remediation — across web apps, APIs, authentication, sessions, authorization, databases, file uploads, third-party integrations, AI agents and LLM tooling, WordPress, cloud configuration, CI/CD, and dependencies. Use when auditing code or architecture, investigating a suspected vulnerability, hardening a feature, reviewing OWASP risks, designing sensitive flows, judging whether a finding is real, or implementing security-critical changes involving user data, secrets, permissions, payments, admin surfaces, or untrusted input.
-
qlik-oss Bundle Qlik Talk To DataAnswers analytical questions against a Qlik Cloud app via the Qlik MCP server — read-only exploration and ephemeral analysis. It creates nothing persistent except a bookmark on explicit request. Use for "how many", "show me", "what is", "top 10", "trend of", "compare X vs Y", "customers who never...", or any question that needs qlik_* MCP tools to answer accurately from governed Qlik data. DO NOT invoke this skill to create or edit a master item, sheet, chart, data product or glossary term — those are out of scope. DO NOT invoke for SQL/warehouse questions, tenant administration, or questions with no Qlik MCP tool involved.
-
qlik-oss Bundle Qlik Sense App AnalysisIF the user asks to explore, analyze, query, chart, dashboard, or govern (master items, business glossary, data products) a Qlik Sense app or Qlik Cloud analytics content via the Qlik MCP server — THEN invoke this skill. This covers requests like "what's in this Qlik app", "chart X by Y in [app]", "build a sheet for...", "create a reusable measure for...", "what does [glossary term] mean", "is this dataset trustworthy/fresh", or any question that requires calling qlik_* MCP tools. DO NOT invoke for SQL warehouse questions, DW/BI-tool-agnostic data modelling, or requests with no Qlik MCP tool involved.
-
ivanwng97 Bundle Procedural LofiGenerate a royalty-free lofi (or rain / typing / chime / any ambient) soundtrack ENTIRELY in code — no sampled audio ships. Fingerprint a beloved reference recording, shape synthesis to the measured spectral + temporal curve, freeze one human-blessed take into constant tables, and re-synthesize at launch (loop the bed, scatter the foreground → never repeats, ~0 KB, no licensing risk). Use when adding ambient/generative audio to an app, game, terminal UI, or site, or on 'add another lofi/rain/ambient sound'. Bundles the parameter tables (LOFI-BIBLE.md) + the numpy fingerprint/synth/freeze pipeline.
-
janmolcik Bundle Plain Git For HumansGuides non-technical users through existing Git repositories in plain language. Use when the user asks to save my work, checkpoint, commit, back this up, backup, share this, send to cloud, push, get latest, pull changes, sync, combine our work, merge, show what changed, diff, history, undo, revert, restore, conflict, or Git help for a non-technical or vibe-coding user. Use for simple commit, push, pull, and merge workflows with consequence explanations. Do not use for advanced Git history surgery, worktrees, rebase-first workflows, or full Git/GitHub account setup.
-
zhiqingresearch Bundle Dl Nestjs Starter团队内部的 NestJS 后端项目规范与脚手架。使用这个 skill 当用户要搭建一个新的 NestJS 项目、添加生产级的基础设施(日志/异常过滤器/响应拦截器/Swagger/JWT 认证/Prisma/Docker)、审查现有 NestJS 项目的代码规范,或需要一套符合团队统一风格的 NestJS 模板时。技术栈是 NestJS 11 + TypeScript + Prisma 6 + MySQL + argon2 + Winston + pnpm。即使用户没有明确说出 "脚手架" 或 "模板" 这类词,只要他们在做 NestJS 后端相关的搭建或规范化工作,就应该触发这个 skill。
-
apify Bundle Apify Actorization 3Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Use when migrating code to Apify, wrapping CLI tools as Actors, or adding Actor SDK to existing projects.
-
apify Bundle Apify Actor Development 3Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing. Use when creating new Actors, modifying existing ones, or troubleshooting Actor code.
-
involvex Bundle Ionic Appflow Migration 3Guides 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. Pure Cordova apps (without Capacitor) should migrate their live updates to the Cordova Live Update SDK (@capawesome/cordova-live-update) instead — this skill's Live Updates migration targets the Capacitor plugin.
-
involvex Bundle Capacitor Push Notifications 3Guides 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.
-
zhaochuang001 Bundle Disk Cleanup分析并清理服务器磁盘空间:磁盘全景、docker 镜像/容器占用、分级清理候选(悬空镜像/未引用镜像/陈旧容器)。适用于"磁盘满了/空间不足/no space left/清理 docker 镜像/清理停止的容器"等请求;不用于删除用户数据文件(/home、/mnt 等只报告不动)。
-
zytedata Bundle ZyteZyte APIs and cloud services: credentials (set up, log in, get an API key, or a blocked site); Scrapy Cloud (deploy, schedule or run a spider, manage cron jobs, list/stop jobs, inspect items and logs); recorded API usage (spend, requests, response times, status codes) and pricing (plans, tiers, discounts, cost estimates); how-to and docs questions about any Zyte product or account/billing, from docs.zyte.com. NOT for writing/debugging spiders locally (scrapy-extra) or estimating spend from code instead of recorded stats.
-
xiaohanzhao123 Bundle Verifier Driven DevelopmentVerifier-Driven Development (VDD) workflow for non-trivial implementation, rewrite, refactor, simplification, data-pipeline, exporter, adapter, prompt, UI preview, training-format work, failure investigation, review feedback, and completion claims. Use when Codex needs to turn operator intent into explicit contracts, mocks, code verifiers, sub-agent verifier passes, and layered validation before, during, or after code changes.
-
ansible Skill Pr New 2Prepare and submit a pull request for apme-operator. Syncs with upstream, runs make lint and make test, self-reviews the diff, commits with conventional commits, and opens a PR to ansible/apme-operator via gh. Use when the user asks to submit, create, or open a pull request.
-
rodri-oliveira-dev Skill CI Release Governance 3Use this skill when designing or reviewing DotNetRepoInspector CI, release/versioning, package publication, GitHub Action distribution, permissions, artifacts, or automated quality gates. Do not use it for ordinary production-code changes with no pipeline impact.
-
openrouterlabs Skill SpawnCreate child cloud VMs with AI coding agents using the spawn CLI
-
openrouterlabs Bundle Update MetadataUpdate Agent & Cloud Metadata
-
rcarmo Skill Docker Image Publishing 2multi-arch image publishing to GHCR via GitHub Actions
-
agentworkforce Skill Choosing Swarm Patterns 3Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14 specialized ones, with decision framework and accurate SDK/YAML examples.
-
agentworkforce Skill Writing Agent Relay Workflows 2Use when building multi-agent workflows with relay broker-sdk. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex fresh-eyes review/fix loops with test hardening, channels, chat-native recipes, error handling, event listeners, step sizing, lead+workers teams, and parallel waves.
-
aws-samples Bundle Eks Resilience CheckerAssess Amazon EKS cluster resilience against 26 best practice checks covering application workloads, control plane, and data plane. Outputs structured assessment.json for chaos-engineering-on-aws integration. Use when the user wants to evaluate EKS cluster resilience, run resilience assessment, check EKS best practices, or prepare for chaos experiments. Triggers on EKS resilience, 韧性评估, cluster assessment, resilience check, EKS best practices, 集群评估, resiliency check.
-
fastn-ai Skill Connector BuilderProduction knowledge base for building and debugging fastn connectors through the fastn Connector MCP. Covers REST, GraphQL, MCP-protocol, FTP/FTPS/SFTP, DB, gRPC, and AWS Lambda connectors; every auth strategy (OAuth2/OAuth1, API key, Basic/Digest, Bearer, JWT, AWS SigV4, INPUT, NO_AUTH); action input/output contracts and bodyTemplate rules; webhook configs and subscription code; plus platform bugs and provider-specific quirks from 20+ production connectors. Use whenever creating, editing, testing, or debugging a fastn connector, auth method, action, or webhook — e.g. "build a Stripe/Salesforce/HubSpot connector", "add an action to a connector", "wire up OAuth/API-key/AWS auth", "register a webhook", "the webhook won't subscribe", or "fix the inputContract/outputContract".
-
heyeddi-com Bundle Heyeddi CI Runners 2PLACEHOLDER: author eddi-ci.yaml pipeline jobs from live contract + inspect_repo. Spot runners are fail-closed — never claim jobs ran. Use when configuring runners or pipeline YAML.
-
inlets Skill Use InletsctlCreates and manages inlets tunnel exit-servers on cloud VMs using inletsctl. Use when asked to provision, create, or delete tunnel servers on cloud providers like DigitalOcean, AWS EC2, GCE, Azure, Linode, Hetzner, Scaleway, OVH, or Vultr.
-
inlets Bundle Use Inlets ProConfigures, runs, secures, and troubleshoots standalone Inlets Pro HTTP and TCP tunnel servers and clients. Use for raw TCP forwarding, single or multiple HTTP upstreams, automated TLS/HTTPS with DNS, shared-token control-plane authentication, HTTP Basic/Bearer/OAuth protection, IP filtering, systemd, or Kubernetes manifests.
-
inlets Bundle Use Inlets CloudCreates, connects, secures, and manages hosted Inlets Cloud HTTP and ingress tunnels with the inlets-pro cloud CLI. Use for CLI/dashboard onboarding, access-token login, generated tryinlets.dev or verified custom domains, HTTPS exposure, Bearer-protected HTTP upstreams, one-command directory sharing, snimux access to multiple SSH hosts or K3s APIs, systemd/launchd services, ACLs, or tunnel lifecycle operations.
-
inlets Bundle Use Inlets UplinkCreates, connects, inspects, updates, and removes Inlets Uplink tunnels through the Kubernetes Tunnel CRD, inlets-pro tunnel CLI plugin, or REST API. Use for single or multiple TCP and HTTP upstreams, mixed-protocol tunnels, tenant namespaces, client deployment, Uplink API authentication, entitlement, or billing-capacity questions.
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 authoring-github-workflows, view-data, find-source. 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.