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.
-
yalishevant Bundle CI CD Containerization AdvisorDesign reproducible build, image, and deployment pipelines for Kotlin plus Spring applications, including CI verification, layered containers, rollout safety, and deployment-time migration coordination. Use when creating or improving Dockerfiles, CI workflows, image hardening, Kubernetes manifests, release gates, or deployment strategies for Spring Boot services, especially where build reproducibility and operational safety matter.
-
nisar999 Skill Cloud ArchitectureDesigns multi-cloud, serverless, and event-driven infrastructure using the Well-Architected Framework. Use when selecting cloud services, VPC design, cost optimization, or disaster recovery.
-
may215 Skill Data Pipeline EtlGroup skill: Data pipeline/ETL — source analysis, ingestion, transformation, cleaning, storage, monitoring, and visualization.
-
may215 Skill Cicd Pipeline SetupGroup skill: CI/CD pipeline setup — GitHub Actions, GitLab CI, Docker build, Kubernetes, Helm, Terraform, secrets, monitoring, and GitOps.
-
may215 Skill Dev Environment SetupGroup skill: Set up a new development environment — project init, toolchain, package manager, dev container, editor config, git hooks, database, env vars, documentation, and CI/CD.
-
arn-nj Bundle Content To Sketch OrchestratorA multi-agent state graph pipeline for generating hand-drawn, organic concept diagrams. Orchestrates an Art Director agent for semantic metaphor extraction, a deterministic Layout Calculator, and a Renderer agent for Excalidraw JSON generation, featuring a cyclic QA feedback loop.
-
danube-messaging Skill SetupsOverview of all Danube setup methods. Use when deciding how to run Danube — local binary, local source, Docker Compose, or Kubernetes.
-
may215 Skill Staging QA EnvironmentGroup skill: Staging/QA environment setup — infrastructure, Docker Compose, database clone, feature flags, test data, E2E tests, load testing, monitoring, SSL, and smoke tests.
-
may215 Skill Large Refactor MigrationGroup skill: Large refactor/migration — audit, plan, parallel analysis, context save, execute, tests, review, and deploy.
-
may215 Skill Enterprise Corporate ProjectGroup skill: Enterprise/corporate project — compliance, architecture, Azure, monitoring, secrets, CI/CD, documentation, and audit trail.
-
simonthesalesbooster Skill 05 Pipeline Health AnalyzerSkill: Pipeline Health Analyzer
-
danube-messaging Skill FlavorsConfiguration overlay reference. Use when you need to modify the default broker config for a specific scenario — cluster seed nodes, rebalancing, cloud storage, write buffer, TLS/JWT security.
-
danube-messaging Skill KubernetesDeploy Danube to Kubernetes using Helm charts. Use when the user wants to test in a Kubernetes-native environment with Kind or a managed cluster (EKS, GKE, AKS).
-
danube-messaging Bundle Edge MqttTest the Danube Edge broker as an MQTT gateway — topic mapping with wildcard extraction, schema validation at the edge, store-and-forward replication to the cluster, and full pipeline verification.
-
danube-messaging Skill Local BinaryDownload pre-built Danube binaries and run brokers on the host. Use for quick testing without Docker or build tools. Supports standalone, cluster, and edge modes.
-
danube-messaging Skill Docker ComposeRun Danube via Docker Compose with published container images. Use for multi-broker cluster testing with Prometheus, optional Admin UI, or MinIO cloud storage.
-
arvincreator Bundle Cloud<SkillModule path="src/skills/modules/cloud/skill.md">
-
simonthesalesbooster Skill 10 Content To Pipeline PlannerSkill: Content-to-Pipeline Planner
-
pimenov Skill Debugging And Error RecoveryGuides systematic root-cause debugging and recovery instead of guessing fixes. Use when tests fail, builds break, commands error, logs or consoles show errors, runtime behavior differs from expectation, a bug is reported, a prior fix did not work, CI/deploy/smoke checks fail, or something worked before and stopped working. Also use when Codex encounters an unexpected tool, package, API, network, infrastructure, or vendor error during a task.
-
valtterimelkko Bundle Agy PReference for building scripted and programmatic integrations around the Antigravity CLI (`agy`) non-interactive print mode. ALWAYS use when the user wants to call `agy` from another script, server, subprocess, automation pipeline, CI job, or custom agent harness; when they mention `agy -p`, `agy --print`, `--dangerously-skip-permissions`, conversation resume, headless Antigravity usage, or Google-subscription-backed CLI automation. Covers auth reuse, subprocess patterns, workspace scoping, conversation continuation, stdout caveats, timeouts, logs, permissions, and known sandbox/headless pitfalls.
-
valtterimelkko Bundle Video UseConversation-driven video editing skill for agentic workflows. Use when the user wants an agent to take raw footage or multiple source clips and turn them into an edited video by reasoning from transcripts plus on-demand visual drill-downs: trimming filler words, selecting best takes, assembling multi-clip edits, colour grading, burning subtitles, adding overlay animations, and rendering preview/final outputs. Prefer this over narrower FFmpeg-only editing skills when the user wants a full editorial pipeline, transcript-led cut decisions, take selection across multiple clips, or mixed edit+subtitle+overlay work. Not the first choice for ad-hook batch generation, HyperFrames-only composition work, or Remotion codebase work.
-
majinabhinav-gif Bundle Account Opening ComplianceEmbed compliance controls into account opening and verify regulatory readiness. Use when designing CIP/KYC identity verification gates, implementing OFAC and sanctions screening at onboarding, collecting beneficial ownership certification for entity or trust accounts, building risk-based approval tiers that route applications by risk level, defining compliance screening requirements and exception tracking, adding senior investor protections (FINRA Rules 2165/4512) or trusted contact procedures, establishing CDD risk ratings and ongoing monitoring triggers, or preparing account opening procedures for SEC or FINRA examination. For the operational pipeline these controls plug into, see account-opening-workflow.
-
valtterimelkko Bundle Text To SpeechConvert text to natural-sounding speech audio using Supertonic — a fully local, CPU-only, ONNX-based TTS engine supporting 31 languages and 10 voice styles. Use this skill whenever the user wants to generate audio from text, create voice recordings, add speech to videos, narrate content, produce podcasts, create TTS for apps, convert documents to audio, or mentions text-to-speech / TTS / speech synthesis / voice generation / audio narration. Works on any CPU — no GPU or cloud needed.
-
majinabhinav-gif Skill Privacy Data SecurityDesign and operate privacy and data security programs for SEC-registered firms under Reg S-P, Reg S-ID, and SEC cybersecurity expectations. Use when the user asks about privacy notices, the Safeguards Rule, identity theft prevention programs, breach notification obligations, vendor security due diligence, incident response planning, data classification, or state privacy law compliance. Also trigger when users mention 'customer data was exposed', 'do we need to notify clients of a breach', 'cybersecurity exam prep', 'cloud vendor risk assessment', 'encrypting client data', 'BYOD security policy', 'Red Flags Rule', 'NY DFS 500 requirements', or ask how to handle a cybersecurity incident.
-
xuanjgcarryyou Bundle Ssrf ReviewDedicated Server-Side Request Forgery (SSRF) vulnerability scanner that audits every HTTP client call in the reviewed code. Invoke this skill when code uses requests, httpx, aiohttp, fetch, axios, urllib, or any HTTP client with a URL that may come from user input, query parameters, form fields, JSON bodies, headers, or database values. Also trigger when the user says "check for SSRF", "is this URL safe", "user-supplied URL", "external HTTP call", "fetch this URL", or "webhook handler". SSRF lets an attacker redirect the server to call internal services, cloud metadata endpoints, or private IP ranges — treat it as CRITICAL in any service that makes outbound HTTP calls.
-
yujxzjcn Bundle Teaching SuiteCodex-native Teaching Skills suite for university professors — the full teaching lifecycle: course design, lesson building, assessment, student mentoring, submission auditing, reflection, plus slide-deck rendering, executable labs, video scripting, course publishing, TA coordination, accreditation mapping, bilingual courseware, and learner analysis (学情分析). Use when the user asks to design a course, write outcomes or a syllabus, build a lesson or slides, write an exam/quiz/rubric, check student submissions against a standard, give feedback or a recommendation letter, analyze student evaluations, run a teaching pipeline, or any Claude-style ts-* alias such as /ts-accredit, ts-accredit, /ts-activities, ts-activities, /ts-align, ts-align, /ts-announce, ts-announce, /ts-audit, ts-audit, /ts-calibrate, ts-calibrate, /ts-cohort, ts-cohort, /ts-course, ts-course, /ts-dashboard, ts-dashboard, /ts-deck, ts-deck, /ts-diagnostic, ts-diagnostic, /ts-evals, ts-evals, /ts-exam, ts-exam, /ts-feedback, ts-feedback, /ts-full,
-
raja21068 Bundle Paper Writing AgentEvidence-grounded academic paper writing assistant that orchestrates the full pipeline from raw research notes to submission-ready manuscripts. Use this skill whenever the user mentions writing, drafting, outlining, revising, reviewing, or submitting an academic paper, research paper, conference paper, journal article, or manuscript. Also trigger when the user asks for help with: claim-evidence mapping, literature review organization, reviewer simulation, rebuttal drafting, citation management, venue compliance checking, contribution sharpening, abstract writing, section drafting, or final submission audit. Works across all academic fields — CS/AI, engineering, sciences, social sciences, humanities — and adapts to any target venue. Even if the user just says "help me with my paper" or "I have some research notes," use this skill.
-
ech09527 Bundle Docker Run EnvRuns commands in Docker when the host lacks the required runtime (Python, Node, Go, Java, etc.). Pulls appropriate images, configures China domestic mirrors for pip/npm/apt/yum before installing dependencies, and mounts the workspace. Use when a command fails due to missing tools, version mismatch, or when installing a full local runtime is unnecessary.
-
zap-coding-agent Skill 100k KubernetesUse when designing distributed system APIs, control planes, or systems that need eventual consistency — applying Kubernetes' declarative API design, controller/reconciliation loop pattern, operator pattern, or level-triggered vs edge-triggered design. Also when evaluating whether a system should be imperative or declarative.
-
zap-coding-agent Skill Devops EngineerUse when thinking about deployment pipelines, infrastructure-as-code, observability, reliability engineering, incident response, or the DevOps/SRE mindset — CI/CD design, toil reduction, SLOs, on-call, runbooks, blast radius reduction, and the philosophy of treating operations as a software engineering problem. Technology-agnostic.
-
bavithiranhardy14 Skill Playwright Visual TestingImplement visual regression testing with Playwright screenshot comparisons. Use when: catching unintended UI changes, validating design consistency, testing responsive layouts, preventing visual regressions in CI/CD.
-
zap-coding-agent Bundle Splunk Spl AuthoringUse when writing, fixing, or reviewing Splunk SPL searches — building a query from scratch, extracting fields, aggregating with stats/timechart/tstats, parsing raw logs, or when a search returns no/wrong results or runs slowly. Covers the search pipeline, command order, and idiomatic SPL.
-
samuelcastro Bundle SalesGuide founders through B2B sales from first deal to scalable sales engine. Use when a founder says "help me design my sales process", "how should I start selling this?", "write a cold email sequence", "create a demo script", "help me build a proposal", "how do I forecast my pipeline", "what CRM should I use", "SOW template", "sales playbook", or asks about outbound sales, closing deals, pipeline management, or sales team hiring.
-
sanjai52 Skill Change SummaryFinal step. Runs only after 06-build-verify shows all PASS. Outputs a structured diff summary: files changed, before/after comparison, improvements made, what was NOT touched, docs updated, pipeline results. Marks task done in AGENT_TASKS.md.
-
avizmarlon Skill Iac First CommitInfrastructure-as-Code from the first commit — every new project must be rebuildable from git clone + one command, with declarative state in code and idempotent execution. Use when scaffolding new projects, bootstrapping infrastructure, choosing IaC tools (Ansible/Terraform/SST/Fastlane), or setting up infra/, scripts/, or deployment automation.
-
avizmarlon Skill Engineering StandardsEngineering standards and project governance — Charter, RFC, Specification, Architecture Decision Records, Threat Models, SBOM, Runbooks, Playbooks, CHANGELOG, PROGRESS. CI/CD gates, branch protection, security review, dependency audit, secret scanning, TDD, feature flags. Use when scaffolding a non-trivial project, establishing governance, reviewing project structure, or asking about standards enforcement.
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 iac-first-commit, engineering-standards, ci-cd-containerization-advisor. 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.