Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsEngineering › Page 11

Claude Engineering Skills (Page 11 of 328)

Code review, refactoring, testing, DevOps, CI/CD, databases, cloud platforms, and full-stack development skills for Claude Code.

19,678 skills · updated 2026-06-16 · showing 601–660 of 19,678 by quality score

Sub-topics:Testing (2,872)Devops (2,845)Architecture (2,159)Backend (1,672)Frontend (1,281)Languages (1,048)Code Quality (978)Cloud Platforms (923)

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

This skill creates a Dapr workflow application from a diagram. Use this skill when the user provides a workflow image (PNG, JPG, JPEG, GIF, WebP) or a BPMN 2.0 XML file (.bpmn,…
This skill creates a Dapr workflow application in Python. Use this skill when the user asks to "create a workflow in Python", "write a Python workflow application" or "build a…
Deep-dive Crossplane platform review: XRD design, Composition correctness, provider config audit, managed resource health, and GitOps integration.
Generates automated Jest tests for a source file using ctest-generated .md as reference. Use when the user wants to generate, write, or create tests based on ctest analysis output.
Implements Flutter CustomPaint and CustomPainter for drawing 2D graphics on canvas. Use when: the user asks to draw shapes, arcs, paths, gradients, charts, progress indicators,…
Create and configure git hooks with intelligent project analysis, suggestions, and automated testing — from luicabref97/sushi-jungle-web
Stellar dApp / frontend development. Covers the JavaScript stellar-sdk (browser + Node.js), Freighter wallet, Stellar Wallets Kit (multi-wallet), Wallet Standard, smart accounts…
Data access patterns with Spring Data JPA, Hibernate 7.1, Flyway migrations, HikariCP tuning, N+1 prevention, caching, and query optimization.
Cria visualizações de dados de qualidade profissional com Python no tema Evolution (fundo escuro, acento #00FFA7, fonte Inter).
Gerar dicionario de dados a partir de schema (Drizzle, Prisma, SQL, TypeScript types). Documenta tabelas, colunas, tipos, relacoes, constraints.
Perfila e explora um dataset para entender sua forma, qualidade e padrões. Use ao encontrar uma nova tabela ou arquivo, verificar taxas de nulo e distribuições de colunas,…
Design ETL/ELT pipeline architectures with data flow diagrams and transformation specs for Supabase and BigQuery
Feature audit: finds implemented but user-unreachable functionality in any project. Discovers tech stack and architecture automatically, then checks connectivity between layers…
Record a technical-debt item (DEBT-NNN) — registration only by default, or register + auto-generate a fix TASK with --task.
Structured debugging session — reproduce, isolate, diagnose, and fix. Trigger with an error message or stack trace, "this works in staging but not prod", "something broke — from…
Fetch and analyze CloudWatch logs for a Lambda function — filter errors, surface stack traces
Diagnose which rules loaded, which didn't, and why. Reads the InstructionsLoaded audit log and compares against expected rules.
モバイルアプリ(iOS/Android)を起動中のシミュレーター/エミュレーターにビルド・インストールする。デバッグ実行、アプリのテスト、動作確認、手動検証時に使用。ビルドエラーを検出して報告。
Debug Arizona stream operations. Use when investigating stream insert/delete/update/move/sort/reset behavior.
Debug a malfunctioning MCP tool — trace the full request lifecycle to find the issue
Activate when debugging any bug or error. Enforces the 7-step debug trajectory protocol with pattern-first checking, 3-exchange stop rule, and trajectory recording.
Interactive hypothesis-driven debugging with documented exploration, understanding evolution, and analysis-assisted correction.
Answer debugging and navigation questions about a Clef codebase by querying Score (the code-as-data layer).
Starts a structured interview to diagnose WordPress issues, then proposes a ranked list of solutions.
Debug a broken Zoom integration by isolating the failure point and routing into the right Zoom references.
Root Cause Analysis with 10 parallel agents. Reverse-engineers unexpected behavior by tracing code paths, checking logs, testing API calls, and cross-validating hypotheses.
Guide reliable deployments without CI/CD platforms (GitHub Actions / GitLab CI). Use when: deploying to VPS, air-gapped servers, or environments without CI/CD infrastructure.
Pre-deployment verification checklist. Use when about to ship a release, deploying a change with database migrations or feature flags, verifying CI status and approvals b — from…
Guide user through actual deployment steps for their application. This skill should be used when a project is ready to deploy to production.
Deploy to QA environment (QA1 or QA2). Use when deploying code to the QA testing environments via GitHub Actions. Includes pre-deployment checks for persistence.xml.
プロジェクトのレポート/ダッシュボードHTMLをCloudflare Pages()にデプロイ。Use when user says "デプロイ", "レポートを公開", "ダッシュボード更新", "ops deploy", or after generating report HTML files.
Build a team Docker image from a manifest in .archon/teams/. Resolves plugin paths, generates Dockerfile with additive copy-only, makes plugins read-only, bakes team CLAUDE.md.
Design media and DAM architecture including storage, processing, and delivery. Covers images, video, and documents.
Implement monitoring for a project by consuming augur's monitoring-spec.yaml. Produces Grafana dashboard JSON, Prometheus alert rules, and validates that the running service emits…
Reviews how design patterns are used or misused across the codebase and where patterns would help. Use when evaluating architecture, pattern fit, or over-engineering.
Frontend design patterns with React 19.2 and TypeScript 6 examples (Composition, Compound Components, Custom Hooks, Render Props, HOC, State Machines).
Design and create a simulation persona for testing an AI agent. Guides through use case selection, voice and language configuration, behavior prompt crafting, and interruption…
Systematic codebase quality scan for identifying duplication, redundancy, and improvement opportunities.
Use when adding server state management to a module - creates React Query hook with caching and error handling.
Use when adding an interactive UI component that requires client-side JavaScript - creates a framework island with hydration strategy.
Use when adding state management to a module - creates Svelte store with server state integration.
Add an engine/toolchain lesson — build systems, C fundamentals, debugging, project structure
Use when integrating with an API endpoint and need TypeScript types, contracts, and adapters generated automatically.
Opinionated guide to software design principles and architectural patterns. Use when reviewing code design, planning feature architecture, asking "is this the right design?", "how…
Bootstrap a UI dev sandbox — Playwright end-to-end testing scaffolding for the cozystack-ui SPA plus a Vite dev server connected to a chosen Kubernetes cluster.
Creates a complete, faithful digital version of a board game as a single-file HTML/JS/CSS application.
Plain-language DevOps triage for non-experts. Given an app path or description, scores nine dimensions on a 0”“3 scale and names the top three fixes.
Visualize git diffs as interactive HTML reports with architecture diagrams and change analysis. Use when asked to visualize, review, or summarize a diff, branch, commit, or PR.
Burn Red Book audio CDs or MP3 data CDs on macOS via cdrdao, sourcing from Hoodrat HDD or local files.
Generate multiple unique web design variations for any website or web application. Accepts site specifications from a file (--spec path) or pasted text block.
ALWAYS use when documenting component library APIs or generating reference docs for Components/ modules.
Template for creating a repo-specific /do-deploy skill. Copy this directory to do-deploy/ and customize DEPLOYMENT_PROCESS.md and HEALTH_CHECKS.md for your repo's production…
Apply a targeted fix to failing tests or review blockers. Use when the user says 'patch this', 'fix the failures', 'fix the blockers', or 'do-patch'.
Use when running the test suite. Parses arguments, dispatches test runners (potentially in parallel), and aggregates results.
Generate container-based release pipelines that build once and promote immutable artifacts through environments (dev → staging → prod).
Use when: User wants to extend Docker with custom tools, personalize the Docker environment, or set up user-specific Docker customization.
Look up CE.SDK Vanilla JavaScript reference docs, guides, and configuration pages.
Verifies API implementations against OpenAPI specifications using the Drift CLI, catching spec drift and supporting Bi-Directional Contract Testing (BDCT).
PostgreSQL 16 & Drizzle ORM Best Practices für DRK-Digitalisierungstools. Verwende diesen Skill bei Variante-B-Apps (Server + Datenbank) für Schema-Design, Migrations, Security…
Autonomous design space exploration loop for computer architecture and EDA. Runs a program, analyzes results, tunes parameters, and iterates until objective is met or timeout.
Search all 19,678 Engineering skills →