By role

Top Skills for Engineering

Skills for software engineers: code review, refactoring, testing, debugging, infra.

124 skills indexed · ranked by composite score · updated August 26, 2026

Top 6 Engineering skills

  1. 1.frontend-design

    Escape generic AI-generated UIs. Forces a bold, distinctive design direction before any code is written.

  2. 2.docling

    One skill covering every document format the category exists for — including scanned PDFs and RAG chunking — from the maintainers of the parser itself.

  3. 3.hyperframes

    Write HTML, render video. Agent-native, deterministic, no build step.

  4. 4.superpowers

    Structured multi-step development. Brainstorm → spec → plan → build → review → merge — TDD baked in.

  5. 5.playwright-cli

    Microsoft's first-party Playwright skill, invoked through the CLI — the reference implementation for driving a real browser, with no credentials required.

  6. 6.firebase-hosting-basics

    Firebase-authored. Init, configure, and one-step deploy to Firebase Hosting / App Hosting.

About Engineering

Engineering vertical Skills are the everyday workbench for software engineers — code review, refactoring, testing, debugging, infrastructure, security, documentation. The category aggregates the Skills that ship in Claude Code by default plus the strongest community-published equivalents for Cursor, Codex, Gemini CLI and Antigravity.

The common workflows are familiar: review a diff before merge, refactor a tangled module, author tests for a new feature, debug a production incident, write the architecture decision record, document a service. Skills here also cover the meta-engineering work — choosing the right model for a task, designing prompts and Skills for your own team, and operating the multi-agent workflows that compose multiple Skills.

Full-stack engineers, backend engineers, frontend engineers, platform engineers, SREs, and engineering managers all use these Skills. Composite scoring weights provenance, install count, and how well the Skill respects the day-to-day reality of working on a real codebase — Skills that demand pristine repos or perfect git hygiene lose to those that meet the engineer where they are.

Ranked by score

Best Engineering Skills

Skills with strong fit for engineering workflows.

Escape generic AI-generated UIs. Forces a bold, distinctive design direction before any code is written.

ReactTailwindDesign
All surfaces
Low1 min

One skill covering every document format the category exists for — including scanned PDFs and RAG chunking — from the maintainers of the parser itself.

PDFOCRRAG
Code
Medium5 min

Write HTML, render video. Agent-native, deterministic, no build step.

VideoRenderingFFmpeg
Code
Medium4 min

Structured multi-step development. Brainstorm → spec → plan → build → review → merge — TDD baked in.

TDDMulti-agentPlans
Code
Medium5 min

Microsoft's first-party Playwright skill, invoked through the CLI — the reference implementation for driving a real browser, with no credentials required.

PlaywrightBrowserTesting
Code
Low3 min

Local browser with no credentials, or a hosted Browserbase session with CAPTCHA solving and residential proxies when the target is protected.

BrowserbaseScrapingCAPTCHA
Code
Low3 min

Diff-aware adversarial QA: it reads the git diff and tests only what changed, across correctness, accessibility, layout and UX.

QAAccessibilityDiff-aware
Code
Medium3 min

Diagrams generated from live infrastructure rather than from a prompt — it reads the actual resource group and draws what is really there.

AzureMermaidInfrastructure
Code
Medium5 min

Stripe's own integration playbook: pick the right API, set up Connect and billing, and handle keys and webhooks securely.

StripePaymentsSubscriptions
Code
Low3 min

Provision a Postgres, Redis, auth, or LLM provider through the Stripe Projects catalog rather than signing up by hand.

StripeProvisioningInfra
Code
Medium3 min

Resend's own API skill: send transactional and batch email, handle inbound webhooks, and manage domains, templates, and keys.

ResendEmailTransactional
Code
Medium3 min

Resend's deliverability playbook: SPF/DKIM/DMARC, spam avoidance, bounce handling, and CAN-SPAM/GDPR/CASL compliance.

EmailDeliverabilitySPF/DKIM/DMARC
Code
Low2 min

Build cross-client HTML emails as React components, with a visual editor and Resend-ready rendering.

React EmailTemplatesTransactional
Code
Medium3 min

Give an agent a webhook-driven inbox with the sender-allowlist and content-filtering patterns that block prompt injection from inbound email.

Inbound EmailAgent SecurityWebhooks
Code
Medium4 min

The marketplace architecture decision, made with a compatibility matrix that blocks invalid Connect configurations instead of describing them.

Stripe ConnectMarketplacePayouts
Code
Low1 min

Multimodal extraction across documents, images, audio and video through one Azure client — Microsoft-authored, with an explicit trigger list.

