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.
-
greenmamba29 Skill Audit Log MonitorContinuously monitors security audit logs from cloud platforms, SaaS tools, and internal systems to detect unauthorized access and policy violations
-
greenmamba29 Skill Make Workflow BuilderBuilds and deploys Make.com automation scenarios from natural language. Use when you need to create, update, or deploy Make.com workflows programmatically from a description or spec.
-
damilola-elegbede-org Skill Fix CIDiagnose and fix GitHub Actions CI failures. Use when CI pipeline is failing.
-
greenmamba29 Skill Access Control ManagerAudits and manages user access permissions across cloud services, SaaS applications, and internal systems to enforce least-privilege principles
-
buzzbysolcex Skill Solcex Ops MasterMaster operations reference for Buzz BD Agent at SolCex Exchange. Full standalone directive — everything Buzz needs to operate autonomously. v6.0.4 — Indonesia Sprint Day 2 Edition (Feb 26, 2026). Buzz v6.0.4 | OpenClaw 2026.2.24 | ClawRouter + BlockRun x402 36 cron jobs | 15/16 intelligence sources | MiniMax M2.5 primary Bankr Partner API integrated | 48 Telegram commands registered ATV Web3 Identity FIXED (api.web3identity.com) | 3x daily ATV batch passes Standard dev workflow: Mac laptop → Docker → GHCR → Akash (never install on Akash)
-
buzzbysolcex Skill QuillshieldSmart contract security audit skill for the BD pipeline. Analyzes Solana token contracts for red flags: honeypots, rug pull patterns, authority risks, liquidity locks, and holder concentration. Produces a safety score (0-100) to inform listing decisions.
-
buzzbysolcex Bundle Contract AuditorSolidity/EVM smart contract security analyzer for Buzz BD Agent at SolCex Exchange. Performs fast, pattern-based contract safety analysis on token prospects BEFORE scoring. Triggers automatically when: a token prospect has a verified contract address, any user submits a contract for listing review, `/score-token` is called with a verifiable contract, or Buzz's safety sub-agent is invoked. Inspects contract source (via Etherscan/Sourcify), flags critical vulnerabilities, and enriches the BD pipeline with an audit summary. NOT a substitute for a formal audit — the pre-check Buzz should never skip.
-
buzzbysolcex Skill Buzz Bd AgentBuzz BD Agent operational skill for SolCex Exchange. v9.3 — Post-Sprint Day 10 (Apr 10, 2026). BuzzShield V2 + Wallet Guard Live + DRI Audition. BuzzShield V2: @stackone/defender prompt injection + OSV.dev supply chain + SBOM. BuzzShield dApp LIVE: plena-38072fcd-8.netlify.app (Noah AI + Netlify). Wallet Guard AION: 12 receipts persisted, end-to-end proven, decision diversity pending. Karpathy LLM Wiki: 43 pages, persistent, wiki-manager.js 550+ lines. autoDream: 13 phases (was 9), hill-climber async fix, 595 ground truth. Moltbook Trust Level 1 live. DRI Sales audition posted (#439, 100K sats/day). Beat Editor auditions posted (#433, both AIBTC Network + Bitcoin Macro). 87 tables. ~200+ endpoints. 47 feature flags. 33 intel sources. CI/CD GREEN. 671+ tokens scored. ~270K sats revenue (~$192). Kite AI: Jamal collab opened. Alchemy $20M fund applied. Server: CPX62 (16 vCPU, 32GB RAM) | API :3000 | MiroFish :5000 | Sentinel :3001.
-
buzzbysolcex Skill Alpha Buzz Master OpsSystem Operations Manual for Alpha Buzz at SolCex Exchange. v9.3 — Post-Sprint Day 10 (Apr 10, 2026). BuzzShield V2 + Wallet Guard Live Demo + DRI Audition. Opus 4.6 brain, Pro Max, 24/7 Hetzner CPX62. 12 agents, 10 reactive modules. 87 tables. ~200+ endpoints. 27 services. 47 feature flags. 18 rules. BuzzShield V2: @stackone/defender prompt injection + OSV.dev supply chain + CycloneDX SBOM. Wallet Guard LIVE demo with AION (end-to-end receipts + War Room mirror). BuzzShield dApp on Netlify (plena-38072fcd-8.netlify.app) via Noah AI. Karpathy LLM Wiki: 43 pages, persistent, self-maintaining. autoDream hill-climber: 595 ground truth rows, async fix shipped. Scoring: 11 rules. PULSE+autoDream live (Phases 1-13). DRI Sales audition posted (#439, 100K sats/day). Beat Editor auditions posted (#433, both beats). Frontier May 11. Kite AI May 6. CI/CD GREEN. Server: CPX62 (16 vCPU, 32GB RAM) | API :3000 | MiroFish :5000 | Sentinel :3001.
-
tachyon-beep Bundle Using Pyo3 InteropUse when building or maintaining a **PyO3 extension module** — a Rust crate exposed to Python as an importable extension. Use when scaling a PyO3 prototype that worked at low call rates and is now in a hot loop (RL self-play, batched inference, real-time pipeline). Use when the boundary symptom is GIL contention, segfault on import or exit, NumPy view pointing at freed memory, traceback truncated to one frame, async hang, or a wheel that imports on Mac and crashes on Linux. Pairs with `/rust-engineering` (single-crate Rust) and `/rust-workspaces` (multi-crate Rust). Do not load for pure-Python work or for Rust crates with no Python surface.
-
tachyon-beep Bundle Design And BuildUse when making architecture decisions, setting up CI/CD, managing technical debt, or choosing branching strategies - enforces ADR requirements and prevents resume-driven design
-
karchtho Skill Bash ScriptingExpert guidance on writing robust, maintainable shell scripts. Covers Bash and Zsh scripting, best practices, error handling, security, modern command-line tools (ripgrep, fd, fzf, jq, yq), automation, and production deployment patterns.
-
karchtho Skill API TestingAPI testing strategies with Postman/Newman MCP integration, contract testing, unit and integration tests, and framework-specific examples. Use when setting up API testing infrastructure, integrating Postman MCP, writing test suites, or automating API testing in CI/CD pipelines.
-
karchtho Skill Nginx ConfigurationConfigure Nginx web server for high-performance reverse proxy, load balancing, SSL/TLS, caching, and API gateway functionality. Master production deployments, security headers, and monitoring.
-
karchtho Skill Dockerfile GeneratorGenerate production-ready Dockerfiles with best practices for various tech stacks. Covers multi-stage builds, optimization, security, and language-specific patterns (Node.js, Python, Go, Rust, Java). Use when creating new application containers.
-
karchtho Skill Docker Compose CreatorDesign multi-container applications with Docker Compose. Covers service orchestration, networking, volumes, environment configuration, health checks, and production deployment patterns. Use when defining local development stacks or deploying multi-service applications.
-
karchtho Skill Github Actions StarterAutomate CI/CD pipelines with GitHub Actions. Master workflow syntax, event triggers, jobs, steps, environment variables, secrets, artifacts, matrix builds, and deployment patterns. Use when setting up automated testing, building, and deployment workflows.
-
karchtho Skill Docker Container BasicsDocker containerization fundamentals. Master container lifecycle, image management, networking, volumes, resource limits, and production deployment patterns. Use when building, running, debugging containers or implementing container orchestration.
-
tachyon-beep Bundle Platform IntegrationUse when implementing CMMI processes in GitHub or Azure DevOps, migrating between platforms, or establishing traceability/compliance on GitHub/Azure - platform-specific process guidance
-
mgriot Bundle Python ProExpert guidance on Modern Python Development. Covers tooling (uv, ruff), strict typing (mypy), project structure (src-layout), modern idioms (pydantic, asyncio), and CI/CD best practices. Use when creating new Python projects, refactoring legacy code, or setting up automation.
-
mgriot Bundle Shell ForgeExpert shell and Bash scripting skill. Use this skill whenever the user wants to write, fix, review, or understand shell scripts — including Bash, Zsh, POSIX sh, and fish. Triggers for: "write a script to...", "make a bash script", "automate this with shell", "fix my script", "review this shell code", "cron job", "pipeline", "deploy script", "dotfiles", "shell one-liner", "bashrc", "make this portable", or any task where the deliverable is a shell script or shell command. Always applies modern safety standards, error handling, and portability analysis without being asked.
-
mgriot Skill Docker ExpertUse this skill for ALL Docker and Docker Compose tasks — writing Dockerfiles, optimizing image size, debugging failed builds or containers that won't start, setting up multi-service dev environments, and hardening containers for production. Trigger on any mention of Docker, Dockerfile, docker-compose, containerize, image, container, or reproducible environment. Also trigger when the user asks to 'set up a dev environment' or 'make this deployable' even without explicitly mentioning Docker.
-
karchtho Skill Environment Variables HandlerManage environment variables and configuration across development, staging, and production. Master .env files, secret management, configuration validation, and multi-environment strategies. Use when setting up configuration systems, managing secrets, or deploying to different environments.
-
karchtho Bundle Shipit Doc SystemCreate, edit, classify, and validate quality documents for the Ship It Green infrastructure (server Bob): SOPs, Work Instructions (WI), Installation Qualifications (IQ), Operational Qualifications (OQ), and reference catalogues (REF). Use this skill WHENEVER the user is writing, updating, splitting, or reviewing any infra/QMS document, mentions an SOP/WI/IQ/OQ/REF, asks whether something is "a WI or an IQ", talks about qualification protocols, acceptance criteria, signature blocks, or a documentary system / système documentaire — even if they don't name the document type explicitly. Always classify the document and run the validator before considering the work done.
-
karchtho Bundle Express FundamentalsExpress.js setup, server initialization, middleware configuration, request/response handling, routing basics, TypeScript integration, middleware pipeline. Use when setting up new Express servers, configuring middleware, creating routes, or understanding Express architecture and request/response lifecycle.
-
tachyon-beep Bundle Using Devops EngineeringUse when building or fixing the path from commit to running production — CI/CD pipelines and verification gates, zero-downtime deployment, infrastructure as code, container build hygiene, Kubernetes/orchestration runtime, observability (metrics/logs/traces, SLI/SLO), incident response and on-call, release management and rollback, secrets and configuration, environment parity and promotion, DevSecOps and software supply-chain security, GitOps/declarative delivery, and SRE/reliability — routes to 13 specialist reference sheets instead of giving surface-level generic ops advice.
-
tachyon-beep Bundle Using Distributed SystemsUse when designing a system that spans more than one process, machine, or failure domain and a partition, crash, or duplicate must not silently corrupt state. Use when you see split-brain, lost writes under partition, duplicate processing, stuck or half-applied sagas, retry storms, dual writes drifting apart, or "works in staging, melts under load." Architecture-level — how to design correctness under partial failure, not how to deploy it. Single-service API internals → `axiom-web-backend`; CI/CD and ops → `axiom-devops-engineering`; replay/seed determinism → `axiom-determinism-and-replay`; broker/event-sourcing mechanics → the event-driven pack.
-
tachyon-beep Bundle Using Contract EngineeringUse when designing, evolving, or reviewing **typed contracts between subsystems** — the records that cross authority boundaries in a pipeline, service mesh, or multi-stage system. Use when a consumer crashed on a missing field and the proposed fix is a default or a lenient reader; when a schema is changing meaning, unit, or shape under a slowly-upgrading fleet; when one record is derived from others and must be reproducible; when a consumer must be provably unable to see a field; when decisions must stay interpretable after thresholds are retuned. Pairs with `/determinism-and-replay` (whole-system replay) and `/solution-architect` (which boundaries exist at all). Do not load for REST/GraphQL endpoint design (`/web-backend`) or wire-protocol performance tuning.
-
mgriot Bundle Workflow ArchitectDesign structured, executable agentic workflows from natural language goals. Use this skill whenever the user wants to automate a process, build a pipeline, map out a sequence of steps, define a repeatable procedure, design an agent loop, or describe what should happen "every time X occurs." Trigger on phrases like "create a workflow for", "automate my", "build a process for", "what steps should happen when", "design a pipeline", "I want an agent that", or any request involving multi-step logic, approvals, retries, or conditional branching — even if they don't say "workflow." Always use this skill when the output should be a structured, machine-readable process definition.
-
tachyon-beep Bundle Using Determinism And ReplayUse when designing a system whose past behaviour must be recoverable as a fact — RL training substrates, multi-agent simulations, deterministic game engines, replay-debuggable services, multiplayer lockstep, or any pipeline where "I cannot reproduce that bug" is unacceptable. Use when teams disagree about what "snapshot", "seed", or "replay" mean across modules. Use when cross-machine or cross-process determinism is required, or a regulator will ask "what was the input at tick T?". Architecture-level — how to design a deterministic system. For verifying an existing simulation against known patterns, use `/check-determinism` from yzmir-simulation-foundations instead.
-
tachyon-beep Bundle Using Procedural ArchitectureUse when designing or critiquing the structure of a staged procedure — a wizard, configuration flow, troubleshooting tree, training curriculum, multi-stage approval pipeline, decision pipeline, or any decomposition of expert work into composable stages. Use for both producer work (build the decomposition) and critic work (audit a proposed decomposition). Use when reasoning about capacity, bottlenecks, or soundness of a procedural flow. Do not use for implementation-plan critique of code changes (use `/axiom-planning` instead), for execution-time dynamics (use `/simulation-foundations`), or for rendering an already-designed procedure as docs or UI (use `/technical-writer` or `/ux-designer`).
-
outfitter-dev Bundle Skills WorkflowsDesign multi-skill workflow systems with artifact-based state handoff. Use when building skill pipelines, sequenced workflows, or when "workflow system", "skill pipeline", "state handoff", or "artifacts" are mentioned.
-
tekliner Bundle Recipe QA RulesFull data QA flow for a recipe view — discovers pipeline topology, manages QA Requirements Documents (QRDs), runs hardcoded and QRD-defined quality checks, detects JOIN fan-outs, and resolves issues with user approval.
-
tekliner Bundle Temporal PipelinesCreate, edit, run, and debug Temporal workflow pipelines — pure Python Temporal workflows (with fan-out/fan-in, child workflows, signals, reusable activities) authored via `improvado-pipeline-sdk` and executed through the Workflow Manager API. Use when user asks about Temporal pipelines, Temporal workflow pipelines, `@workflow.defn`, tenant workflows, scheduled Temporal pipelines, or the `pipeline_sdk` / `improvado-pipeline-sdk`.
-
ingpoc Bundle Xcode CloudDesign, configure, audit, and verify Xcode Cloud CI/CD for Apple-platform projects, including private source repositories, generated Xcode projects, custom ci_scripts, managed signing, build numbering, compute usage, TestFlight delivery, and App Store Connect readback. Use when setting up Xcode Cloud, choosing an Apple CI runner, repairing cloud builds, controlling cost, or separating archive/upload success from TestFlight and device acceptance.
-
metinduraktr-44 Skill Canva Export PipelineUse when exporting finished Canva designs to files (PNG/JPG/PDF/MP4) with correct formats per channel.
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 platform-integration, audit-log-monitor, make-workflow-builder. 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.