The full ranked roundup
The Top 50 AI Coding Skills for 2026 (Ranked, with Install Commands)
The 50 most-installed AI coding skills on skills-hub.ai right now, ranked and grouped by SDLC phase. One install command per skill. Works with Claude Code, Cursor, Codex CLI, Windsurf, Copilot, Cline, Antigravity, Kiro.
The skills-hub.ai catalog has 4,900+ skills synced daily from 100+ official sources. These 50 are the ones engineers actually install, curated from real install counts and grouped by what they do. Every one is one command to install, free, MIT, and works in every major AI coding tool via the open SKILL.md standard.
Methodology
The ranking is install-count weighted with a small editorial adjustment for category balance, we don't want all 50 entries to be variants of "code review" just because that's the most-installed category. Each entry has a stable slug; the install command is literal and copy-pasteable.
npx @skills-hub-ai/cli install <slug>
# add --target <tool> to pin to a specific AI tool
# (claude-code | cursor | codex | windsurf | copilot | cline | kiro | antigravity)
# default: detect and install to every supported AI tool on this machine50
Curated skills
from a catalog of 4,900+
9
AI tools supported
one source, every tool
$0
Forever
MIT-licensed, no usage caps
Code review (1, 8)
- 1
code-review
npx @skills-hub-ai/cli install code-reviewThorough code review, correctness, security, performance, tests. Top install across every AI tool.
- 2
review
npx @skills-hub-ai/cli install reviewPR review with severity-ranked findings; surfaces issues before a human reviewer ever opens the diff.
- 3
api-review
npx @skills-hub-ai/cli install api-reviewREST API design audit, naming, HTTP semantics, status codes, versioning, internal consistency.
- 4
code-smell
npx @skills-hub-ai/cli install code-smellMartin Fowler's code-smell catalog applied at file + class level. God classes, long methods, feature envy, primitive obsession.
- 5
session-review
npx @skills-hub-ai/cli install session-reviewAudit everything built in the current session. Catches drift, skipped edge cases, half-done work before commit.
- 6
arch-review
npx @skills-hub-ai/cli install arch-reviewArchitecture-decision review against project conventions. Catches drift before it compounds.
- 7
cto-review
npx @skills-hub-ai/cli install cto-reviewCTO-perspective technical strategy review, architecture decisions, scaling, build-vs-buy, team alignment.
- 8
database-review
npx @skills-hub-ai/cli install database-reviewSchema, query, and data-access-layer review. Catches N+1, missing indexes, denormalization fights.
Testing (9, 18)
- 9
unit-test
npx @skills-hub-ai/cli install unit-testGenerate unit tests with edge cases, error paths, boundary values. Auto-detects Vitest, Jest, pytest, Go test, RSpec, JUnit.
- 10
integration-test
npx @skills-hub-ai/cli install integration-testFull integration suites, DB + cache + queue + external mocks, with proper test isolation.
- 11
e2e
npx @skills-hub-ai/cli install e2eEnd-to-end test generation with Playwright / Cypress / WebdriverIO. Real user flows, not synthetic clicks.
- 12
load-test
npx @skills-hub-ai/cli install load-testk6 / Locust / Artillery load tests with realistic user-flow patterns and proper ramp-up curves.
- 13
visual-regression
npx @skills-hub-ai/cli install visual-regressionBaseline screenshot generation across breakpoints. Catches CSS regressions before deploy.
- 14
contract-test
npx @skills-hub-ai/cli install contract-testConsumer-driven contract tests with Pact / OpenAPI Spectral. Catches breaking API changes early.
- 15
accessibility-test
npx @skills-hub-ai/cli install accessibility-testWCAG 2.1 AA scans with axe-core + Lighthouse CI. Outputs severity-rated findings + fix code.
- 16
mobile-test
npx @skills-hub-ai/cli install mobile-testFull mobile suite, unit, widget, integration, snapshot, accessibility, platform-specific. Flutter, React Native, native.
- 17
qa
npx @skills-hub-ai/cli install qaFull-stack QA audit before release. Functional + visual + performance + accessibility + security in one pass.
- 18
manual-test-plan
npx @skills-hub-ai/cli install manual-test-planGenerate human-runnable test plans from feature specs. Edge cases, error states, user journeys.
Security (19, 25)
- 19
secure
npx @skills-hub-ai/cli install secureFull-stack security posture, 0-100 risk score, dependency vulns, secrets, OWASP, encryption.
- 20
owasp
npx @skills-hub-ai/cli install owaspOWASP 2021 Top 10 audit with severity-ranked, file-level findings + fix code.
- 21
pentest
npx @skills-hub-ai/cli install pentestStatic-analysis penetration test with proof-of-concept payloads. SQL/NoSQL injection, SSRF, broken JWT, leaked secrets.
- 22
hipaa
npx @skills-hub-ai/cli install hipaaDeep HIPAA Security Rule audit mapping code findings to 45 CFR sections. Administrative + technical safeguards.
- 23
gdpr
npx @skills-hub-ai/cli install gdprGDPR + CCPA/CPRA privacy audit. Inventories PII fields, DSAR workflows, consent flows.
- 24
soc2
npx @skills-hub-ai/cli install soc2SOC 2 Type II readiness across all five TSC criteria. Maps code to controls.
- 25
dependency-scan
npx @skills-hub-ai/cli install dependency-scanCVE scan across every package manager in your repo. Auto-fixes safe patches; generates SBOM.
Deployment (26, 32)
- 26
docker
npx @skills-hub-ai/cli install dockerProduction-grade multi-stage Dockerfiles with non-root users, layer caching, health checks.
- 27
k8s
npx @skills-hub-ai/cli install k8sKubernetes manifests, Deployments + HPA + PDB + NetworkPolicy + proper probes and security contexts.
- 28
github-actions
npx @skills-hub-ai/cli install github-actionsStack-aware CI/CD workflows, PR checks, deploy pipelines for Vercel / AWS / GCP / Azure / self-hosted.
- 29
terraform
npx @skills-hub-ai/cli install terraformModular Terraform for AWS / GCP / Azure, VPC, compute, DB, cache, CDN, monitoring with sensible defaults.
- 30
full-deploy
npx @skills-hub-ai/cli install full-deployEnd-to-end: containerize → CI/CD → deploy → DNS → monitoring. One skill for the boring infrastructure.
- 31
mobile-publish
npx @skills-hub-ai/cli install mobile-publishiOS App Store + Google Play publishing, Fastlane match, App Store Connect API, TestFlight, AAB optimization.
- 32
release
npx @skills-hub-ai/cli install releaseSemantic-release + changesets for monorepos. Versioning, changelog, npm publish, GitHub release in one flow.
Docs + onboarding (33, 38)
- 33
readme
npx @skills-hub-ai/cli install readmeREADME + API docs + changelogs from your codebase. Parses conventional commits, groups changes by version.
- 34
api-docs
npx @skills-hub-ai/cli install api-docsOpenAPI 3.1 generation from Express / Fastify / NestJS / Django / FastAPI / Flask / Rails / Spring / Go / .NET.
- 35
diagram
npx @skills-hub-ai/cli install diagramMermaid C4 context + container + sequence + ER diagrams generated from your actual code.
- 36
excalidraw
npx @skills-hub-ai/cli install excalidrawHand-drawn-style Excalidraw architecture diagrams (.excalidraw JSON). Great for slide decks.
- 37
onboarding
npx @skills-hub-ai/cli install onboardingDeveloper onboarding guide from your codebase. Tech stack, build commands, env vars, common gotchas.
- 38
changelog
npx @skills-hub-ai/cli install changelogGenerate or update CHANGELOG.md from git history. Conventional Commits parser; grouped Added / Fixed / Changed / Breaking.
Build + scaffold (39, 44)
- 39
nextjs
npx @skills-hub-ai/cli install nextjsNext.js 15 app scaffold, App Router, Server Components, Prisma DB, auth, full dashboard from a design.
- 40
api-scaffold
npx @skills-hub-ai/cli install api-scaffoldProduction-ready REST API with routes / controllers / services / repository pattern. Stack-detected.
- 41
design-to-code
npx @skills-hub-ai/cli install design-to-codeDesign → production code. Extracts tokens + components, makes layouts responsive, dark mode, accessible.
- 42
responsive
npx @skills-hub-ai/cli install responsiveAudit and fix responsive issues across every breakpoint. Catches fixed widths that cause mobile overflow.
- 43
dark-mode
npx @skills-hub-ai/cli install dark-modeComplete dark mode for any frontend. Auto-detects theme system; produces theme-aware tokens.
- 44
design-system
npx @skills-hub-ai/cli install design-systemExtract a design system from existing UI, every hardcoded color, font size, spacing, radius, shadow gets formalized.
Productivity + polish (45, 50)
- 45
bugfix
npx @skills-hub-ai/cli install bugfixAutonomous bug fix, reproduce, isolate root cause, propose minimal patch, add regression test before declaring done.
- 46
debug
npx @skills-hub-ai/cli install debugSystematic debugging walk-through. Stack traces, log triage, hypothesis testing, not 'try this random fix'.
- 47
refactor-safe
npx @skills-hub-ai/cli install refactor-safeRefactor with test safety net. Won't proceed without passing tests; produces clean per-commit diffs.
- 48
polish
npx @skills-hub-ai/cli install polishFinal-pass polish, typography, spacing, micro-interactions, error states, empty states, loading states.
- 49
tech-debt-sprint
npx @skills-hub-ai/cli install tech-debt-sprintInventory + execute a tech-debt sprint. TODOs, outdated deps, missing tests, god objects, dead code.
- 50
cleanup-sprint
npx @skills-hub-ai/cli install cleanup-sprintLint warnings, dead code, outdated patterns, import organization. Spring cleaning for codebases.
Bonus: 5 compositions that chain these together
Compositions are skills that orchestrate other skills into a pipeline (see agent teams). Installing one pulls every child skill automatically.
- ★
ship-it
npx @skills-hub-ai/cli install ship-itspec → implement → test → review → ship. The full feature lifecycle.
- ★
ship-to-production
npx @skills-hub-ai/cli install ship-to-productionTests + security audit + perf + accessibility + docs + PR + deploy in sequence.
- ★
secure-ship
npx @skills-hub-ai/cli install secure-shipOWASP pre-scan → build → post-build security review. Ship with security baked in.
- ★
full-stack-quality-wall
npx @skills-hub-ai/cli install full-stack-quality-wallUnit + integration + load + OWASP + accessibility + perf + SEO. The ultimate quality gate.
- ★
preflight
npx @skills-hub-ai/cli install preflightPre-deploy verification, git status + build + tests + migrations + commit conventions. READY or NOT READY.
4,900+
More skills waiting in the catalog
These 50 are the most-installed. Browse the full catalog for the rest, every category, every tool, every workflow.
Install one, install ten, install the compositions and let an agent team run the pipeline on your codebase tonight. The marginal cost of trying one is zero (it's a single npx command); the upside is one less recurring chore you have to do by hand.
Related reading: The state of AI coding in 2026, Claude Code subagents, The 11 best AI coding tools ranked, browse all 4,900+ skills.
Written by
Skills-Hub Team
Curated from real install counts
Skills-Hub is the open registry for AI coding skills, 4,900+ SKILL.md files synced daily from Anthropic, Google, Microsoft, and 100+ official sources. Free + MIT.