AzureExtractionMultimodal
Code
Medium10 min

Batch document translation that preserves layout — the part that breaks when you translate a PDF by extracting text and re-flowing it.

AzureTranslationBatch
Code
Medium10 min

Chrome's own team, giving agents the DevTools protocol: drive it, inspect it, debug it.

ChromeDevToolsDebugging
Code
Medium3 min

Stripe's answer to agentic checkout: one-time payment credentials so an agent can buy without ever seeing the underlying card.

Agentic checkoutStripe LinkPayments
Code
Medium5 min
Verified

The only vendor-official skill from a major diagramming product — and it emits editable .drawio files rather than a throwaway image.

draw.ioFlowchartArchitecture
Code
Low2 min

Transcription and subtitle generation as a first-class skill — the media job agents are asked for most and could not previously do well.

ElevenLabsTranscriptionSubtitles
Code
Low3 min

Stripe's version-upgrade guide: move API versions and SDKs without breaking your integration.

StripeMigrationSDK
Code
Low3 min

A self-updating vector-database skill: it fetches current Qdrant guidance at run time instead of shipping a snapshot that rots.

QdrantVector searchTroubleshooting
Code
Low1 min
Verified

One skill across Postgres, MySQL, SQL Server, MariaDB and SQLite — and its actual job is forcing explore-before-query on real schemas.

MCPSQLMulti-engine
Code
Medium5 min

Local document extraction with no API key — read the file, not the whole file.

ParsingExtractionLocal
Code
Low2 min

Hookdeck's webhook playbook: 40 provider-specific skills covering signature verification, idempotency, and event handling — each with runnable examples.

WebhooksSignature VerificationIdempotency
Code
Low3 min

Composio's official skill for connecting agents to 1000+ external apps: auth configs, per-user connections, tool execution, and triggers.

ComposioTool RouterIntegrations
Code
Medium3 min

1,000+ SaaS integrations as one skill. OAuth lifecycle, scoped credentials, structured actions.

OAuthSaaSAction-taking
All surfaces
Medium5 min

Supabase done right. RLS policies, edge functions, realtime, auth — in idiomatic patterns.

PostgresRLSRealtime
Code
Medium4 min

Neon serverless Postgres done right — branching, pooling, and scale-to-zero, from Neon.

PostgresNeonServerless
Code
Low3 min

The generalist Postgres skill the ecosystem was missing — schema, indexing, extensions and migrations, from a Postgres company.

PostgreSQLpgvectorSchema design
Code
Low1 min

Zero-downtime Postgres migrations, with the locking behaviour spelled out — which ALTER TABLE takes an AccessExclusiveLock and what to do instead.

MigrationsPostgreSQLZero downtime
Code
Low1 min

Schema design decisions made explicitly: data types, key strategy, JSONB versus columns, and when partitioning earns its complexity.

Schema designPostgreSQLJSONB
Code
Low1 min

The deepest MoR skill coverage after Stripe: 17 skills from checkout to go-live.

Dodo PaymentsMerchant of RecordBilling
Code
Medium2 min
Verified

Box as an agent surface, plus the contract-review workflows nothing else in the catalog covers.

BoxContractsDocument Intake
Code
Medium5 min

Full-stack WorkOS implementation with auth provider migration paths.

WorkOSAuthSSO
Code
Medium5 min

PlanetScale's schema branching and index-aware queries, packaged for agents.

SchemaMigrationsMySQL
Code
Medium4 min

shadcn/ui context: components, patterns, and the right composition by default.

shadcnComponents
Code
Low2 min

Prisma migrations and queries by the book. Index-aware, migration-safe, type-correct.

PrismaTypeScriptMigrations
Code
Medium3 min

Paddle's own integration playbook: ten skills for Checkout, webhooks, pricing pages, and subscription lifecycle on the merchant-of-record platform.

PaddleSubscriptionsMerchant of Record
Code
Medium3 min

Twilio's official Developer Kit: 55 skills across SMS, WhatsApp, Voice, Verify, SendGrid, and compliance — plus the Twilio MCP. Public beta.

TwilioSMSWhatsAppVoice
Code
Medium5 min

The SQLite slot, filled by Turso — and unusually, a skill that actively steers the agent off the stale API surface web search returns.

TursoSQLiteEmbedded DB
Code
Low2 min

Slack's own Block Kit skill — and the rare vendor skill that needs no token, because it validates against Slack's public API.

SlackBlock KitModals
Code
Low2 min

OpenAI's chart-design skill: the judgement layer that decides which chart the question actually needs before any plotting code is written.

