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

Backend (Page 2 of 42)

2477 Claude Code skills in the Backend sub-category of Engineering.

2,477 skills · updated 2026-08-26 · showing 61–120 of 2,477 by quality score

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

Analyze and consolidate fragmented Laravel migration files. Groups by table, detects dependencies, proposes safe merges.
This skill should be used when the user asks to "add an endpoint", "change a service", "update an entity", "refactor backend logic", or "adjust API behavior" in the Cramer project.
Design a REST or GraphQL API from a feature specification when the user asks to design an API, create endpoints, define an API contract, or plan API resources
Use this skill when the user asks to "create a paid skill", "monetize an API", "create a SKILL.md", "set up x402 payments", "make a paid API for agents", "create an agent skill…
Explain what a piece of code does — a specific file, class, or method in close detail, or a user-facing flow as a concise system overview.
Generate the System / External System half of the functional graph from a backend repo (REST routes, GraphQL operations, queue / event / cron handlers) using a rooted…
Scaffold spatie/laravel-permission setup - add the HasRoles trait to a model and generate a roles & permissions seeder.
Derive Gherkin scenarios directly from a codebase — standalone, with no prior legacy-modernization analysis.
Add or modernize Gateway API *Route templates (HTTPRoute/GRPCRoute/TLSRoute/TCPRoute/UDPRoute) in a Helm chart.
Generates or reviews OpenAPI / Swagger documentation for Spring Boot REST APIs — adds @Operation, @Schema, @ApiResponse annotations and configures Swagger UI.
Manage Koyeb backend services - check status, view logs, redeploy, list deployments
Incrementally upgrade a Laravel application to the latest stable version, shifting one major version at a time.
Query Logfire logs and traces for debugging. Use when user mentions logs, traces, errors, exceptions, slow requests, or asks to debug backend issues.
Build and deploy documentation sites with Mintlify. Use when creating API docs, developer portals, or knowledge bases.
Wygeneruj skrypt CI do synchronizacji grafu zaleznosci kodu z platforma Monolynx. Analizuje projekt Python (Django, FastAPI, Flask itp.), tworzy cicd/sync_graph.py i stage w…
Use when: designing, scaffolding, implementing, refactoring, or debugging NestJS applications; building modules, controllers, services, providers, guards, interceptors, pipes,…
Use when: planning or executing a NestJS version upgrade or major migration; bumping @nestjs/* across majors, upgrading the underlying platform adapter (Express or Fastify),…
Cria um Django Model completo no padrão Fat Model do SurveyHub: UUID PK, TextChoices para status, soft delete (deleted_at), state machine (ativar/pausar/encerrar com guards),…
Cria um Manager e QuerySet customizado Django para um model do SurveyHub, com métodos em português seguindo o padrão do projeto (ativos, nao_deletados, do_usuario, com_contagens,…
Choose the right Zoom building surface for a use case and explain the tradeoffs clearly. Use when deciding between REST API, Webhooks, WebSockets, Meeting SDK, Video SDK, Zoom…
Analyze any API for AI agent compatibility. Scans OpenAPI specs across 8 pillars (48 checks), scores agent-readiness 0-100, and provides prioritized fix recommendations — from…
Migrate Python projects to idiomatic Go end-to-end. Branches into 6 project-type playbooks (CLI, TUI, HTTP backend, data pipeline, async worker, library) with the right stack…
Peer review the **new work** on the current niche/* branch (vs origin/ on a -general branch, or vs origin/niche/-general on a feature branch).
Internal reference skill loaded by audit and fix skills for version-specific Rails breaking changes and fix patterns. Not a user-facing skill — do not activate this directly.
Use when the user asks to check Rewst automation health, find failed or dormant workflows, report automation ROI/time-saved, compare config drift between client orgs, or check…
Think out loud about a problem, decision, or approach — Socratic friction to help you find clarity, not sympathy
Audit spatie/laravel-permission usage - permissions used in code but undefined, defined but unused, unprotected routes, guard mismatches, and cache pitfalls.
Spring Boot coding guidelines for REST APIs, data access, caching, and configuration. This skill covers Spring-specific patterns. For core Java, use java-coding skill.
Orchestrate the backend team through a full feature implementation cycle: API design, database design, service implementation, and testing.
The API documentation and specifications of Swagger Petstore
Master FastAPI dependency injection for building modular, testable APIs.
GraphQL schema design and optimization with federation support
Expert-level gRPC, Protocol Buffers, microservices communication, and streaming
Validate OpenAPI specifications for correctness, security, and best practices
Protocol Buffers and gRPC service definition with backward compatibility checks
Redis backend for conversation state persistence and caching
Deploy interactive API documentation using Swagger UI with custom branding
Use this skill to create a Terraform backend configuration file (backend.tf) using Terraform Cloud as the backend.
Create websocket client creator operations. Auto-activating skill for API Integration. Triggers on: websocket client creator, websocket client creator Part of the API Integration…
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
The Twelve-Factor App methodology for building scalable, maintainable cloud-native applications. Use when designing backend services, APIs, microservices, or any…
Adds new WebSocket event subscriptions to OneKey. Use when implementing new socket events, handling server push messages, or adding real-time data subscriptions.
Generates Minimal API endpoints following Microsoft's recommended approach. Creates fast, testable HTTP APIs with minimal code using MapGet/MapPost/MapPut/MapDelete.
Stratégies de gestion d'erreurs, logging, debugging et troubleshooting dans la stack NestJS + Next.js de Lumira V2.
Use when you need to review, improve, or build Spring Boot 4.0.x applications — including proper usage of @SpringBootApplication, component annotations (@Controller, @Ser — from…
Use when you need to design, review, or improve REST APIs with Spring Boot — including HTTP methods, resource URIs, status codes, DTOs, versioning, deprecation and sunset — from…
Use when you need to design, review, or improve validation in Spring Boot applications — including Bean Validation on request DTOs, @Valid/@Validated at API boundaries, c — from…
Use when you need to write or review programmatic JDBC with Spring — including JdbcClient (Spring Framework 7+) as the default API, JdbcTemplate only where batch/streamin — from…
Use when you need to use Spring Data JDBC with Java records — including entity design with records, repository pattern, immutable updates, aggregate relationships, custom — from…
Use when you need to add or review Flyway database migrations in a Spring Boot application — Maven dependencies, db/migration scripts, spring.flyway.* configuration, base — from…
Use when you need to write unit tests for Spring Boot applications — including pure unit tests with @ExtendWith(MockitoExtension.class) for @Service/@Component, slice tes — from…
Use when you need to write or improve integration tests — including Testcontainers with @ServiceConnection, @DataJdbcTest persistence slices, TestRestTemplate or MockMvcT — from…
Use when you need to implement acceptance tests from a Gherkin .feature file for Spring Boot applications — including finding scenarios tagged @acceptance, implementing h — from…
Use when reviewing Rails code, PRs, or architecture for conventions, Hotwire defaults, and correctness risks.
Apply 37signals/DHH Rails conventions when writing Ruby on Rails code. Use when building Rails applications, reviewing Rails code, or making architectural decisions.
Create your FastAPI skill in one prompt, then learn to improve it throughout the chapter
Use when you need framework-agnostic OpenAPI 3.x guidance — spec structure, metadata and versioning, paths and operations, reusable schemas, security schemes, examples, d — from…
Agent-to-Agent (A2A) server configuration patterns for HTTP, STDIO, SSE, and WebSocket transports. Use when building A2A servers, configuring MCP transports, setting up server…
Recipe skill for implementing GraphQL proxying patterns using the a6 CLI. Covers operation-based routing with built-in GraphQL variables, per-operation rate limiting,…
All Engineering skills →
More in EngineeringTesting (3,955) · Devops (3,719) · Architecture (3,060) · Frontend (1,674) · Languages (1,461) · Code Quality (1,434) · Cloud Platforms (1,292) · Databases (890) · Performance (843) · Mobile (630) · Observability (438) · Data Engineering (371) · Docs Engineering (319) · Workflow Orchestration (286) · ML AI Eng (280) · API Tooling (23)