Standard procedure for creating robust API endpoints
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٥٬٤٨٥ من skills من majiayu000/claude-skill-registry. افتح أي skill لمراجعة مصدره وتفاصيله.
majiayu000/claude-skill-registryعرض ٤٠ من أصل ٥٬٤٨٥ skills مجمعة.
Standard procedure for creating robust API endpoints
لغة النص الأصلي: الإنجليزية
Generate API usage examples and tutorials from code analysis
لغة النص الأصلي: الإنجليزية
Imported skill api_feature from openai
لغة النص الأصلي: الإنجليزية
Bun-native HTTP framework — routing, TypeBox validation, Eden Treaty, plugins, lifecycle hooks
لغة النص الأصلي: الإنجليزية
Fastify routes, JSON Schema validation, plugin system, TypeScript type providers
لغة النص الأصلي: الإنجليزية
Hono routes, OpenAPI, Zod validation
لغة النص الأصلي: الإنجليزية
API Gateway patterns for routing, authentication, rate limiting, and service composition in microservices architectures. Use when implementing API gateways, building BFF layers, or managing service-to-service communication at scale.
لغة النص الأصلي: الإنجليزية
RFC-39 compliant API best practices for Java services. Covers request/response patterns, error handling, pagination, versioning, and authentication standards. Use when designing or reviewing REST APIs in Java services.
لغة النص الأصلي: الإنجليزية
StepLeague API route pattern using withApiHandler wrapper. Use when creating or modifying any API route in the /api directory. Keywords: API, route, endpoint, handler, auth, POST, GET, PUT, DELETE, validation.
لغة النص الأصلي: الإنجليزية
Generate Next.js App Router API routes with Zod validation and TypeScript types
لغة النص الأصلي: الإنجليزية
Integrate external REST and GraphQL APIs with proper authentication (Bearer, Basic, OAuth), error handling, retry logic, and JSON schema validation. Use when making API calls, database queries, or integrating external services like Stripe, Twilio, AWS.…
لغة النص الأصلي: الإنجليزية
Use when working on the backend API (packages/api). Covers Elysia routes, Drizzle ORM, TypeBox schemas, JWT authentication, S3 uploads, Google Sheets logging, and the Next.js hybrid setup.
لغة النص الأصلي: الإنجليزية
Generate API mocks and stub servers from OpenAPI specs or code analysis
لغة النص الأصلي: الإنجليزية
Create a new Next.js API route with validation, error handling, and TypeScript
لغة النص الأصلي: الإنجليزية
Pino logging, Sentry error tracking, Axiom - structured logging with correlation IDs, error boundaries, performance monitoring, alerting
لغة النص الأصلي: الإنجليزية
Implement efficient pagination strategies for large datasets using offset/limit, cursor-based, and keyset pagination. Use when returning collections, managing large result sets, or optimizing query performance.
لغة النص الأصلي: الإنجليزية
API 模式提取工具。从捕获的流量中自动提取 API 模式、参数规范、认证方式、数据结构,生成 OpenAPI 规范和可复用代码。
لغة النص الأصلي: الصينية
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
لغة النص الأصلي: الإنجليزية
Use when symfony api platform dto resources
لغة النص الأصلي: الإنجليزية
API documentation and developer portal design
لغة النص الأصلي: الإنجليزية
Apply when designing RESTful APIs, defining endpoints, HTTP methods, status codes, and response formats.
لغة النص الأصلي: الإنجليزية
Zero-assumption API design review. Uses the API as a consumer first, then audits contracts, error shapes, auth model, pagination, versioning, idempotency, and rate limiting. Every endpoint is guilty until proven correct.
لغة النص الأصلي: الإنجليزية
Monitors LTX API runtime performance, latency, error rates, and throughput. Alerts on performance degradation or errors.
لغة النص الأصلي: الإنجليزية
Use when working with the TypeScript SDK for making API calls to Bknd, handling authentication, and managing data operations from client or server code. Covers Api class initialization, CRUD operations, auth methods, and module-specific APIs.
لغة النص الأصلي: الإنجليزية
Meilisearch search engine patterns -- client setup, indexing, search, filtering, facets, geo search, multi-tenancy, task management
لغة النص الأصلي: الإنجليزية
Updated API skill
لغة النص الأصلي: غير محددة
RESTful API design patterns and best practices. Use when creating endpoints, designing APIs, or implementing routes.
لغة النص الأصلي: الصينية
Apply when validating API request inputs: body, query params, path params, and headers. This skill covers Zod v4 patterns.
لغة النص الأصلي: الإنجليزية
API Standards Specialist
لغة النص الأصلي: الإنجليزية
Manage API versioning strategy for Hono routes in apps/api/src/v1. Use when creating new API versions or migrating endpoints between versions.
لغة النص الأصلي: الإنجليزية
Help users write Apollo Connectors schemas to integrate REST APIs into GraphQL supergraphs using @source and @connect directives with selection mapping. Use this skill when the user: (1) mentions "connectors", "Apollo Connectors", or "REST Connector", (2)…
لغة النص الأصلي: الإنجليزية
Guide for using Apollo MCP Server to connect AI agents with GraphQL APIs. Use this skill when: (1) setting up or configuring Apollo MCP Server, (2) defining MCP tools from GraphQL operations, (3) using introspection tools (introspect, search, validate,…
لغة النص الأصلي: الإنجليزية
Use when applying an overlay file to a spec
لغة النص الأصلي: الإنجليزية
Schema design, federation, and resolution strategies.
لغة النص الأصلي: الإنجليزية
Guidance for using the App Store Connect CLI in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
لغة النص الأصلي: الإنجليزية
Author and validate AsyncAPI 3.0 specifications for event-driven API design, message brokers, and async communication patterns
لغة النص الأصلي: الإنجليزية
Use when working with Auto.dev APIs, vehicle data, VIN decoding, car listings, vehicle photos, specs, recalls, payments, interest rates, taxes, OEM build data, plate-to-VIN, or any automotive data API calls
لغة النص الأصلي: الإنجليزية
AWS RDS (Relational Database Service) management using AWS SDK for Java 2.x. Use when creating, modifying, monitoring, or managing Amazon RDS database instances, snapshots, parameter groups, and configurations.
لغة النص الأصلي: الإنجليزية
Amazon S3 patterns and examples using AWS SDK for Java 2.x. Use when working with S3 buckets, uploading/downloading objects, multipart uploads, presigned URLs, S3 Transfer Manager, object operations, or S3-specific configurations.
لغة النص الأصلي: الإنجليزية
Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification. Triggers: "azure-ai-contentsafety", "ContentSafetyClient", "content moderation", "harmful content", "text analysis", "image…
لغة النص الأصلي: الإنجليزية