ChartsData vizQA
Code
Low3 min

Dashboards with source definitions and a QA step — the parts that separate a monitoring view from a wall of charts nobody trusts.

DashboardsMetricsMonitoring
Code
Medium3 min

Transactional email the Postmark way: send, inbound, templates, webhooks.

PostmarkTransactional EmailWebhooks
Code
Low2 min

Self-contained HTML artifacts with React + shadcn/ui — no build step, just paste and run.

Reactshadcn/uiArtifacts
All surfaces
Low1 min

Sentry the right way. Source maps, releases, breadcrumbs, performance, structured tags.

SentryErrorsObservability
Code
Low3 min
Verified

Semgrep's own scanning skill: run the industry-standard SAST engine across 30+ languages, and author custom rules for your codebase's patterns.

SASTSemgrepStatic analysis
Code
Medium3 min

A vendor-maintained rule corpus for secure code review — one reference file per vulnerability class, from SQL injection to Terraform misconfiguration.

Secure codingOWASPCode review
Code
Low1 min

The vector-database skill that ships executable scripts rather than prose — the agent runs the query instead of describing it.

WeaviateVector searchHybrid search
Code
Medium5 min

Stripe done right. Checkout, subscriptions, webhooks, idempotency, metered billing.

StripePaymentsWebhooks
All surfaces
Medium4 min

Shopify Storefront API: cart, checkout, metafields, customer accounts, Hydrogen patterns.

ShopifyCommerceHydrogen
Code
Medium4 min

GitGuardian's own secret-detection skill — scans history, images and packages, and ships a written remediation doctrine rather than just a list of hits.

Secret scanningggshieldPre-commit
Code
Medium5 min

All of Railway in one skill: provision, deploy, debug — listed in the official plugin marketplace.

RailwayDeployInfrastructure
Code
Medium3 min

ADR authoring + design review. Trade-offs, consequences, alternatives.

ADRArchitectureDesign
All surfaces
Low1 min

Disciplined debugging loop. Reproduce, isolate, diagnose, fix.

DebugDiagnosisTroubleshooting
All surfaces
Low1 min

Technical writing that engineers will actually read and update.

DocumentationWritingREADME
All surfaces
Low1 min

Incident triage + comms + blameless postmortem in one harness.

IncidentPostmortemOn-call
All surfaces
Low1 min

System design from requirements. APIs, data, boundaries, scale.

System DesignArchitectureAPI
All surfaces
Low1 min

Honest tech-debt audit with a prioritized cleanup backlog.

Tech DebtRefactorAudit
All surfaces
Low1 min

Layered test plan sized to the change's risk profile.

TestingStrategyCoverage
All surfaces
Low1 min

Test local webapps with Playwright. Generation, run, report — end-to-end.

PlaywrightE2ETesting
Code
Medium3 min

Review for reuse, quality, efficiency. Catches over-abstraction and dead code before merge.

ReviewRefactorDRY
Code
Low0 min

The multi-channel notification slot nothing else covers: push, in-app and chat alongside email, with copy guidance per channel. No credentials required.

NotificationsPushMulti-channel
Code
Low1 min

The widest format matrix of any conversion skill we catalogue, and it executes the conversion rather than describing it.

MarkdownConversionExport
Code
Low3 min
Official

Real feature verification — run the app, drive it, prove it works.

VerifyPreviewE2E
Code
Low1 min

Security audits run by a real security firm. CodeQL + Semgrep + audit workflows.

CodeQLSemgrepAudit
Code
Medium3 min

Next.js App Router by the book. Server components, streaming, parallel routes.

Next.jsReactApp Router
Code
Medium2 min

OWASP-published review, SCA, secrets and threat-modelling skills — the most citable provenance available for security review vocabulary.

OWASPThreat modelingASVS
Code
Low3 min

The remediation half of security work: scan, fix, validate the fix, open the PR. Batch mode handles a whole backlog of CVEs in one pass.

SnykSCARemediation
Code
High10 min

Turn a final design into a spec engineers can implement directly.

HandoffSpecsTokens
All surfaces
Low1 min

Design-system hygiene at speed. Audit, document, extend.

Design SystemAuditDocumentation
All surfaces
Medium2 min

Build new MCP servers. The official scaffold + design walkthrough.

MCPServerScaffold
Code
Medium2 min

Always-current Claude API reference and SDK docs. Bundled with Claude Code.

APISDKDocs
Code
Low0 min

Internal comms that read consistent. Newsletters, status reports, FAQs, updates.

NewsletterStatusFAQ
All surfaces
Low1 min

