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.
-
acquia Skill Codestudio 2Use when setting up a new Code Studio (GitLab CI/CD) project, changing PHP version in Code Studio builds. NOT for checking pipeline job status — use pipelines-cli-pipeline-operations for that.
-
acquia Skill Remote Access 2Use when SSHing into a Cloud environment, running Drush commands remotely, or tailing live application logs.
-
acquia Skill Ide Management 2Use when creating, listing, opening, deleting, or managing Cloud IDEs, or checking IDE hibernation status, changing PHP version in IDE, or sharing an IDE with teammates.
-
acquia Skill Ssh Key Management 2Use when adding, listing, or deleting SSH keys for Acquia Cloud access, or when SSH access is denied due to missing keys.
-
acquia Skill Application Management 4Use when listing Acquia Cloud applications, linking or unlinking a local repo to an application, opening an app in browser, checking VCS/branch deployment status, or exporting a site archive.
-
acquia Skill Environment Management 2Use when listing, creating, deleting, or mirroring Cloud environments, managing CDEs, deploying code to an environment, or checking environment status.
-
acquia Skill Drupal Update Deploy 2Use when user wants to update Drupal dependencies and deploy the changes to an Acquia environment, optionally triggering a pipeline build. Chains drupal-maintenance, acli, and pipelines-cli skills.
-
shaybush Bundle ZoomManage Zoom meetings via Server-to-Server OAuth. Schedule or create a meeting, list and get meetings, rename or reschedule one, delete/cancel, and fetch cloud recording links. Use when the user wants to set up a Zoom call, change a meeting's title or time, cancel a meeting, or grab a recording link. Triggers: 'schedule a zoom', 'rename the zoom meeting', 'send me the recording link', 'cancel the zoom'.
-
shaybush Bundle Fix BugThis skill should be used when the user reports a bug — via a Jira ticket number or a plain-language description — and wants it fixed end-to-end with recorded proof. It creates a ticket-named worktree, records the bug reproducing live via Playwright in Docker ("before"), locates and fixes the root cause (delegating to the stack-specific agent per the routing table), re-records the same repro now passing ("after"), then opens a GitHub PR with both videos attached via gh's --attach flag (GA in gh v2.99.0+).
-
shaybush Bundle Agent CreatorCreates new subagent definitions that match this setup's house standard, and audits or migrates existing ones. This skill should be used when the user wants to add a new agent (e.g. "create a security agent", "we need an agent for Terraform work", "add a QA engineer agent"), when an existing agent needs bringing up to standard, or when agent definitions should be linted. It runs a structured interview, stamps the agent from the shared template, wires it into the CLAUDE.md routing table and the knowledge base, and validates the result.
-
shaybush Bundle Mac Disk CleanupFind and reclaim disk space on macOS — scans caches, dev artifacts, Docker, apps and personal media, reports what is safe versus what is not, then deletes only what the user explicitly picks.
-
byte886 Skill Yxz游戏站建站与变现技能套件(yxz- 系列)的总入口与管理器。统一介绍 yxz-hot-word-miner / yxz-keyword-miner / yxz-game-info-collector / yxz-game-site-builder / yxz-deploy-pipeline / yxz-site-data-monetizer / yxz-game-site-template-maker / yxz-bulk-page-factory 八个技能的定位、调用顺序与协作关系;在需要选择起点、了解这套技能如何串联、或统一管理/新增/重命名其中技能时调用。
-
byte886 Bundle Yxz Site Data Monetizer基于 GSC 数据驱动补页面 + 接入 AdSense/Adsterra 广告变现,做出"继续做这个站 vs 换下一个游戏词"的明确决策。当游戏站已上线、需要看搜索数据决定补哪些页面、接入广告变现、或判断站点是否值得继续投入时调用。是 yxz-deploy-pipeline 的下游、yxz-game-site-builder 的运营期技能。
-
fedoroff-vlad Bundle Map ProjectUse at the START of onboarding or documenting an unfamiliar project — to scan and index it before writing a line of docs. Fires on: "просканируй проект", "проиндексируй репозиторий", "разберись в проекте X", "map the project", "scan the repo", "что это за проект и из чего он состоит". Runs a mechanical scanner, then reads the flagged files to produce a durable project map: modules, build system, toolchain, deploy manifests, services/ports, env keys, entry points — written to docs/onboarding/project-map.md.
-
fedoroff-vlad Skill Add ObservabilityUse when adding logging/observability to a new or existing service, module, or pipeline — or when a long-running job turned out to be unexplainable after the fact. Fires on: "add logging", "нужно логирование", "what do we log here", "structured logs", "ship logs to Kibana/Elasticsearch/Loki", "why did this run fail and we can't tell", "add metrics/tracing to this pass". Produces a logging design (event vocabulary, sink, levels, payload rule) written into the architecture doc first, then the wiring.
-
nagisanzenin Skill Devops 3[production-grade internal] Sets up deployment and infrastructure — Docker, CI/CD pipelines, cloud provisioning, environment configuration. Routed via the production-grade orchestrator.
-
codejunkie99 Skill Deploy Checklist 2Check release readiness and request human approval before deploying.
-
cwijayasundara Bundle Brd 2Brd
-
cwijayasundara Skill Deploy 3Generate Docker Compose stack, Dockerfiles, env config, and verify local deployment with health checks and database migrations.
-
aaronbrethorst Bundle Render WorkflowsSet up, develop, test, and deploy Render Workflows. Covers first-time scaffolding (via CLI or manual), task patterns (retries, subtasks, fan-out), local development, Dashboard deployment, and troubleshooting. Use when a user wants to set up Render Workflows for the first time, install the Render Workflows SDK (Python or TypeScript), scaffold a workflow service, add or modify tasks, test locally, or deploy to Render.
-
anbanai Bundle Seednote Writing 2Writes and optimizes Seednote (种草笔记) content including titles, body text, hashtags, and viral note rewrites. Use when writing Seednote content, optimizing seednote titles, or rewriting viral notes. Also use when user mentions '写种草笔记', '笔记文案', '种草文案', '标题优化', '改写笔记', '爆款改写', '复刻文案', '合规检查', or when the seednote pipeline calls for content creation or text optimization.
-
sailingnaturali Skill Coderabbit CLIUse when running a CodeRabbit CLI (cr) code review — typically as the review gate before opening a pull request. Requires the cr CLI installed and signed in to a CodeRabbit account, and uploads the diff to CodeRabbit's cloud. Carries the three mechanics that decide whether a rate-limited review counts — commit first (a dirty-tree review judges the wrong diff), pin the base against a stale local branch, and save the output before it's lost — plus the --plain removal trap; the full flag reference is CodeRabbit's own CLI docs.
-
wolf5996 Bundle Write ReadmeUse when creating or rewriting a root README.md for a GitHub repository, especially analysis projects (Seurat, Bioconductor, Quarto pipelines), R packages, or research code. Use when the user asks for a README, asks to "document the repo", or creates a GitHub repo and needs a front page. Produces a visual, scannable README with a centred header and badges, an At a Glance table, a Mermaid pipeline diagram, a results table built from real output, a key design decisions table, inline figure previews with collapsible extras, an annotated repository tree, copy-paste reproduction steps, and a dependency table.
-
wolf5996 Bundle Creating Analysis ProjectsUse when setting up a new R or bioinformatics analysis project, scaffolding directory structures, refactoring messy scripts into clean pipelines, or establishing project conventions. Use when the user says "init", "set up a project", "refactor these scripts", or "create a pipeline". Also use when reviewing whether an existing project follows these conventions.
-
anbanai Bundle Seednote Visual Design 2Generates cover (封面), content pages (内容图), and tail pages (尾图) for Seednote (种草笔记) posts with 3:4 ratio design norms. Use when creating seednote visual content including covers, content pages, and tail pages. Also use when user mentions '种草笔记图片', '封面生成', '内容图', '尾图', '图片规划', or when the seednote pipeline calls for image generation.
-
peterbamuhigire Bundle Blog Idea Generator 2Use when the user wants blog topic ideas, editorial angles, or a content pipeline. Use content-writing for general copy and blog-writer for a complete article.
-
involvex Skill Expo Deployment 3Deploy Expo apps to production
-
involvex Bundle Building MCP Server On Cloudflare 3Builds remote MCP (Model Context Protocol) servers on Cloudflare Workers with tools, OAuth authentication, and production deployment. Generates server code, configures auth providers, and deploys to Workers. Use when: user wants to "build MCP server", "create MCP tools", "remote MCP", "deploy MCP", add "OAuth to MCP", or mentions Model Context Protocol on Cloudflare. Also triggers on "MCP authentication" or "MCP deployment".
-
tencentcloudbase Skill AI Model Wechat 3Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, 企业微信小程序, wx.cloud apps). Features generateText and streamText with callbacks (onText, onEvent, onFinish). Models via wx.cloud.extend.AI.createModel with groups hunyuan-exp (小程序成长计划), cloudbase (main managed), or custom-*. Model IDs (deepseek-v4-flash, deepseek-v3.2, hunyuan-2.0-instruct-20251111, glm-5, kimi-k2.6) go in the data wrapper model field. API differs from JS/Node SDK — streamText needs data wrapper, generateText returns raw response. MUST run two-step preflight before code — see body. Keywords: Mini Program AI, wx.cloud.extend.AI, 小程序成长计划, ai_miniprogram_inspire_plan, Token Credits 资源包, generateText, streamText, createModel, hunyuan-exp, TokenHub, Hunyuan, DeepSeek, GLM, Kimi, MiniMax. NOT for browser/Web (use ai-model-web), Node.js backend (use ai-model-nodejs), or image generation (use ai-model-nodejs).
-
tencentcloudbase Skill Cloud Storage Web 3Complete guide for CloudBase cloud storage using Web SDK (@cloudbase/js-sdk) - upload, download, temporary URLs, file management, and best practices.
-
laksh-star Bundle Cloudflare Remote MCP WorkerDeploy or extend an existing MCP-capable repo onto a Cloudflare Worker when the user wants a remote `/mcp` URL, Cloudflare-hosted testing, auth/docs/screenshots, or a clean path from local repo work to repo-visible `main`.
-
airborne12 Bundle TeamcityUse when the user asks about CI/CD pipeline status, build failures, build logs, or mentions a TeamCity build. Also use when checking if a branch or PR passed CI, diagnosing build failures, or retrieving build problems and test results.
-
dvy1987 Bundle Spec Driven DevelopmentOrchestrator for spec-driven development (SDD) — the discipline of writing executable specs before code, with a constitution above them and a hard cross-check gate before implementation. Mirrors GitHub Spec Kit / AWS Kiro slash-command shape. Routes /constitution, /specify, /clarify, /plan, /tasks, /analyze, /implement to the right leaf skill. Load when the user says "spec-driven development", "SDD", "specs-first workflow", "run the spec loop", "/specify a feature", "/plan from this spec", "do spec-driven for this", "GitHub Spec Kit workflow", "Kiro workflow", or invokes any SDD-style slash command. Single entry point for all SDD workflows.
3 -
hoangnguyen0403 Skill Deploy Release 2Prepare and verify a staged or production deployment with rollback and smoke checks.
542 -
promisingcoder Skill Marketingclaw Docker E2e AuthoringAuthor MarketingClaw Docker E2E and live provider Docker lanes.
0 -
promisingcoder Bundle Release Marketingclaw Plugin TestingPlan and run pre-release MarketingClaw plugin validation across bundled plugins, package artifacts, lifecycle commands, doctor/fix, config round-trip, gateway startup, SDK compatibility, Docker E2E, Package Acceptance, and Testbox proof.
0
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 codestudio, remote-access, ide-management. 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.