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.
-
bobmatnyc Bundle Code Production Process 2Six-stage quality-gate pipeline for any code implementation task
71 -
drunkcoding Bundle Auto Gpu KernelScaffold and operate an autonomous Triton GPU-kernel optimization loop on FlashInfer-Bench + Modal, modeled on the MLSys-2026 DSA contest winner (Dogacel/auto-gpu-kernel). Provides a ready-to-run template (CLAUDE.md, .claude/commands/{optimize,benchmark,log-experiment}, .claude/agents/{profiler,research,workload-inspector}, Modal benchmark + paired A/B harness, packed-solution scripts), plus customization guidance for retargeting to a different FlashInfer-Bench kernel definition. Use when the user wants to (1) bootstrap an autonomous Triton-kernel optimizer for any FlashInfer-Bench kernel, (2) set up an experiment-logged optimization loop with sub-agents for profiling, workload inspection, and plateau-breaking research, (3) run cloud-only (no local GPU) GPU benchmarking via Modal B200, or (4) reproduce or adapt the auto-gpu-kernel architecture for FlashInfer competition tracks or similar kernel-optimization workflows.
-
drunkcoding Skill Sglang Bisect CI RegressionInvestigate a consistently failing SGLang CI test to find the root cause — whether it is a code regression from a specific PR, a hardware/runner-specific issue, or an environment change. Optionally reproduces the failure on a remote GPU server over SSH + Docker. Use when an SGLang CI test is failing on main, you need to bisect which PR introduced a regression, you suspect a runner-specific or GPU-specific issue, or you want to reproduce a CI failure on a remote server.
-
24601 Bundle Cso 3Chief Security Officer mode. Infrastructure-first security audit: secrets archaeology, dependency supply chain, CI/CD pipeline security, LLM/AI security, skill supply chain scanning, plus OWASP Top 10, STRIDE threat modeling, and active verification. Two modes: daily (zero-noise, 8/10 confidence gate) and comprehensive (monthly deep scan, 2/10 bar). Trend tracking across audit runs. Use when: "security audit", "threat model", "pentest review", "OWASP", "CSO review". (gstack)
34 -
24601 Bundle Canary 3Post-deploy canary monitoring. Watches the live app for console errors, performance regressions, and page failures using the browse daemon. Takes periodic screenshots, compares against pre-deploy baselines, and alerts on anomalies. Use when: "monitor deploy", "canary", "post-deploy check", "watch production", "verify deploy". (gstack)
34 -
24601 Bundle Autoplan 3Auto-review pipeline — reads the full CEO, design, and eng review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. Surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final approval gate. One command, fully reviewed plan out. Use when asked to "auto review", "autoplan", "run all reviews", "review this plan automatically", or "make the decisions for me". Proactively suggest when the user has a plan file and wants to run the full review gauntlet without answering 15-30 intermediate questions. (gstack)
34 -
24601 Bundle Setup Deploy 3Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic. Use when: "setup deploy", "configure deployment", "set up land-and-deploy", "how do I deploy with gstack", "add deploy config".
34 -
24601 Bundle Land And Deploy 3Land and deploy workflow. Merges the PR, waits for CI and deploy, verifies production health via canary checks. Takes over after /ship creates the PR. Use when: "merge", "land", "deploy", "merge and verify", "land it", "ship it to production". (gstack)
34 -
xianyu110 Bundle Wechat Draft Pipeline将本地 Markdown 文章目录发布到微信公众号草稿箱的工作流技能。支持文章(长文)与图文两种模式,统一目录约定,复用现有 WeChat 发布脚本。
-
nota-america Skill Slides Grab Image 3Image-native presentation pipeline usable in Codex and Claude Code. Generate whole-slide raster images one slide at a time with slides-grab image, passing the reference template page as --reference so the model copies the layout and style and only swaps the content. Use when visual fidelity to an existing template matters more than editable text.
-
nota-america Bundle Render Deploy 2Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.
-
carlkibler Bundle Dependency PinningAudit Docker, CI, and language dependencies for SHA/digest pinning and cooldowns.
-
cbusillo Bundle GithubComprehensive GitHub Expert persona for repository execution and hygiene: PRs, branches, Actions, reviews, merge/deploy state, issue comments, and safe cleanup. For durable planning, roadmaps, blockers, Projects, or workstream graphs, use github-plan.
-
cbusillo Bundle Infra OpsUse for infrastructure operations across private docs, local automation, hosts, ingress, network, storage, media, and managed service APIs. Trigger for read-only inventory, health checks, guarded pilot writes, rollback/snapshot planning, operator helper routing, and production-impacting infra changes after docs/access paths are known.
-
05-deepak-patidar Skill Deployment SafetySafe shipping to production on any platform (Render, Vercel, AWS, Docker, bare VM). Use when deploying, releasing, configuring CI/CD, writing Dockerfiles or infra config, running migrations against production, or when the user says "deploy", "release", "go live", "ship", "rollback", or "production".
-
05-deepak-patidar Skill Docs And RunbooksDocumentation that survives — READMEs that get someone running, ADRs that preserve decisions, runbooks that work at 2 a.m., and onboarding docs that scale the team. Use when writing or updating any project documentation, setting up a new repo, documenting operations or deploy procedures, capturing a decision, or when the user says "document this", "write a README", "runbook", "onboarding", "ADR", or "nobody knows how this works".
-
bk202503 Bundle Codex Nestjs Provider ReviewReview changed NestJS modules and providers for dependency-injection, lifecycle, and request-pipeline regressions. Use when changed TypeScript contains NestJS modules, controllers, or providers.
-
cor-incorporated Bundle Adk EngineerImplement production-ready agents using Google Agent Development Kit (ADK). Use when creating ADK agents, building multi-agent systems, implementing workflow agents, reviewing ADK code, or deploying to Vertex AI / Cloud Run. Triggers: 'ADK agent', 'Google ADK', 'multi-agent system', 'Gemini agent', 'agent workflow', 'adk deploy'. Do NOT use for non-ADK agent frameworks (LangChain, CrewAI, AutoGen) or general Gemini API calls without ADK.
-
cor-incorporated Skill Tdd WorkflowEnforces test-driven development with 80%+ coverage across unit, integration, and E2E tests. Use when the user says: 'write tests first', 'TDD', 'add test coverage', 'test this feature', 'write unit tests', 'create integration test', 'add E2E test', 'fix with TDD', 'red green refactor', 'increase coverage'. Guides the RED-GREEN-REFACTOR cycle for new features, bug fixes, and refactoring. Do NOT use for running existing tests without changes, CI/CD pipeline setup, or code review without test focus.
-
moltis-org Bundle Ascii VideoProduction pipeline for ASCII art video — any format. Converts video/audio/images/generative input into colored ASCII character video output (MP4, GIF, image sequence). Covers: video-to-ASCII conversion, audio-reactive music visualizers, generative ASCII art animations, hybrid video+audio reactive, text/lyrics overlays, real-time terminal rendering. Use when users request: ASCII video, text art video, terminal-style video, character art animation, retro text visualization, audio visualizer in ASCII, converting video to ASCII art, matrix-style effects, or any animated ASCII output.
-
xu-xiang Skill Docker Patterns用于本地开发的Docker和Docker Compose模式,包括容器安全、网络、卷策略和多服务编排。
-
first-fluke Bundle Oma Tf Infra 3Infrastructure-as-code specialist for multi-cloud provisioning using Terraform across any provider (AWS, GCP, Azure, Oracle Cloud). Use for terraform plan/apply, state management, compute, databases, storage, networking, IAM, OIDC, cost optimization, policy-as-code, ISO/IEC 42001 AI controls, ISO 22301 continuity, and ISO/IEC/IEEE 42010 architecture documentation.
-
first-fluke Bundle Oma Dev Workflow 3Use when setting up or optimizing developer workflows in a monorepo, managing mise tasks, git hooks, CI/CD pipelines, database migrations, or release automation. Invoke for development environment setup, build automation, testing workflows, and release coordination.
-
galihadiprayoga Skill QA MasterUse when asked to QA, verify, investigate bugs, run pre-deploy checks, assess production readiness, validate UI/API/security behavior, execute live or staging smoke tests, or decide GO/NO-GO for a code change.
-
cor-incorporated Bundle Gws WorkspaceGoogle Workspace CLI operations via gws (Drive/Sheets/Docs/Slides/Calendar/Gmail). Use when a user asks to search, list, read, export, upload, or update files on Google Drive; read/write Google Sheets or Docs; manage Calendar events; send/search Gmail; or troubleshoot gws auth/access errors. Triggers: 'Google Drive', 'Sheets', 'Docs', 'Slides', 'gws', 'spreadsheet', 'ドライブ', 'スプレッドシート'. Do NOT use for: MCP-native Gmail/Calendar operations (prefer mcp__claude_ai_Gmail/Google_Calendar when available), local file operations, or non-Google cloud storage.
-
cor-incorporated Bundle GCP Deploy GuardianPrevent GCP deployment failures by validating Docker builds, Cloud Run deploys, and GKE rollouts. Triggers on: docker build, docker push, gcloud run deploy, kubectl apply, Dockerfile/cloudbuild.yaml/nginx.conf edits. Catches arm64-amd64 platform mismatch, Mixed Content from http:// build args, VAD/WASM asset 404s, nginx MIME breakage. Use for all Apple Silicon to GCP deploy workflows. Do NOT use for local-only Docker builds, non-GCP deployments, or application logic changes.
-
abchoudh-amd Skill Jira CreateCreates Jira work items (Bug, Story, Task, Epic, Sub-task) on Jira Cloud through the official Atlassian Remote MCP server. Use when the user asks to create a new Jira ticket, issue, bug, story, task, epic, or sub-task, file a new work item, or open a Jira ticket.
-
abchoudh-amd Bundle Slurm Cloud AgentRuns a Cursor "My Machines" cloud-agent worker for this Slurm cluster from a login-node tmux session. The worker itself stays lightweight on the login node; Slurm allocations are created lazily by the sibling slurm skill only when a worker task runs shell commands. Ships rocm-systems and quasar repo profiles. Use when a user asks to start, stop, or check the status of a Cursor cloud-agent worker on Slurm, attach a self-hosted My Machines worker to a repo, or run a cloud-agent worker for rocm-systems / quasar / similar profile.
-
appeeky Skill Ad Creative To MetaWhen the user wants to take an Appeeky-generated ad creative and create a draft Meta ad — upload image, create creative, ad set, and ad. Use when the user mentions "publish Meta ad", "upload creative to Facebook", "listing to live Meta ad", "end-to-end Meta pipeline", or "create Facebook ad from creative". For generation only see meta-ad-creative. Requires mmp-setup before activation.
-
onfire-ai Skill Employee FootprintFind employees at a target company whose profiles carry a specific technology or competitor signal using the `ask_onfire` tool (insight-based footprint). Use when the user wants proof a product is deployed at an account, wants a competitor footprint cut, or needs evidence from employee profiles — phrases like "who at Meridian Bank uses Sentinex", "find Ironwall users at Nornet", "do any Northwind engineers run Kubernetes", "show me the Sentinex footprint at Skywall Networks", or any technology/competitor footprint lookup at a specific company.
-
onfire-ai Skill Github Repo SignalsFind people who starred or forked GitHub repositories using the `ask_onfire` tool over the `github_member` entity. Use when the user wants to know who interacted with a GitHub repo, find developers who starred repos related to a technology or vendor, or check if people from a specific company engaged with a repo — phrases like "who starred any Artifex repo", "engineers who forked a Kubernetes repo", "did anyone from Northwind interact with our GitHub", "find developers in India interested in open-source security tools", or any GitHub repo engagement lookup.
-
onfire-ai Skill Community Join SignalsFind people and companies that joined an online community (a Slack workspace, Discord server, Reddit community, LinkedIn group, GitHub org, or X/Twitter) using the `ask_onfire` tool against the `evidence` entity. Use when the user asks who is a member of a SPECIFIC named community, wants to enumerate a community's members, wants community-presence signals for an account or individual, or wants a per-community breakdown — phrases like "pull the members of the Artifex community", "who joined the Artifex Slack", "members of the DevSecOps Discord", "find everyone from Northwind who's in any Kubernetes community", "who joined any security Slack since January", "which communities are Acme's employees in", or any community-membership lookup. The specific community's name, platform, URL, and join date ARE queryable.
-
zad111ak-ai Bundle Content PipelineEnd-to-end content creation from idea to monetization.
-
iberi22 Skill Deploy AnywhereDeploy Anywhere
-
vostrikovva Bundle Deploy To VercelDeploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
-
vostrikovva Skill Vercel CLI With TokensDeploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login — e.g. "deploy to vercel", "set up vercel", "add environment variables to vercel".
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 code-production-process, auto-gpu-kernel, sglang-bisect-ci-regression. 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.