Actually renders Mermaid to SVG or ASCII instead of emitting text and hoping something downstream draws it. Bundles the render scripts.

MermaidSVGASCII
Code
Low2 min

The largest payment processor, first-party: checkout to disputes to payouts.

PayPalCheckoutSubscriptions
Code
Medium3 min

The anti-bot problem, handled: proxies, SERP, and structured extraction at scale.

ScrapingProxiesSERP
Code
Medium5 min
Official

One-command app launch tailored to your project type.

RunLaunchDev
Code
Low1 min

Pre-merge security sweep on the current branch's diff.

SecurityReviewOWASP
Code
Low1 min

The canonical Anthropic code review. Effort levels from quick to ultra.

Code ReviewBuilt-inQuality
Code
Low1 min

Bootstrap a CLAUDE.md so future sessions start informed.

InitCLAUDE.mdBootstrap
Code
Low1 min

PR review with inline GitHub comments via gh.

PRReviewGitHub
Code
Low1 min
Official

Recurring task runner. Self-paced or interval-based.

LoopRecurringSchedule
Code
Low1 min

Cron for remote Claude Code agents. Set it and forget it.

ScheduleCronAutomation
Code
Low2 min

Boolean prop hell → compound components. Cleaner React component APIs by construction.

ReactPatternsAPI design
Code
Low2 min

Expo workflows: navigation, EAS, OTA, native modules.

ExpoReact NativeEAS
Code
Medium3 min

In-process analytical SQL over CSV, Parquet, and Excel — no warehouse, no server.

DuckDBSQLAnalytics
Code
Low3 min

The heavyweight audit machine: 88 evidence scripts so SEO findings come from data, not vibes.

SEOAuditGEO
Code
Medium5 min
Verified

Data-driven document generation: one template, a thousand filled documents.

TemplatesCarboneDocument Generation
Code
Medium3 min

Run the marketplace's scrapers, or turn your own scraper into a deployable Actor.

ApifyActorsScraping
Code
Medium4 min
Community

TDD with red/green/refactor as a concrete TypeScript walkthrough.

TDDTypeScript
Code
Low2 min

Netlify-authored deploy flow. Auth, site linking, Deploy Previews, production promotes.

NetlifyDeploy PreviewsCLI
Code
Medium3 min

Cloudflare-authored. Workers and Pages deploys, Wrangler config, KV/D1/R2 from chat.

CloudflareWorkersPagesWrangler
Code
Medium3 min

Structured PR reviews with severity-tagged findings — bugs, security, perf, style.

ReviewSecurityPR
Code
Low0 min

Repo-to-live-URL on GitHub Pages: Actions workflow, custom domain, Jekyll, troubleshoot.

GitHub PagesStatic SiteJekyllGitHub Actions
Code
Low3 min

Deploy, debug, and scale on Render: Blueprint generation with validation built in.

RenderDeployBlueprints
Code
Medium3 min
Community

A named design canon for charts, not another plotting wrapper.

ChartsTufteDesign
Code
Low2 min

Terraform expertise on tap. State inspection, module validators, safety-first IaC.

TerraformIaCAWS
Code
Medium4 min

Senior DevOps engineer persona — CI/CD, containers, blue-green/canary, IaC across clouds.

CI/CDContainersAWS
Code
Low3 min

Drive the iOS Simulator from the agent loop. Build and test iOS apps.

iOSSimulatorMobile
Code
Medium5 min

Kubernetes hardening by the book. NetworkPolicies, RBAC, OPA, service mesh.

KubernetesRBACOPA
Code
Medium4 min

FAQ

Frequently asked

Which Skills ship with Claude Code by default?

code-review, simplify, verify, init, security-review, run, and several others. They cover the core engineering loop — review, simplify, verify, init, secure, run.

Are these Skills useful for Cursor and Codex?

Most are — the SKILL.md spec was adopted by Cursor, Codex, Gemini CLI and Antigravity in late 2025. Per-Skill compatibility is verified on each skill's page.

Do these Skills work in a monorepo?

Most handle monorepos cleanly — they respect workspace boundaries and run scoped to the changed package. A few generic Skills assume single-project layout; their pages flag this.

How do I pick between Opus and Sonnet for engineering Skills?

Opus 4.7+ for high-effort review, architecture and complex refactors. Sonnet 4.6 for routine review and quick fixes. Several Skills auto-select based on the work's effort level.

Can I bundle several engineering Skills into a plugin?

Yes — Claude Code plugins package multiple Skills together. The plugin-customizer Skill helps tailor a bundle for your org's stack.

Other categories

Browse other roles