Gateway universal para APIs. Conecta cualquier API REST/GraphQL con configuración simple. Gestiona autenticación, rate limiting y caching.
Generate TypeScript API client from Swagger/Go comments. Use when updating API endpoints, adding new routes, or regenerating the frontend API client after backend changes.
Monitor and govern Salesforce API consumption: per-user limits, org allocation, lightning-rest limits, and backoff. NOT for designing new endpoints.
Design GraphQL schemas with federation, resolvers, dataloaders, n+1 query prevention, and schema stitching patterns
阶段 4。批量实现 status=confirmed 的 API 业务契约。读 docs/api-contracts/ + openapi/openapi.yaml,产出 backend/src/* + migrations + tests。跑 make backend-verify 全过才算完成。当用户说"实现…
Implements production-ready APIs across Node.js (Express, NestJS, Fastify, Hono, ElysiaJS, tRPC), Go (Gin, Echo, Fiber, Chi), Rust (Axum, Actix-web), Java (Spring Boot 3,…
Implements API endpoints, routes, controllers, and request/response handling. Use when implementing REST APIs, GraphQL APIs, or other API endpoints.
Ingests a Swagger/OpenAPI URL to generate feature docs and type-safe API clients for TS and Go.
Integrate external REST APIs with proper authentication, rate limiting, error handling, and caching patterns.
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.
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.
프로젝트 도메인 API 내재화 — 특정 라이브러리/프레임워크의 공식 문서 + 예제를 수집하여 프로젝트 내 .claude/references/에 저장하고 CLAUDE.md에 Knowledge Authority로 등록합니다.
Produces mock server definitions, sandbox environment specs, API stub configurations, and fixture data for any API.
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 engineering/backend
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,…
Create serverless API proxy endpoints that hide API keys and provide a unified backend for the dashboard frontend. Designed for Vercel deployment.
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.
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.
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.
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or…
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
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.
작업이 끝난 뒤 협업팀과 공유하기 위한 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
Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests. — from FerranGuardia/claude-autonomous-setup
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…
Tests d'API REST et GraphQL avec les outils majeurs du marché, incluant le contract testing et l'automatisation.
Api Testing Helper - Auto-activating skill for API Development. Triggers on: api testing helper, api testing helper Part of the API Development skill category.
You are an API mocking expert specializing in realistic mock services for development, testing, and demos.
Comprehensive API testing patterns including contract testing, REST/GraphQL testing, and integration testing. Use when testing APIs or designing API test strategies.
Comprehensive API testing patterns including contract testing, REST/GraphQL testing, and integration testing. Use when testing APIs or designing API test strategies.
Comprehensive RESTful API testing patterns covering HTTP methods, status codes, request/response validation, authentication, error handling, and contract testing.
Runs integration tests, contract tests against the OpenAPI spec, and load tests using k6. Validates that the API implementation matches the specification, meets performance…
3-tier API architecture (Convex WebSocket, SSE, REST) for cross-platform data fetching. Platform detection, hybrid hooks, DAL layer patterns.