Every DevOps & CI/CD tool worth a solo builder's time - the agent skills, MCP servers and marketplaces tagged DevOps & CI/CD, ranked by community signal. A focused slice of the broader Automation category.
What's in DevOps & CI/CD
DevOps & CI/CD collects 411 curated tools across agent skills, a focused part of the broader Automation category. Every one is screened against a single quality bar and ranked by real community signal.
1Github Actions DocsAutomationxixu-me/skillsAnswer GitHub Actions questions with official docs links and syntax-grounded YAML instead of stale CI/CD memory.219k61
2Azure KubernetesAutomationmicrosoft/azure-skillsFix Kubernetes manifests for AKS Automatic compatibility constraints like resources, seccomp, and capabilities.217k1.2k
3Deploy To VercelAutomationvercel-labs/agent-skillsPush a local app or site to Vercel as a preview URL while nudging the repo toward git-linked, long-term deploys.71.6k27.7k
4Vercel Cli With TokensAutomationvercel-labs/agent-skillsDeploy and sync Vercel projects from CI or headless agents using VERCEL_TOKEN instead of interactive vercel login.51.1k27.7k
5TurborepoAutomationvercel/turborepoConfigure Turborepo task pipelines, package scripts, caching, and `--filter` / `--affected` workflows in a JS/TS monorepo without breaking parallelization.37.7k30.5k
6Docker ExpertAutomationsickn33/antigravity-awesome-skillsHarden Dockerfiles, multi-stage builds, and container runtime settings before you ship or run a solo product in production.19.6k40.1k
7Vercel OptimizeAutomationvercel-labs/agent-skillsAudit a live Vercel deployment for cost and latency using CLI metrics, gated scripts, and a verified optimization report—not guesswork from source alone.16.2k27.7k
8Multi Stage DockerfileAutomationgithub/awesome-copilotAuthor smaller, more secure container images with a cache-friendly multi-stage Dockerfile before you deploy.15.6k34.6k
9GstackAutomationgarrytan/gstackKeep the gstack Bun/TypeScript repo healthy on mixed OS checkouts with correct LF line endings, env templates, and CI runner labels.15.5k108k
10PnpmAutomationantfu/skillsConfigure fast, reproducible pnpm installs and GitHub Actions workflows with lockfile discipline and store caching.14.7k5.2k
11Github Actions TemplatesAutomationwshobson/agentsScaffold production-style GitHub Actions workflows for test, build, Docker publish, and deploy steps on push and PR.11.6k36.5k
12Azure Devops CliAutomationgithub/awesome-copilotQuery and manage Azure DevOps pipelines and runs from the terminal with structured `az` output, JMESPath filters, and scripting-friendly formats.11.1k34.6k
13Monorepo ManagementAutomationwshobson/agentsStructure and operate pnpm workspaces or Nx monorepos so solo builders can add apps, shared packages, and CI-friendly scripts without dependency chaos.10.2k36.5k
14TurborepoAutomationantfu/skillsSet up and tune Turborepo pipelines, turbo.json tasks, caching, and CI for a solo builder’s TypeScript/JavaScript monorepo.9.8k5.2k
15Create Github Action Workflow SpecificationAutomationgithub/awesome-copilotDocument an existing GitHub Actions workflow as a maintainable, AI-readable spec without tying it to transient YAML syntax.9.5k34.6k
16Deployment Pipeline DesignAutomationwshobson/agentsDesign production deployment pipelines with reusable CI workflows, container build/push, caching, and rollback-oriented launch prep on platforms like GitHub Actions.9.4k36.5k
17Devops Rollout PlanAutomationgithub/awesome-copilotProduce a production-ready rollout document with preflight checks, deployment steps, rollback, and comms before you touch prod.9.2k34.6k
18Gitlab Ci PatternsAutomationwshobson/agentsStand up GitLab CI/CD with staged build, test, and deploy jobs, caching, artifacts, and runner-friendly images for solo repos shipping to Kubernetes or similar.8.8k36.5k
19Containerize AspnetcoreAutomationgithub/awesome-copilotGenerate a Linux-optimized Dockerfile and .dockerignore for an ASP.NET Core app so you can ship the same .csproj to Docker without guessing base images or distro choices.8.6k34.6k
20Containerize Aspnet FrameworkAutomationgithub/awesome-copilotProduce Windows-container Dockerfiles for legacy ASP.NET .NET Framework apps so a solo builder can package IIS-hosted sites for controlled ship targets without confusing them with .NET Core images.8.5k34.6k
21Helm Chart ScaffoldingAutomationwshobson/agentsPackage a Kubernetes app as a reusable Helm chart with values, helpers, and multi-environment defaults before you ship or hand off ops.8k36.5k
22Gitops WorkflowAutomationwshobson/agentsStand up ArgoCD on Kubernetes and wire GitOps sync so declarative manifests in git stay the source of truth for what runs in cluster.7.9k36.5k
23Prometheus ConfigurationAutomationwshobson/agentsConfigure Prometheus for metrics scraping, rules, and alerting.7.6k36.5k
24K8s Manifest GeneratorAutomationwshobson/agentsGenerate production-ready Kubernetes YAML for Deployments, Services, ConfigMaps, Secrets, and PVCs with limits, probes, and security contexts.7.6k36.5k
25Dependency UpgradeAutomationwshobson/agentsPlan and execute major npm/yarn dependency upgrades with semver-aware analysis, staged rollout, and regression testing so solo builders avoid surprise breakages in production.7.6k36.5k
26Python ObservabilityAutomationwshobson/agentsInstrument Python services with Prometheus-style metrics, decorators, and the four golden signals so solo builders can see latency, traffic, errors, and saturation in production.7.5k36.5k
27Nx Workspace PatternsAutomationwshobson/agentsConfigure an Nx monorepo with cacheable targets, named inputs, and generator defaults so your agent scaffolds apps and libs consistently.7.4k36.5k
28Incident Runbook TemplatesAutomationwshobson/agentsGenerate and adapt production incident runbooks—with triage checklists, alert references, and kubectl probes—for services you operate as a solo builder.7.4k36.5k
29Distributed TracingAutomationwshobson/agentsStand up Jaeger-style distributed tracing and instrument multi-service requests so you can debug latency in production.7.3k36.5k
30Turborepo CachingAutomationwshobson/agentsConfigure Turborepo pipelines and local or remote cache so monorepo CI builds finish faster and skip redundant work.7.2k36.5k
31On Call Handoff PatternsAutomationwshobson/agentsStandardize on-call shift handoffs so the incoming engineer inherits active incidents, open investigations, and next steps without tribal knowledge.7k36.5k
32Slo ImplementationAutomationwshobson/agentsDefine SLIs, SLOs, burn-rate alerts, and review cadences so a solo builder can run production services with measurable reliability instead of guessing uptime.7k36.5k
33Bazel Build OptimizationAutomationwshobson/agentsConfigure Bazel for a monorepo, turn on remote cache/execution, and cut CI build times without breaking reproducibility.7k36.5k
34Import Infrastructure As CodeAutomationgithub/awesome-copilotReverse-engineer live Azure resources into import-ready, AVM-based Terraform instead of handwritten azurerm blocks.6.7k34.6k
35Devops EngineerAutomationjeffallan/claude-skillsGenerate Dockerfiles, CI/CD pipelines, Kubernetes manifests, and Terraform templates plus runbooks for shipping and operating solo-built apps.6.2k9.7k
36Docker PatternsAutomationaffaan-m/everything-claude-codeStand up Docker Compose stacks, hardened Dockerfiles, and multi-service local dev without guessing volume or healthcheck patterns.6.1k210k
37Diagnose Ci FailuresAutomationwarpdotdev/common-skillsTriage failing GitHub Actions (or PR checks) with gh CLI logs and a fix plan before touching code.6k18
38Deployment PatternsAutomationaffaan-m/everything-claude-codeShip a solo-built web app with repeatable CI/CD, Docker, health checks, rollbacks, and a production-readiness checklist instead of one-off deploy hacks.5.4k210k
39Ci Cd And AutomationAutomationaddyosmani/agent-skillsStand up or extend automated lint, typecheck, test, and deploy gates so every PR is verified before merge and release.5k49.1k
40Enterprise Agent OpsAutomationaffaan-m/everything-claude-codeRun always-on or cloud-hosted coding agents with lifecycle controls, observability, and safe rollouts instead of one-off CLI sessions.4.3k210k
41Golang ObservabilityAutomationsamber/cc-skills-golangInstrument Go services with slog, Prometheus, OpenTelemetry, profiling, and dashboards so production behavior is measurable before users complain.4.3k2k
42Github ActionsAutomationcallstackincubator/agent-skillsStand up a reusable GitHub Actions composite action that builds React Native Android emulator APKs and uploads artifacts you can pull with gh or the REST API.4.3k1.4k
43Golang Continuous IntegrationAutomationsamber/cc-skills-golangRun Claude-powered Go pull request review jobs in GitHub Actions with scoped permissions, concurrency, and quality-focused gates.4.2k2k
44Terraform TestAutomationhashicorp/agent-skillsAdd Terraform fmt, validate, and terraform test unit/integration jobs to GitHub Actions or GitLab CI for IaC you ship with confidence.4.1k654
45Gh Fix CiAutomationopenai/skillsInspect failing GitHub Actions checks, summarize root cause, and get a focused fix plan for the repo.4.1k21.7k
46Nx WorkspaceAutomationnrwl/nx-ai-agents-configLet your agent map an Nx monorepo—projects, targets, dependencies, and affected apps—before running or debugging nx tasks.4k24
47Migrate To VinextAutomationcloudflare/vinextConvert an existing Next.js app to vinext on Vite while keeping app/, pages/, and next.config.js unchanged, then ship to Cloudflare Workers or Nitro-backed hosts.3.8k8.2k
48Dependency UpdaterAutomationsoftaworks/agent-toolkitAuto-detect your stack and safely bump outdated packages while flagging major upgrades and security issues.3.7k2k
49Canary WatchAutomationaffaan-m/everything-claude-codeSmoke-test a live URL after deploy with HTTP, assets, SSE, console, and performance checks in quick or sustained watch modes.3.5k210k
50Dashboard BuilderAutomationaffaan-m/everything-claude-codeTurn a pile of metrics into a Grafana, SigNoz, or similar dashboard that operators can actually act on.3.3k210k
51Incident ResponseAutomationanthropics/knowledge-work-pluginsRun a structured production-incident workflow from first alert through stakeholder updates and a blameless postmortem without ad-hoc Slack chaos.3.3k19.6k
52Vercel CliAutomationvercel/vercelDeploy and operate Vercel projects with the CLI—env pull, domains, logs, sandboxes, and API fallback without guessing flags.3.2k15.6k
53PortlessAutomationvercel-labs/portlessGive every local app a stable `https://name.localhost` URL so you, teammates, and coding agents stop guessing ports and fighting `EADDRINUSE`.3.2k9.7k
54Terminal OpsAutomationaffaan-m/everything-claude-codeRun evidence-first terminal work—commands, git state, CI failures, narrow fixes—with explicit proof of what ran and what was verified.3.2k210k
55DependabotAutomationgithub/awesome-copilotAuthor or extend `.github/dependabot.yml` with correct ecosystems, schedules, registries, and grouping so dependency PRs stay manageable on a solo repo.3.2k34.6k
56Monitoring ExpertAutomationjeffallan/claude-skillsDraft Prometheus alert rules for error rate, latency, service health, CPU, and memory so production issues page you with sane thresholds and annotations.3.1k9.7k
57Deploy ChecklistAutomationanthropics/knowledge-work-pluginsGenerate a production-ready deploy gate checklist with rollback triggers before you ship a release that touches CI, migrations, or feature flags.3.1k19.6k
58Ecc Tools Cost AuditAutomationaffaan-m/everything-claude-codeAudit ECC Tools GitHub App burn, PR recursion, quota bypass, and premium-model routing with an evidence-first operator workflow in the ECC-Tools repo.3.1k210k
59Terraform StacksAutomationhashicorp/agent-skillsPoll HCP Terraform Stack deployment and configuration state via the API when CLI watch commands block in CI or agent runs.2.9k654
60Sre EngineerAutomationjeffallan/claude-skillsInventory operational toil, score automation ROI, and prioritize SRE-style automation when you run services without a dedicated ops team.2.9k9.7k
Showing the top 407 of 1,760 tools · search to find the rest.
Any agent skill, MCP server or marketplace tagged DevOps & CI/CD - a focused slice of the broader Automation category. Skillselion collects every DevOps & CI/CD tool across types on one page.
How are DevOps & CI/CD tools ranked?
By real community signal - installs, GitHub stars and votes - not paid placement. Sponsored slots, when present, are labelled and kept out of the ranking.
This week for builders
Five minutes, every Monday — the tools, releases and tactics for shipping solo.