Best Claude Skills for CI/CD in 2026: 15 Compared
Top 15 Claude skills for CI/CD. The data reveals 2026's truth: 'CI/CD' has become *deployment* — actual CI skills barely crack the top 10. The category is now platform automation.
CI/CD as a use-case cut reveals a 2026 truth: the CI half has been solved, the CD half hasn't. Classic CI is settled — GitHub Actions, GitLab CI, CircleCI all work; you set up the pipeline once and never think about it. Deployment is still fragmented across Vercel, Netlify, Cloudflare, Railway, Coolify, Dokploy, PM2, GitHub Pages, Docker Compose, and a dozen cloud-specific platforms. The top 15 reflects this: only one entry (#9) is a classic-CI skill; the other fourteen are deployment automations. The Quick Pick is unconventional — install the auto-updater (#1) before any specific deploy skill, because keeping your skills fresh matters more than any one deploy target.
Quick Pick
Auto-Updater Skill — Runs daily via cron, checks for updates to your installed skills, applies them, summarizes changes. The most-installed skill in this category (65K signal) because keeping the skill stack itself fresh matters more than any individual deploy target.
What These Skills Actually Do
CI/CD skills cluster into four patterns: (1) Skill maintenance (#1 Auto-Updater) — keep your skill stack current, separate from app deployment. (2) Cloud-specific deployment (#2 Tencent Lighthouse, #5 GitHub Pages, #6 C.R.A.B. → Cloudflare Pages, #12 Netlify, #14 Coolify, #15 Dokploy) — six entries each tied to a specific hosting platform. (3) Generic deploy automation (#6, #10 Web Deploy → Vercel/Railway/GitHub Pages, #11 AppDeploy) — multi-target deploy orchestration. (4) Classic CI + operations (#7 DevOps, #8 Docker Compose, #9 CI/CD Pipeline, #13 PM2) — pipelines, containers, process management. The lesson: pick deployment skills by target platform, not by skill quality — every cloud has its own idioms. The CI/CD Pipeline skill at #9 is the universal fallback for GitHub Actions; install it once and it covers most teams' real CI needs.
How We Ranked
We sorted 15 candidate skills by a composite score:
- Popularity signal — the highest of GitHub stars, install count, or ClawHub download count. Log-scaled so a 100-star skill doesn't get buried under a 100,000-star one if the smaller one is meaningfully better.
- Quality score — when set, a 0–5 rubric that breaks ties within popularity tiers. Roughly 15% of catalog skills carry a quality score today; we surface it in the comparison table when available.
The formula is identical across the entire Best-Of 2026 series, so you can compare apples to apples between categories.
The Top 15
1. Auto-Updater Skill
Skill · maximeprades/auto-updater · 65.4K signal · quality unrated Auto-update Clawdbot + skills daily via cron with change summaries.
The take: Belongs in CI/CD because keeping your skill stack current is itself a continuous-delivery problem. 65K signal because the answer to "is my skill catalog up to date?" was previously "I don't know."
2. Tencent Cloud Lighthouse
Skill · lhanyun/tencentcloud-lighthouse-skill · 8.0K signal · quality unrated Tencent Cloud Lighthouse management — instances, monitoring, firewall, snapshots, remote commands.
The take: China-cloud specific. If you deploy to Tencent's Lighthouse VPS service (popular in China for cost reasons), this is the install. Irrelevant otherwise.
3. OpenClaw Comprehensive Skill
Skill · doanbactam/openclaw-anything · 7.8K signal · quality unrated OpenClaw CLI for gateway, channels, models, agents, nodes, automation.
The take: Niche — only for OpenClaw operators. Comprehensive scope makes it useful for that specific ecosystem; uninstall if you don't run OpenClaw.
4. OpenClaw CLI
Skill · ramensushi2026/openclaw-cli · 6.7K signal · quality unrated Lighter OpenClaw CLI wrapper — setup, lifecycle, channel login, plugins, health.
The take: Competitor to #3 from a different author. Lighter scope. Pick one for OpenClaw work.
5. Web Deploy GitHub Pages
Skill · thomeksolutions/web-deploy-github · 6.5K signal · quality unrated Deploy SPAs to GitHub Pages with autonomous workflow.
The take: Specifically GitHub Pages. Great for portfolio sites, CV pages, simple landing pages. Hits hard limits for anything dynamic — Pages is static-only.
6. C.R.A.B Deploy Agent
Skill · sherajdev/deploy-agent · 5.7K signal · quality unrated Multi-step deploy — Build → Test → GitHub → Cloudflare Pages with human approval at each step.
The take: The most thoughtful entry on the list. Human approval at each stage is the right pattern for deployment-with-AI — you want speed and a kill switch. Cloudflare Pages only, but the pattern generalizes.
7. DevOps
Skill · ivangdavila/devops · 5.7K signal · quality unrated Automate deployments, manage infrastructure, build CI/CD pipelines.
The take: Generic DevOps skill — broad coverage, shallow per-topic. Useful as a starting point; reach for specialized skills (#9 for CI, #11/#14 for specific platforms) once you have a target.
8. Docker Compose
Skill · ivangdavila/docker-compose · 5.2K signal · quality unrated Multi-container apps — dependency handling, networking, volumes.
The take: Compose-specific. The dependency-handling guidance is the value (most teams write broken depends_on chains). Install for self-hosted/local-dev workflows.
9. CI/CD Pipeline (GitHub Actions)
Skill · gitgoodordietrying/cicd-pipeline · 4.2K signal · quality unrated GitHub Actions pipelines — workflow syntax, common patterns, secrets, testing, deployment.
The take: The one classic-CI skill in the top 15. Universal applicability — GitHub Actions is the standard for OSS projects and most teams use it. Install this first; everything else here is platform-specific.
10. Web Deploy (multi-target)
Skill · cmanfre7/web-deploy · 3.4K signal · quality unrated Build, preview, deploy to Vercel, Railway, GitHub Pages, local Canvas.
The take: Multi-target version of #5. Useful if you switch deploy targets often or maintain projects across multiple platforms. Spreads thin per-platform.
11. AppDeploy
Skill · avimak/appdeploy · 3.3K signal · quality unrated Full-stack deploy with API, DB, file storage, auth, realtime, cron jobs.
The take: Full-stack-platform deploy automation. Hides which underlying platform it uses; treats the deploy as opaque "ship the app." Useful for proof-of-concept stages; not what you want at production scale.
12. Netlify
Skill · ajmwagar/netlify · 3.1K signal · quality unrated Netlify CLI — create/link sites, monorepo CI/CD setup.
The take: Netlify-specific, with monorepo emphasis. Install if Netlify is your deploy target and you have multiple sites per repo (e.g. multiple Hugo sites under one repo).
13. PM2 Process Manager
Skill · asteinberger/pm2 · 3.0K signal · quality unrated PM2 for Node.js — start, monitor, auto-restart, auto-start-on-boot.
The take: Self-host Node.js. PM2 is the standard process manager for non-containerized Node deployments. Pair with #8 Docker Compose if you do both.
14. Coolify
Skill · visiongeist/coolify · 2.9K signal · quality unrated Coolify API — deployments, applications, databases, services.
The take: Self-hostable Heroku-alternative. Install if you run Coolify; the platform's gaining users in 2026 because of Heroku/Vercel pricing concerns.
15. Dokploy
Skill · joshuarileydev/dokploy · 2.9K signal · quality unrated Dokploy API — deployments, projects, applications, domains.
The take: Similar to #14 — another self-host PaaS. Coolify (#14) has more momentum; pick one based on which OSS project you trust.
Comparison Table
| # | Skill | Type | Stars / Installs | Quality | License |
|---|---|---|---|---|---|
| 1 | Auto-Updater Skill | Skill | 65.4K | — | — |
| 2 | Tencent Cloud Lighthouse | Skill | 8.0K | — | — |
| 3 | Comprehensive skill for installing, configuring, and managing the OpenClaw ecosystem (Gateway, Channels, Models, Automation, Nodes, and Deployment) | Skill | 7.8K | — | — |
| 4 | OpenClaw CLI | Skill | 6.7K | — | — |
| 5 | Web Deploy GitHub Pages | Skill | 6.5K | — | — |
| 6 | C.R.A.B Deploy Agent | Skill | 5.7K | — | — |
| 7 | DevOps | Skill | 5.7K | — | — |
| 8 | Docker Compose | Skill | 5.2K | — | — |
| 9 | CI/CD Pipeline | Skill | 4.2K | — | — |
| 10 | Web Deploy | Skill | 3.4K | — | — |
| 11 | AppDeploy | Skill | 3.3K | — | — |
| 12 | Netlify | Skill | 3.1K | — | — |
| 13 | PM2 Process Manager | Skill | 3.0K | — | — |
| 14 | Coolify | Skill | 2.9K | — | — |
| 15 | Dokploy | Skill | 2.9K | — | — |
FAQ
How is this list different from the category page on aiskill.market?
The category page is a directory: every skill in the category, sortable and filterable. This list is editorial — opinionated, time-stamped (2026-05-18), and ranked. Use the directory when you know what you want; use this when you don't.
Why does the #1 pick have fewer stars than #5?
Stars are one signal among several. The composite score above also includes install counts (which reflect actual usage on aiskill.market) and the optional quality score. A skill with a smaller star count can rank higher if its installs or quality score are strong enough to offset.
Are these all free?
Skills are open source. Backend platforms vary: Netlify (#12), Vercel/Railway (via #10), and Cloudflare Pages (#6) all have free tiers but charge at scale. Coolify (#14) and Dokploy (#15) are free self-host. Tencent Lighthouse (#2) is paid VPS.
How do I install one?
Each linked skill page has install instructions. The fastest path is the one-line install via the aiskill.market CLI or by adding the source repo as a Claude Code plugin marketplace.
How often does this list update?
Quarterly. CI is stable; CD platforms churn faster — expect ranking shifts as new self-host PaaS options gain traction (Coolify, Dokploy, etc.).
Should I install one CI skill or several?
One. Pipelines conflict if multiple skills try to write workflow YAML simultaneously. Install #9 CI/CD Pipeline for GitHub Actions and pair with one deploy-target skill.
What's the right starter pack for CI/CD?
Three skills: #9 CI/CD Pipeline (GitHub Actions for CI) + your single deploy target skill (#5 for GitHub Pages, #12 for Netlify, #14 for self-host) + #1 Auto-Updater (keep the skill stack itself current).
Related Categories
- Best AI Skills for DevOps & Deployment in 2026 — broader DevOps category context
- Best Claude Skills for Testing & TDD in 2026 — tests feed CI; the relationship is symbiotic
- Best AI Skills for Enterprise in 2026 — GitHub integration overlaps
Browse The Full Catalog
Find every skill in this category — including the ones that didn't make the top 15 — at the main browse page.
Part of the Best-Of 2026 series. Updated 2026-05-18. Skills sampled from a catalog of ~262 active entries with a combined 133.9K popularity signal across the ranked entries.