Loading...
Loading...
Found 271 Skills
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.
Error handling patterns for robust applications. Use when implementing try-catch blocks, error boundaries, custom errors, or logging. Covers async errors, React error boundaries, and API error responses.
Integrate WorkOS AuthKit with TanStack Start applications. Full-stack TypeScript with server functions. Use when project uses TanStack Start, @tanstack/start, or vinxi.
Configure request timeouts to prevent slow requests from blocking resources. Use for protecting APIs from long-running operations.
SIWA (Sign-In With Agent) authentication for ERC-8004 registered agents.
Fiber Express-inspired Go web framework. Use for Go APIs.
Zustand 5 state management patterns. Trigger: When managing React state with Zustand.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
TRPC router development guide. Use when creating or modifying TRPC routers (src/server/routers/**), adding procedures, or working with server-side API endpoints. Triggers on TRPC router creation, procedure implementation, or API endpoint tasks.
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.
Production-tested setup for Zustand state management in React. Includes patterns for persistence, devtools, and TypeScript patterns. Prevents hydration mismatches and render loops.
Zustand patterns for predictable client-side state management