- Home
- /
- Categories
- /
- API Dev
API Dev
API design, REST, GraphQL
sse-resilience
by majiayu000
Redis-backed SSE stream management with stream registry, heartbeat monitoring, completion store for terminal events, and automatic orphan cleanup via background guardian process.
sse-resilience
by majiayu000
Redis-backed SSE stream management with stream registry, heartbeat monitoring, completion store for terminal events, and automatic orphan cleanup via background guardian process.
api-client
by dadbodgeoff
Centralized TypeScript API client with typed namespaces, automatic token refresh with request deduplication, TanStack Query integration, and consistent error handling.
api-versioning
by dadbodgeoff
Implement API versioning strategies for backward compatibility. Covers URL versioning, header versioning, and deprecation workflows.
error-handling
by dadbodgeoff
Implement consistent error handling with custom error classes, error boundaries, and structured error responses. Covers logging, monitoring, and user-friendly messages.
pagination
by dadbodgeoff
Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination metadata.
idempotency
by dadbodgeoff
Implement idempotent API operations to safely handle retries and prevent duplicate processing. Use when building payment APIs, order systems, or any operation that must not be executed twice.
atomic-matchmaking
by dadbodgeoff
Two-phase commit matchmaking that verifies both player connections before creating a match. Handles disconnections gracefully with automatic re-queue of healthy players.
data-transformers
by dadbodgeoff
Centralized transformation logic for consistent data shaping across API routes. Includes aggregators, rankers, trend calculators, and data sanitizers.
microservices-expert
by personamanagmentlayer
Expert-level microservices architecture, patterns, service mesh, and distributed systems
fastapi-expert
by personamanagmentlayer
Expert-level FastAPI development for high-performance Python APIs with async support
graphql-api-design
by williamzujkowski
Comprehensive GraphQL API design with Apollo Server, GraphQL Yoga, and Federation v2
graphql-expert
by personamanagmentlayer
Expert-level GraphQL API development with schema design, resolvers, and subscriptions
openapi-expert
by personamanagmentlayer
Expert-level OpenAPI/Swagger specification for API design, documentation, and code generation
grpc-expert
by personamanagmentlayer
Expert-level gRPC, Protocol Buffers, microservices communication, and streaming
api-design-expert
by personamanagmentlayer
Expert-level API design principles, REST, GraphQL, versioning, and API best practices
backend-patterns
by affaan-m
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
AI Market Maker Skill
by olaxbt
Last Updated: 2026-04-17
sora
by openai
"Use when the user asks to generate, remix, poll, list, download, or delete Sora videos via OpenAI\u2019s video API using the bundled CLI (scripts/sora.py), including requests like \u201cgenerate AI video,\u201d \u201cSora,\u201d \u201cvideo remix,\u201d \u201cdownload video/thumbnail/spritesheet,\u201d and batch video generation; requires OPENAI_API_KEY and Sora API access."
mcp-builder
by anthropics
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
ai-first-engineering
by affaan-m
Engineering operating model for teams where AI agents generate a large share of implementation output.
agent-framework-azure-ai-py
by sickn33
"Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK."
ai-wrapper-product
by sickn33
Expert in building products that wrap AI APIs (OpenAI, Anthropic,
mcp-integration
by anthropics
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.