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.
-
padosoft Bundle Padosoft Crash TriageUse this skill when a crash, a freeze or an error from real users has to be turned into a fix — a report from a crash reporter, an application-not-responding event with a thread dump, a stack trace from a minified or bundled artifact, an exception group in an error tracker. Also when the user says an issue is back, asks which release introduced it, wants a stack symbolicated, or asks what to write in the fix when nothing could be reproduced. It gives the order of collection, how to attribute a frame honestly, how to classify from the code rather than the message, and the grade of proof every sentence in the diagnosis has to carry. Do not use it for a failing test or a red pipeline (padosoft-ci-failure-triage) or for a bug you can reproduce in front of you.
-
stbenjam Skill Deploy HelperAutomate deployment steps and environment bootstrapping for the service.
-
stbenjam Skill Next Line NameUse this skill when promoting a build through the pipeline
-
stbenjam Skill Deploy ChecklistWalk through the release checklist before a production deploy, confirming test results, change approvals, rollback readiness, and on-call awareness. Use when the user asks to prepare, review, or verify a deploy.
-
padosoft Bundle Padosoft CI Failure TriageUse this skill when a test or a job is red in CI and somebody wants to know why — "the pipeline is red", "test X fails only in CI", "it passes locally", "the browser test is flaky", "fix the failing check on the PR". It is the procedure for collecting the complete evidence before forming a hypothesis: the full run log rather than the failed-step extract, every artifact, the application logs from the same window, and the correlation between them, ending in a classification — test defect, application defect, environment defect, or genuinely flaky — and a fix that names a file and a line. Do not use it to design the workflow (padosoft-ci-workflow-gates), to write the tests (padosoft-test-integrity), or to debug something failing in front of you locally.
-
stbenjam Skill Cluster ScalingCapacity changes for the shared Kubernetes clusters.
-
stbenjam Skill Deploy Service 3Deployment helper for the payments service.
-
stbenjam Skill Deploy Service 4Use this skill when deploying a service through the rollout pipeline
-
stbenjam Skill Release TaggerUse this skill when tagging a release for the deployment pipeline
-
stbenjam Bundle Deploy BuddyStreamline service deployments with guided rollout, rollback, and environment bootstrap steps.
-
stbenjam Skill DeployDeploy applications to Kubernetes clusters. Use when releasing an application.
-
stbenjam Skill Deploy ServiceDeploy a service to Kubernetes using Helm charts
-
stbenjam Skill Deploy 2Deploy sprocketd to staging and production. Use when releasing a new build or promoting a staged one.
-
stbenjam Skill Deploy Service 5Deploys the service to staging and production. Use when a release has been approved for rollout.
-
stbenjam Skill Deploy StagingDeploy the application to the staging environment, including building artifacts, running the pre-deployment validation suite, uploading the artifacts to the staging bucket, rolling the staging cluster, verifying health checks, and posting a deployment summary to the team channel. Use when the user asks to deploy, ship, or release to staging.
-
stbenjam Skill Deploy 3Deploy the application to staging or production and roll back failed releases
-
killerwolf Bundle Devto PostEnd-to-end publishing pipeline for a developer's technical writing — turns a raw idea into a finished dev.to article in the author's voice, with a cover built from real technology logos and the right tags, waits while the author publishes it by hand, then drafts the matching LinkedIn promo and schedules it once the author approves. Use this whenever the user wants to write up something technical, publish a dev.to article, blog about a project they built or updated, turn a finding or a debugging session into a post, or promote an article on LinkedIn — including loose openers like "I want to write about X", "let's make a post out of this", or "can you write this up?". Also use it when the user asks to update or re-publish an existing article.
-
grisuno Bundle Claude Md OrchestratorOrchestrate the SDD plus TDD plus BDD plus Boy Scout cycle from a CLAUDE.md. Generates specs, tests, implementations, reviews, and CI pipelines. Halts at red and green. Closes the deploy gate by design.
-
jhwreal Bundle Wechat Article PipelineUse when producing Chinese WeChat/公众号 article packages, checking articles on "检查" or "检查一下", editable workbenches, image planning, WeChat draft API delivery, Toutiao/Xiaohongshu Chrome sync, three-platform drafts, or explicit "打开秘书模式" requests.
-
hugobatista Skill Python CLIUse when building or modifying Python CLI tools. Covers .dockerignore, PyPI publishing, and readme update conventions for Python CLI projects. For CLI tools in other languages, use the dedicated skill for that language. For the Dockerfile template, load the docker-python skill.
-
hugobatista Bundle Docker PythonDockerfile best practices for Python projects. Covers non-root user (ARG UID/GID/APP_USER), COPY --chown, runtime-writable files, and entrypoint diagnostics.
-
amirulskulker Skill Market Intel ResearchIndustry RESEARCH + market intelligence. Use when the user says "research <vertical>", "study the market", "industry brief", "spar <vertical>", "what changed in the pipeline", "fresh seams", or wants a market brief and a spar report against the last locked pipeline snapshot. Runs the market-research engine to produce actionable niche intelligence from public data.
-
huixiaodou123 Bundle Cycling Icu CoachGuide any cyclist, including non-technical beginners, through natural-language onboarding, data collection, successful-case comparison, and evidence-informed planning for race or non-race goals such as FTP, absolute power, power-to-weight, anaerobic capacity, durability, and sprinting, then preview or deploy structured workouts to Intervals.icu. Use for step-by-step cycling goal diagnosis, no-power-meter planning, periodization, workout design, matched case benchmarking, training-trend research, cycling data review, or calendar publishing. Do not use for bike shopping, equipment repair, race news, running-only plans, or medical rehabilitation.
-
tzzs Bundle StoropsStorage Operations for AI Agents. Cross-platform (Windows, Linux, macOS): diagnose why a drive or volume is full, identify what specific applications/caches/AI-model files are consuming space, and safely clean up or migrate them -- with mandatory user confirmation before any write and verification after every migration. Use when the user asks things like "why is my C: drive full", "why is my disk full" / "/ is full", "clean up disk space", "move LM Studio / Ollama / Docker / <app> to another drive", or "is it safe to delete <path>".
-
alphaparkinc Bundle Genpark Dify Agentic Workflow Orchestrator SkillDistilled from Dify (https://dify.ai). Dify is an open-source platform for production-ready agentic workflows and LLMOps. It provides a visual canvas builder for multi-agent DAGs, automated RAG knowledge pipelines, model routing across 100+ providers, and integrated tool marketplaces. Deployable on Dify Cloud, private VPC, or self-hosted environments with enterprise governance.
-
nhanchau2409 Bundle PocUse when the user wants a disposable Docker proof-of-concept, lab, sandbox, install trial, repository worktree, service test, or agent experiment before changing the host or main checkout. Creates, operates, materializes, and deletes labeled POC environments with standard Docker/Git commands; OrbStack is the primary macOS backend.
-
dprakash2101 Skill Production DebuggingInvestigate live or production-like .NET failures using logs, traces, metrics, dumps, and configuration evidence. Use for production diagnosis; do not mutate production state or deploy fixes without explicit authorization.
-
dprakash2101 Bundle Google Bigquery DotnetImplement or review Google BigQuery access from .NET with Google.Cloud.BigQuery.V2. Use only for BigQuery queries, jobs, result mapping, authentication, performance, or query-cost concerns.
-
dprakash2101 Skill Google Firestore DotnetImplement or review Google Cloud Firestore persistence in .NET. Use only for Google.Cloud.Firestore document models, reads/writes, queries, transactions, batches, indexes, or Firestore cost/modeling decisions.
-
dprakash2101 Bundle Google Cloud Pubsub DotnetImplement or review Google Cloud Pub/Sub publishers and pull subscribers in .NET. Use only for Google.Cloud.PubSub.V1 messaging, subscriber workers, acknowledgement behavior, or Pub/Sub delivery concerns.
-
khe618 Skill Implement TaskAutonomously implement a repository task from the factory queue (queues/<project>.md in C:\dev\factory, for factory-managed projects) or a local TASKS.md, using the Superpowers workflow. Use when the user asks to implement a task, pick up the next queued item, run an implementation workflow from a task queue, or carry a task through claim, worktree, subagents, review, verification, and a pull request. This is the local twin of the future cloud worker (spec §4.4/§5.1) — every exit path (success, failure, blocked, abandoned) must leave the queue in a terminal, non-`[in progress]`-without-a-claim state.
-
khe618 Skill Merge And ShipMerge a GitHub pull request, get the result shipped to production, and clean up after — as one workflow, for the user's deployed projects (Vercel and/or Render). Use this WHENEVER the user wants to land a PR: "merge PR #9", "merge this PR", "ship PR 12", "merge and deploy", "land my branch", "merge it", or types /merge-and-ship. Treat merging and deploying as inseparable here — a merge that doesn't reach production isn't done. Also use it when a merge has already happened and the user wants the deploy + cleanup that should have followed. Do NOT use it to *open/create* a PR (that's the `pr` skill) or to just commit (that's `commit`).
-
khe618 Bundle Capacitor IOS AppstoreEnd-to-end guide to ship a Capacitor (or Ionic) iOS app to the Apple App Store using Codemagic CI — Developer-portal bundle ID registration, App Store Connect app record, code signing, building on a cloud Mac, and TestFlight. Use this WHENEVER the user wants to build, sign, or publish a Capacitor iOS app, set up Codemagic for iOS, get an app onto TestFlight or the App Store, or is debugging iOS CI build/signing failures ("requires a provisioning profile", "No matching profiles found", "Cannot save Signing Certificates without certificate private key", missing shared scheme, "Capacitor CLI requires NodeJS", app name already in use). Especially relevant when the user is on Windows and cannot run Xcode locally.
-
danthamanvoiss Skill AI Creative RouterRoute AI-creative quality, pipeline, prompt-translation, and cross-asset consistency work to the right support skill.
-
danthamanvoiss Skill Pipeline Hygiene ReviewReview pipeline records for stage accuracy, stale deals, missing fields, and next-action clarity.
-
danthamanvoiss Skill AI Content Pipeline BuilderDesign reusable prompt-chaining workflows for cohesive multi-step AI content production.
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 padosoft-crash-triage, deploy-helper, Next_Line_Name. 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.