ClaudSkillsEngineering › Page 22

Claude Engineering Skills (Page 22 of 163)

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

9,773 skills · updated 2026-05-03 · showing 1261–1320 of 9,773 by quality score

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…
Score 70/100
Integrate external REST and GraphQL APIs with proper authentication (Bearer, Basic, OAuth), error handling, retry logic, and JSON schema validation.
Score 70/100
Produces mock server definitions, sandbox environment specs, API stub configurations, and fixture data for any API.
Score 70/100
Explains the standardized API organization pattern for this codebase. Use when creating new API endpoints, API clients, or modifying existing API structure.
Score 70/100
Systematic methodology for debugging pagination issues in API integrations, especially when switching between API versions or endpoints.
Score 70/100
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Score 70/100
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Score 70/100
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,…
Score 70/100
Implement API rate limiting strategies using token bucket, sliding window, and fixed window algorithms.
Score 70/100
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.
Score 70/100
Designs rate limiting strategies, quota systems, throttling policies, retry logic, and backoff patterns for APIs.
Score 70/100
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples.
Score 70/100
A skill for implementing robust API request validation in Python web frameworks like FastAPI using Pydantic.
Score 70/100
Best practices for Laravel API Resources including resource transformation, collection handling, conditional attributes, and relationship loading.
Score 70/100
Generate realistic mock API responses with fake data. Use for testing, prototyping, or creating sample data for frontend development.
Score 70/100
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or…
Score 70/100
Apply when designing RESTful APIs, defining endpoints, HTTP methods, status codes, and response formats.
Score 70/100
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…
Score 70/100
Scaffold a production-ready backend REST API -- generate a complete server project with routes, controllers, service layer, repository pattern, database models with migrations,…
Score 70/100
Analyze OpenAPI and Postman schemas for MCP tool generation. Use when analyzing API specifications, extracting endpoint information, generating tool signatures, or when user…
Score 70/100
API仕様書作成エージェント。OpenAPI/Swagger形式のAPI定義、リクエスト/レスポンス仕様、認証仕様を作成。キーワード: API仕様, api spec, OpenAPI, Swagger, REST API, エンドポイント.
Score 70/100
Analyzes API documentation from OpenAPI specs to provide TypeScript interfaces, request/response formats, and implementation guidance.
Score 70/100
API仕様書作成エージェント。OpenAPI/Swagger形式のAPI定義、リクエスト/レスポンス仕様、認証仕様を作成。キーワード: API仕様, api spec, OpenAPI, Swagger, REST API, エンドポイント.
Score 70/100
Définir et documenter les API. Utiliser quand on met à jour backend-swagger.yaml ou conçoit un contrat API.
Score 70/100
Strategies for designing comprehensive API tests including contract testing, integration testing, and performance testing
Score 70/100
Auto-generate comprehensive API tests for REST and GraphQL endpoints with request/response validation
Score 70/100
Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests.
Score 70/100
Use when writing tests for backend APIs or frontend flows. Triggers for: unit tests, integration tests, E2E tests, pytest fixtures, TestClient setup, mock data factories, or test…
Score 70/100
Tests d'API REST et GraphQL avec les outils majeurs du marché, incluant le contract testing et l'automatisation.
Score 70/100
Api Testing Helper - Auto-activating skill for API Development. Triggers on: api testing helper, api testing helper Part of the API Development skill category.
Score 70/100
You are an API mocking expert specializing in realistic mock services for development, testing, and demos.
Score 70/100
Comprehensive API testing patterns including contract testing, REST/GraphQL testing, and integration testing. Use when testing APIs or designing API test strategies.
Score 70/100
Comprehensive API testing patterns including contract testing, REST/GraphQL testing, and integration testing. Use when testing APIs or designing API test strategies.
Score 70/100
Comprehensive RESTful API testing patterns covering HTTP methods, status codes, request/response validation, authentication, error handling, and contract testing.
Score 70/100
3-tier API architecture (Convex WebSocket, SSE, REST) for cross-platform data fetching. Platform detection, hybrid hooks, DAL layer patterns.
Score 70/100
Instrument API requests with spans and distributed tracing. Use when tracking request latency or debugging API issues.
Score 70/100
API validation (OpenAPI, contracts). TODO: Implement for backend. Invoked by: "validate api", "api contract", "openapi validate", "schema validate".
Score 70/100
Validate REST API standards compliance (versioning, naming, HTTP methods, status codes, pagination, Swagger).
Score 70/100
Advises on API versioning strategies, designs deprecation flows, generates migration guides, and handles breaking vs non-breaking change classification.
Score 70/100
Apidog API development platform documentation - API design, testing, mocking, and documentation
Score 70/100
Build and deploy Apify actors for web scraping and automation. Use for serverless scraping, data extraction, browser automation, and API integrations with Python.
Score 70/100
Actorization converts existing software into reusable serverless applications compatible with the Apify platform.
Score 70/100
Configure CI/CD pipelines for Apify Actor builds and deployments. Use when automating Actor deployment via GitHub Actions, running integration tests against Apify, or building…
Score 70/100
Build a complete web scraping Actor with Crawlee and deploy to Apify. Use when implementing end-to-end scraping: input schema, crawler, data extraction, dataset output, and…
Score 70/100
Collect Apify debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information…
Score 70/100
Deploy Apify Actors and integrate scraping into external applications. Use when deploying Actors to the platform, integrating Actor results into web apps, or connecting Apify with…
Score 70/100
Run your first Apify Actor and retrieve results via apify-client. Use when starting a new Apify integration, testing connectivity, or learning the Actor call/dataset retrieval…
Score 70/100
Set up local Apify Actor development with Apify CLI and Crawlee. Use when creating Actors locally, testing with apify run, or establishing a fast develop-test-deploy cycle.
Score 70/100
Production readiness checklist for Apify Actor deployments. Use when deploying Actors to production, preparing for launch, or validating Actor configuration before going live.
Score 70/100
Handle Apify API rate limits with proper backoff and request queuing. Use when hitting 429 errors, optimizing API request throughput, or implementing rate-aware client wrappers.
Score 70/100
Production-grade architecture patterns for Apify-powered applications. Use when designing scraping infrastructure, building multi-Actor pipelines, or integrating Apify into a…
Score 70/100
Build Apify Actors (web scrapers) using Node.js and Crawlee. Use when creating new scrapers, defining input schemas, configuring Dockerfiles, or deploying to Apify.
Score 70/100
ApostropheCMS is a full-stack Node.js CMS that combines in-context editing for content teams with headless flexibility for developers.
Score 70/100
Create apps following contract-port architecture with composition roots. Use when creating new apps in apps/, scaffolding CLI tools, setting up dependency injection, or when the…
Score 70/100
Build features in the AI Coaching Platform Next.js app. Use for creating pages, components, server actions, TanStack tables, and understanding application architecture.
Score 70/100
Submitting, testing, and releasing mobile apps to app stores including App Store and Google Play submission, beta testing, OTA updates, and release management.
Score 70/100
Generate Docker and Traefik deployment configurations for any application (Node.js, Python, Go, Rust, Java).
Score 70/100
When the user wants to design, test, or improve their app icon to increase tap-through rate and conversions in App Store search and browse.
Score 70/100
Expert lifecycle decisions for iOS/tvOS: when SwiftUI lifecycle vs SceneDelegate, background task strategies, state restoration trade-offs, and launch optimization.
Score 70/100
Guides you through comprehensive iOS/Swift app planning and analysis. Use for new apps (concept to architecture) or existing apps (audit current state, plan improvements, evaluate…
Score 70/100
Search all 9,773 Engineering skills →