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.
-
ericrisco Bundle PlanetscaleUse when operating PlanetScale (Vitess serverless MySQL) — branches and the `pscale` CLI, schema changes through deploy requests (Online DDL cutover, ~30-min revert window), tables without foreign keys, or the edge HTTP driver. NOT MySQL engine work like EXPLAIN or index choice (that is `mysql`), NOT generic migration theory (that is `db-migrations`).
-
ericrisco Bundle DigitaloceanUse when deploying or operating a workload on DigitalOcean — Droplet vs App Platform vs Functions, doctl, app spec YAML, Managed Postgres/MySQL/Valkey on the VPC, S3-compatible Spaces + CDN. NOT host-agnostic CI/CD or rollback strategy (that is `deployment`), NOT a bare Hetzner VPS (that is `hetzner`), NOT another managed PaaS (that is `railway`).
-
ericrisco Bundle Git WorkflowUse when naming or scoping a branch, writing or fixing a commit message, picking the gitmoji for a commit, untangling history (rebase versus merge versus squash), or cutting a versioned release — the portable git-convention layer for any repo. Covers gitmoji + Conventional Commits, SemVer tags, branch hygiene, force-push safety and gh pr/release mechanics. NOT the land-it decision and pre-ship checklist (that is `ship`), NOT an isolated checkout before coding (that is `worktrees`), NOT CI/CD release automation (that is `deployment`).
-
ericrisco Bundle LLM PipelineUse when wiring several LLM calls into a production flow: typed contracts between steps, a router/gateway so 429s, timeouts and outages fail over instead of taking you down, and cost control via caching, model tiers and abort caps. NOT single-prompt wording (that is `prompt-engineering`), NOT a model-driven tool loop (that is `building-agents`).
-
ericrisco Bundle Sqlite TursoUse when deciding whether plain SQLite is enough, or wiring SQLite, Turso or libSQL for local-first, edge and embedded-replica apps — a local file DB, a remote Turso URL, or a local replica synced to a remote primary — plus WAL mode and SQLite's single-writer model and its lock errors. NOT Drizzle schema or queries on libSQL (that is `drizzle-orm`), NOT versioned up/down migrations (that is `db-migrations`), NOT serverless Postgres with branching (that is `neon`).
-
ericrisco Bundle Cold OutreachUse when writing a cold email or LinkedIn DM to a stranger and its cadence: first-touch copy under a word ceiling, 4-7 step bump sequences, per-inbox volume and warm-up limits, the compliant opt-out footer. NOT SPF/DKIM/DMARC setup (that is email-deliverability), NOT sourcing the list (that is lead-gen), NOT life after a reply (that is sales-pipeline).
Audited -
ericrisco Bundle Cost TrackingUse when metering and capping AI or cloud app spend — tokens read from the response `usage` object, priced off a dated rate table, ledgered per user/tenant/feature, with alerts and a hard cap before the bill. NOT cash runway (that is `finance-ops`), NOT cost-per-unit margin (that is `unit-economics`), NOT booking the spend (that is `bookkeeping`).
-
ericrisco Bundle AWS EssentialsUse when standing up the core AWS surface a small product needs: hardening a fresh account, a private S3 bucket, encrypted RDS Postgres, ECS Fargate vs EC2, CloudFront + OAC, or scoping an IAM policy to least privilege. NOT the CI pipeline that ships the container (that is `deployment`), NOT app-code access-control review (that is `secure-coding`).
-
ericrisco Bundle GCP EssentialsUse when running a small product on core Google Cloud via the gcloud CLI: a project, Cloud Run deploys, a locked-down Cloud Storage bucket, managed Cloud SQL, and least-privilege IAM wiring them together. NOT AWS (that is `aws-essentials`), NOT the CI pipeline that ships the image (that is `deployment`), NOT Postgres schema/query tuning (that is `postgresdb`).
-
ericrisco Bundle Github ActionsUse when authoring or fixing GitHub Actions CI/CD — workflows under .github/workflows, triggers, job matrix, caching, token permissions, OIDC cloud deploys, environment gates, reusable workflows. NOT the Dockerfile or image build strategy (that is `docker`), NOT the branching model (that is `git-workflow`), NOT release readiness (that is `ship`).
-
ericrisco Bundle Power AutomateUse when operating Microsoft Power Automate cloud flows from code — create, enable, update, list or delete via the Dataverse Web API (`workflow` table, category 5) with Entra ID OAuth2, plus run-history debugging. NOT designing the flow definition (that is `automation-flows`), NOT picking a platform by billing model (that is `automation-strategy`).
Audited -
ericrisco Bundle Sales PipelineUse when an operator runs deals out of a spreadsheet or Notion and wants real stages, win probabilities, deal hygiene, a weekly follow-up sweep, and a defensible roll-up forecast — including the case where the pipeline looks full but nothing closes. NOT statistical or scenario forecast modelling (that is `forecasting`), NOT sourcing prospects (that is `lead-gen`), NOT writing the outbound emails (that is `cold-outreach`), NOT the proposal or quote (that is `proposals`), NOT the post-close kickoff (that is `client-onboarding`).
Audited -
lukasa1993 Bundle Tanstack Markdown Production PipelinesAudit and ship a production Markdown pipeline with explicit trust boundaries, external syntax highlighting, parse-ahead caching, compatibility checks, deterministic output, and bundle budgets. Load before deploying blogs, docs, or untrusted-content rendering.
-
chuyentn Skill Azure Servicebus DotnetAzure.Messaging.ServiceBus (.NET)
-
chuyentn Skill Azure Storage Blob RustAzure Blob Storage SDK for Rust
-
chuyentn Skill Azure AI Projects DotnetAzure.AI.Projects (.NET)
-
chuyentn Skill Azure Compute Batch JavaAzure Batch SDK for Java
-
chuyentn Skill Azure Keyvault Keys RustAzure Key Vault Keys SDK for Rust
-
chuyentn Skill Azure Maps Search DotnetAzure Maps (.NET)
-
chuyentn Skill Azure Mgmt Botservice PyAzure Bot Service Management SDK for Python
-
chuyentn Skill Azure Mgmt Fabric DotnetAzure.ResourceManager.Fabric (.NET)
-
chuyentn Skill Azure Monitor Query JavaAzure Monitor Query SDK for Java
-
chuyentn Skill Azure AI Contentsafety PyAzure AI Content Safety SDK for Python
-
chuyentn Skill Azure AI Textanalytics PyAzure AI Text Analytics SDK for Python
-
chuyentn Skill Azure AI Transcription PyAzure AI Transcription SDK for Python
-
chuyentn Skill Azure AI Voicelive DotnetAzure.AI.VoiceLive (.NET)
-
chuyentn Skill Azure Appconfiguration PyAzure App Configuration SDK for Python
-
chuyentn Skill Azure Search Documents PyAzure AI Search SDK for Python
-
chuyentn Skill Azure Containerregistry PyAzure Container Registry SDK for Python
-
chuyentn Skill Azure Monitor Ingestion PyAzure Monitor Ingestion SDK for Python
-
chuyentn Skill Azure Appconfiguration JavaAzure App Configuration SDK for Java
-
chuyentn Skill Azure Keyvault Secrets RustAzure Key Vault Secrets SDK for Rust
-
chuyentn Skill Azure Mgmt Apicenter DotnetAzure.ResourceManager.ApiCenter (.NET)
-
chuyentn Skill Azure Mgmt Apimanagement PyAzure API Management SDK for Python
-
chuyentn Skill Azure Storage File Share PyAzure Storage File Share SDK for Python
-
chuyentn Skill Azure Storage File Share TS@azure/storage-file-share (TypeScript/JavaScript)
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 planetscale, digitalocean, git-workflow. 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.