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

Claude Engineering Skills (Page 308 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 18421–18480 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.

Use when CI is failing on a branch, PR, or specific Buildkite build and the user wants to iteratively fix it through verify-locally → push → check → iterate.
Concrete deployment registry for the Flare-family chains (Flare, Songbird, Coston2, Coston). Use when you need: a chain ID, an RPC URL, a block explorer URL, a token address…
Performs a comprehensive pull request review covering bugs, project conventions, test quality, and architecture.
**Pro+ subscription required.** Tenant-wide Power Automate flow health monitoring, failure rate analytics, and asset inventory using the FlowStudio MCP cached store.
Create reproducible, cross-platform development environments with Flox — a declarative environment manager built on Nix.
Write Flutter widgets (Flutter 3.x / Dart 3) that are simple, testable, and performance-focused. Use this skill whenever the user asks for a Flutter widget, screen, page,…
Use this skill when reviewing FluxCD Kustomization, HelmRelease, GitRepository, HelmRepository, or OCIRepository resources.
Use at the START of every task, before writing any code, running tests, debugging, reviewing, or designing.
QA test Forge issue changes against preview deployments. Use this skill to test like a human QA — hitting the preview backend API and navigating the preview frontend to verify…
Write, run, and interpret Alloy 6 formal models for software systems, business processes, and skill/workflow design.
Dependency Upgrade Strategy workflow skill. Use this skill when the user needs You are a dependency management expert specializing in safe, incremental upgrades of project…
Build reusable, composable UI components with single responsibilities, clear prop interfaces, proper state management, and minimal coupling.
Design and build reusable, composable UI components following single responsibility principle with clear props, proper encapsulation, and minimal state management.
React/Next.js enterprise best practices including component patterns, Link/Image optimization, shared components, and TypeScript conventions.
Use this skill when debugging hard JavaScript frontend bugs where runtime behavior is unclear, especially async flows, state gates, retries, effects, requests, or completion paths.
Implement mobile-first responsive designs with fluid layouts, breakpoints, relative units, and touch-friendly interfaces that work across all device sizes.
Build mobile-first responsive layouts with fluid containers, relative units, standard breakpoints, and touch-friendly design that adapts seamlessly across devices.
Validates that code actually works through sandbox testing, execution verification, and systematic debugging.
This skill should be used when registering hooks, creating custom hooks for module APIs, debugging hook execution, handling async in hooks, or preventing memory leaks from unclean…
Use this skill when designing or implementing audio systems for games - sound effects, adaptive music, spatial/3D audio, and middleware integration with FMOD or Wwise.
Use this skill when working with game balancing - economy design, difficulty curves, progression systems, reward schedules, playtesting analysis, or tuning game parameters.
Design and build AI-powered applications on AlloyDB for PostgreSQL using AlloyDB AI — covering vector search, hybrid search (vector + full-text), AI SQL functions (ai_generate,…
Use this skill to review code. It supports both local changes (staged or working tree) — from iice257/Skills-quickstarter-essentials
Use this skill to bootstrap an ADK 2.0 streaming agent using the Gemini Live API. Triggers on: "ADK Gemini Live", "streaming agent ADK", "real-time ADK agent", "ADK live API",…
Generate OpenAPI spec changes from an intercom monolith PR. Use this skill whenever a user provides an intercom/intercom PR URL or number, asks to generate or update OpenAPI docs,…
Generate or refresh TypeScript types from the Lightdash OpenAPI spec. Use this skill whenever the user asks to regenerate API types, update types from Lightdash, sync types with…
Use python-slugify when an agent has messy human titles and needs safe, repeatable slugs for URLs, filenames, or record IDs.
Complete reference for GitHub Agentic Workflows (gh-aw) frontmatter schema, engine configuration, network access, tools, and imports syntax.
GitHub Actions CI scaffolding for this user. Installs the curated "default adopted set" — release-please, Claude Code Action (@claude mentions + automated PR review) — by copying…
This skill should be used when creating GitHub Issue Epics, Stories, and Sub-tasks from code files or descriptions.
Root-cause cluster problems with K8sGPT analysis and live health, without mutating the cluster. Returns LLM-shaped findings; remediation is out of scope for this skill.
This skill enables Claude to construct GitOps workflows using ArgoCD and Flux. It is designed to generate production-ready configurations, implement best practices, and ensure a…
Write clean, consistent code following naming conventions, DRY principles, small focused functions, automated formatting, and meaningful variable names.
Write minimal, evergreen code comments that explain complex logic without documenting obvious behavior or temporary changes.
Follow consistent project structure, version control practices, environment configuration, code review processes, and development conventions across the entire application.
Implement comprehensive error handling strategies including try-catch blocks, API error responses, Content Collection error handling, custom error pages, and production error…
Understand and adhere to the project's technology stack including Laravel, PHP, React, PostgreSQL, Pest, Tailwind CSS, and all configured tools and services.
Understand and apply project-specific technology choices including frameworks, languages, databases, testing tools, and third-party services to maintain consistency across the…
gm/ID transistor characterization and design methodology, based on ngspice + Python. Two independent workflows: (1) Characterization — generates three standard curve sets for any…
Good Night, Have Fun. Make ONE provably-correct, complexity-reducing change on a fresh branch off the default branch, then stop.
Use this skill when writing or refactoring Go code to ensure adherence to project standards regarding code organization, error handling, concurrency, performance, and style.
Building HTTP services in Go with the Chi router and stdlib `net/http`. ALWAYS use this skill when writing or reviewing Go HTTP code — defining routes with `chi.Router`,…
This skill approves engineering readiness for go-live at the tech lead level. Use when asked to sign off on a release, verify engineering readiness, or approve a production…
Use this skill when building, reviewing, or refactoring Go code that must follow strict design discipline — ATDD/TDD workflow, explicit dependency injection, package-boundary…
Go is the language of infrastructure. From Docker to Kubernetes to the entire cloud-native ecosystem, Go powers the systems that run the internet.
Use this skill whenever the user wants to scaffold, bootstrap, or generate architectural components in a Go project that has `go-surgeon` installed with scaffolding templates…
Use this skill for any request to fix a bug, debug a failure, or address a regression in code paths matching .tdd/tdd-config.json tier1_path_regexes.
Use this skill for any request to implement, add, build, or create new functionality in code paths matching .tdd/tdd-config.json tier1_path_regexes.
Use this skill when writing tests for Go code to strictly follow the required table-driven test format and organization standards.
This skill should be used when the user asks to "implement unit selection", "add pathfinding", "create a state machine for units", "implement fog of war", "add control point…
goke is a zero-dependency, type-safe CLI framework for TypeScript. CAC replacement with Standard Schema support (Zod, Valibot, ArkType).
Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memory/trace…
Comprehensive guide for Go database access. Covers parameterized queries, struct scanning, NULLable column handling, error patterns, transactions, isolation levels, SELECT FOR…
Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling, separation of concerns, lifecycle management), manual constructor…
Provides dependency management strategies for Golang projects including go.mod management, installing/upgrading packages, semantic versioning, Minimal Version Selection,…
Provides linting best practices and golangci-lint configuration for Go projects. Covers running linters, configuring .golangci.yml, suppressing warnings with nolint direc — from…
Continuously modernize Golang code to use the latest language features, standard library improvements, and idiomatic patterns.
Go (Golang) naming conventions — covers packages, constructors, structs, interfaces, constants, enums, errors, booleans, receivers, getters/setters, functional options, acronyms,…
Implements dependency injection in Golang using samber/do. Apply this skill when working with dependency injection, setting up service containers, managing service lifecycles, or…
Golang struct and interface design patterns — composition, embedding, type assertions, type switches, interface segregation, dependency injection via interfaces, struct field…
Search all 19,678 Engineering skills →