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.
-
ffsshhttiikk Skill Github ActionsGitHub Actions CI/CD best practices and patterns
Audited -
ffsshhttiikk Skill Cloud PlatformsMulti-cloud architecture and platform strategies
Audited -
ffsshhttiikk Skill Cloud MonitoringCloud infrastructure monitoring and observability
Audited -
ffsshhttiikk Skill ContainerizationApplication containerization with Docker
Audited -
ffsshhttiikk Skill Gitlab CIGitLab's built-in CI/CD platform using YAML configuration for pipeline automation
-
ffsshhttiikk Skill Cloud ArchitectureExpert-level knowledge and advanced techniques for Cloud Architecture
Audited -
ffsshhttiikk Skill DynamodbAmazon DynamoDB NoSQL database, key-value and document store, serverless operations
-
ultroncore Bundle Github Actions AdvancedAdvanced GitHub Actions: matrix builds, reusable workflows, secrets, caching, and deployment pipelines. Triggers on: GitHub Actions, .github/workflows, workflow_call, matrix, actions/cache, needs:, environment: production, OIDC.
Audited -
ultroncore Skill Data Versioning DvcVersion datasets, models, and ML pipelines with DVC (Data Version Control). Covers remote storage backends, pipeline stages with dvc.yaml, experiment tracking, metrics comparison, and integrating DVC with Git and CI/CD workflows.
-
ultroncore Skill Cost Optimization CloudSystematically reduce cloud infrastructure costs — rightsizing EC2/RDS instances, Reserved Instances and Savings Plans, Spot instance patterns for fault-tolerant workloads, Kubernetes resource requests/limits tuning, S3 lifecycle policies, and architectural patterns like Lambda vs container trade-offs.
-
ultroncore Skill Edge Computing PatternsBuild and deploy edge computing applications using Cloudflare Workers, Deno Deploy, Vercel Edge Functions, and AWS Lambda@Edge. Covers edge caching, geolocation routing, A/B testing at the edge, and CDN integration.
-
ultroncore Bundle Github Actions CI WorkflowSets up comprehensive GitHub Actions CI/CD workflows for modern web applications. This skill should be used when configuring automated lint, test, build, and deploy pipelines, adding preview URL comments on pull requests, or optimizing workflow caching. Use when setting up continuous integration, deployment automation, GitHub Actions, CI/CD pipeline, preview deployments, or workflow optimization.
-
ultroncore Skill Web Scraping PipelineBuild web scraping pipelines that feed clean content into Claude Code workflows. Use when Claude needs to ingest web content, crawl sites for RAG, or extract structured data from pages. Trigger when users mention web scraping, Firecrawl, crawling websites, content ingestion, or extracting data from URLs.
-
ultroncore Bundle Terraform Code GenerationExpert Terraform infrastructure-as-code generation with HCL, provider ecosystems, and cloud infrastructure patterns.
-
ultroncore Bundle Data EngineerBuild scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms.
-
ultroncore Skill Dns Infrastructure Devops StubOverview
-
ultroncore Bundle CI CD Pipeline BuilderCI/CD Pipeline Builder
-
ultroncore Skill Database Migration StrategiesExecute safe database migrations for PostgreSQL and MySQL using zero-downtime patterns, backward-compatible schema changes, Flyway/Alembic/Prisma migrate, and the expand-contract pattern. Covers rollback strategies, large table migrations, and CI/CD integration.
-
ultroncore Skill Cost Optimization Cloud Devops StubSystematically reduce cloud infrastructure costs through rightsizing, reserved instances, spot instances, autoscaling, and architectural optimization across AWS, GCP, and Azure.
-
ultroncore Skill Testcontainers IntegrationRun integration tests against real databases, message brokers, and services using Docker containers managed by Testcontainers
-
nahisaho Bundle Scientific AutomlAutoML pipeline skill. Optuna hyperparameter optimization, FLAML fast AutoML, Auto-sklearn model selection, NAS, automated feature engineering, and model comparison pipelines.
-
yejiming Bundle X402 DeployX402 Deploy
-
yejiming Bundle Foundry MCPMCP server for Foundry/Forge smart contract development and testing. Compile, test, deploy, and debug Solidity contracts via MCP.
-
ultroncore Bundle PineconeManaged vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.
-
ultroncore Skill EncoreBuild and deploy cloud-native backends with Encore — a development platform that auto-provisions infrastructure, generates API clients, and provides built-in observability. Use this skill whenever the user mentions Encore, wants a backend with zero-config cloud deployment, auto-generated API docs, or a Go/TypeScript backend that handles infrastructure automatically. Trigger for "encore.ts", "encore.dev", or "backend platform with auto-infra".
-
ultroncore Skill Flux CDFlux CD — GitOps operator for Kubernetes (CNCF graduated project). Use this skill whenever the user wants GitOps with Flux, needs to set up automated Kubernetes deployments from Git, configure Flux sources/kustomizations/helmreleases, use image automation, bootstrap Flux with GitHub/GitLab, or asks about the Flux CLI (flux). Trigger for "flux bootstrap", "HelmRelease", "Kustomization CRD", "image reflector", or "GitRepository source".
-
ultroncore Skill FalcoFalco — runtime security monitoring for containers and Kubernetes using eBPF/syscall tracing. Use this skill whenever the user needs to detect anomalous behavior in running containers, write Falco rules, set up security alerting, investigate security events in Kubernetes, or configure Falco Sidekick for alert routing. Trigger for "falco rules", "runtime security", "syscall monitoring", container threat detection, or "falco sidekick".
-
ultroncore Skill GrypeScan containers and filesystems for known vulnerabilities with Grype — a fast, accurate vulnerability scanner for container images and filesystems from Anchore. Use this skill whenever the user wants to find CVEs in Docker images, scan dependency trees, integrate vulnerability scanning in CI/CD, or compare Grype vs Trivy. Trigger for "grype scan", "anchore grype", "container cve scan", or "grype docker image".
-
ultroncore Skill TrivyScan containers, code, and infrastructure for vulnerabilities using Trivy — a comprehensive, fast security scanner for container images, filesystems, git repos, Kubernetes, and IaC. Use this skill whenever the user wants to scan Docker images for CVEs, check code dependencies for vulnerabilities, or integrate security scanning into CI/CD pipelines. Trigger for "trivy scan", "container vulnerability scan", "trivy docker", or "trivy ci".
-
ultroncore Skill Modal GpuServerless GPU compute for ML workloads — run training, inference, and batch jobs on Modal
-
ultroncore Skill ReplicateReplicate cloud platform for running and deploying ML models via simple Python API
-
ultroncore Skill AtlantisAtlantis — automated Terraform/OpenTofu pull request workflow with plan and apply via PR comments. Use this skill whenever the user needs to automate Terraform plan/apply on PRs, enforce code review before infrastructure changes, set up GitOps for infrastructure, configure Atlantis server with repo-level workflow overrides, or prevent unapproved Terraform applies. Trigger for "atlantis terraform", "atlantis plan", "atlantis apply", "terraform pr automation", "infrastructure gitops atlantis", or "terraform code review workflow".
-
ultroncore Skill BanditFind Python security vulnerabilities with Bandit — a static analysis tool that detects common security issues in Python code like SQL injection, command injection, hardcoded secrets, use of insecure functions, and more. Use this skill whenever the user wants to audit Python code for security issues, add security linting to CI/CD, or review Python security findings. Trigger for "bandit python", "python security linting", "bandit scan", "python security audit", or "bandit security".
-
ultroncore Skill CheckovScan Infrastructure as Code for security misconfigurations with Checkov — a static analysis tool that checks Terraform, CloudFormation, Kubernetes, Helm, ARM, Bicep, Serverless, and Dockerfile for security issues before deployment. Use this skill whenever the user wants to audit IaC for security issues, add security scanning to Terraform pipelines, or check Kubernetes manifests against security best practices. Trigger for "checkov scan", "iac security", "terraform security scan", "checkov terraform", or "checkov kubernetes".
-
ultroncore Skill Together AITogether AI cloud inference API for open-source LLMs with OpenAI-compatible endpoints
-
ultroncore Skill Dbt AnalyticsBuild, test, and document analytics transformations with dbt (data build tool). Covers model design, incremental models, testing, documentation, and deployment with dbt Cloud or dbt Core.
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 gitlab-ci, data-engineer, github-actions. 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.