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

Claude Engineering Skills (Page 52 of 425)

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

25,492 skills · updated 2026-08-03 · showing 3061–3120 of 25,492 by quality score

Sub-topics:Testing (3,674)Devops (3,480)Architecture (2,881)Backend (2,255)Frontend (1,577)Languages (1,324)Code Quality (1,304)Cloud Platforms (1,182)

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

Integrate external REST APIs with proper authentication, rate limiting, error handling, and caching patterns.
API 集成开发助手免费版。掌握 RESTful API 调用与 API Key 认证管理,提供 Python requests 调用模板 与基础错误处理。OAuth2 令牌管理、GraphQL 查询、JWT 认证、完整错误处理等高级功能需升级付费版.
Expert in integrating third-party APIs with proper authentication, error handling, rate limiting, and retry logic.
Expert in integrating third-party APIs with proper authentication, error handling, rate limiting, and retry logic.
Create, maintain, and run gated Go integration tests for internal APIs and service-to-service clients (HTTP/gRPC).
Integration testing patterns for ABP Framework APIs using xUnit and WebApplicationFactory. Use when: (1) testing API endpoints end-to-end, (2) verifying HTTP status codes and…
Integrate external REST and GraphQL APIs with proper authentication (Bearer, Basic, OAuth), error handling, retry logic, and JSON schema validation.
Integrate external REST and GraphQL APIs with proper authentication (Bearer, Basic, OAuth), error handling, retry logic, and JSON schema validation.
프로젝트 도메인 API 내재화 — 특정 라이브러리/프레임워크의 공식 문서 + 예제를 수집하여 프로젝트 내 .claude/references/에 저장하고 CLAUDE.md에 Knowledge Authority로 등록합니다.
Produces mock server definitions, sandbox environment specs, API stub configurations, and fixture data for any API.
Prüft die rechtliche Bewertung von API-Nutzung im Datenbankkontext: Vertragsbruch bei Überschreitung von Rate-Limits oder Nutzungsbedingungen, Verhältnis zu §§ 87a-87e UrhG,…
Explains the standardized API organization pattern for this codebase. Use when creating new API endpoints, API clients, or modifying existing API structure.
Systematic methodology for debugging pagination issues in API integrations, especially when switching between API versions or endpoints.
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination. — from pedronauck/skills
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination. — from majiayu000/claude-skill-registry
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination. — from diegosouzapw/awesome-omni-skill
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination. — from majiayu000/claude-skill-registry
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination. — from engineering/backend
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination. — from majiayu000/claude-skill-registry
REST API and GraphQL design patterns, authentication, error handling, and best practices. Use when building APIs, designing endpoints, or implementing backend services.
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination. — from majiayu000/claude-skill-registry
Optimizes API performance through query optimization, caching strategies, and connection pooling. Profiles slow queries with EXPLAIN ANALYZE, identifies N+1 patterns in Drizzle…
Expert approach to api-performance-testing in API testing. Use when working with .
Create complete REST API CRUD operations using API Platform 4 with DDD and CQRS patterns. Use when adding new API resources, implementing CRUD endpoints, creating DTOs, c — from…
Create serverless API proxy endpoints that hide API keys and provide a unified backend for the dashboard frontend. Designed for Vercel deployment.
Manage API rate limits across all data sources (Alpha Vantage, Finnhub, Polygon, NewsAPI). Use when implementing data fetching, optimizing API calls, or debugging rate limit…
Implement API rate limiting strategies using token bucket, sliding window, and fixed window algorithms.
Implement API rate limiting strategies using token bucket, sliding window, and fixed window algorithms.
Api Rate Limiting Config - Auto-activating skill for API Development. Triggers on: api rate limiting config, api rate limiting config Part of the API Development skill category.
Configure api rate limiting config operations. Auto-activating skill for API Development. Triggers on: api rate limiting config, api rate limiting config Part of the API…
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse.
Token bucket, sliding window, and Redis-based rate limiting for API protection. Activate on: rate limiting, throttling, token bucket, sliding window, API abuse, DDoS protection,…
Designs rate limiting strategies, quota systems, throttling policies, retry logic, and backoff patterns for APIs.
API reconnaissance and documentation review playbook. Use when discovering endpoints, schemas, versions, OpenAPI specs, hidden docs, and surface area for API testing.
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples.
A skill for implementing robust API request validation in Python web frameworks like FastAPI using Pydantic.
A skill for implementing robust API request validation in Python web frameworks like FastAPI using Pydantic.
Best practices for Laravel API Resources including resource transformation, collection handling, conditional attributes, and relationship loading.
Generate realistic mock API responses with fake data. Use for testing, prototyping, or creating sample data for frontend development. — from diegosouzapw/awesome-omni-skill
Generate realistic mock API responses with fake data. Use for testing, prototyping, or creating sample data for frontend development. — from majiayu000/claude-skill-registry
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or i — from…
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or i — from…
Generate Bruno API test collections from project API definitions. Use when creating API tests, exporting collections, or testing REST endpoints.
Use when creating or modifying REST API endpoints (Rails controllers, engine routes, API actions). Requires generating or updating an API Collection file (e.g., Postman C — from…
Apply when designing RESTful APIs, defining endpoints, HTTP methods, status codes, and response formats.
Use when designing RESTful API endpoints in FastAPI or Python projects. Triggers for: creating GET/POST/PUT/DELETE endpoints, request validation with Pydantic, response formatting…
Scaffold a production-ready backend REST API -- generate a complete server project with routes, controllers, service layer, repository pattern, database models with migrations,…
Analyze OpenAPI and Postman schemas for MCP tool generation. Use when analyzing API specifications, extracting endpoint information, generating tool signatures, or when user…
Implement API schema validation using OpenAPI specifications and JSON Schema to enforce input/output contracts — from Undermybelt/hermes-skills
Use when working with the TypeScript SDK for making API calls to Bknd, handling authentication, and managing data operations from client or server code.
Expert guide for using the SimplexPro REST API. Use this when you need to implement integrations, manage requests (GET, POST, PUT, DELETE), understand JSON schemas for Linear…
API仕様書作成エージェント。OpenAPI/Swagger形式のAPI定義、リクエスト/レスポンス仕様、認証仕様を作成。キーワード: API仕様, api spec, OpenAPI, Swagger, REST API, エンドポイント. — from engineering/backend
Analyzes API documentation from OpenAPI specs to provide TypeScript interfaces, request/response formats, and implementation guidance.
API仕様書作成エージェント。OpenAPI/Swagger形式のAPI定義、リクエスト/レスポンス仕様、認証仕様を作成。キーワード: API仕様, api spec, OpenAPI, Swagger, REST API, エンドポイント. — from engineering/backend
Définir et documenter les API. Utiliser quand on met à jour backend-swagger.yaml ou conçoit un contrat API.
Use when you have access to the source code of a webservice component (Python, configuration files, route definitions) and need to produce machine-readable API documentation…
작업이 끝난 뒤 협업팀과 공유하기 위한 API 변경 요약 문서를 생성하는 스킬. 지정된 범위(또는 최근 작업 커밋)에서 추가/수정/삭제된 API 엔드포인트를 자동 파싱하여 신규/수정/삭제로 분류한 Markdown을 만든다. Express, NestJS, FastAPI, Django REST, Flask 등 자동 감지.
Strategies for designing comprehensive API tests including contract testing, integration testing, and performance testing
Auto-generate comprehensive API tests for REST and GraphQL endpoints with request/response validation
Plan tests for an API endpoint or service — functional, negative, and contract. Use when asked to test an API, write API test cases, plan REST/GraphQL endpoint testing, or…
Search all 25,492 Engineering skills →