
Claude Skills by ali-master
github.com/ali-masterIntegrate oRPC procedures with React Server Actions.
Call your oRPC procedures in the same environment as your server like native functions.
Cryptographically sign and verify data using HMAC-SHA256.
Add basic CSRF protection to your oRPC application.
Automatically converts input values to match schema types without manual coercion logic.
Use oRPC inside a Solid Start project.
Only procedures explicitly accepting GET can be called via HTTP GET (CSRF protection).
Replace the default oRPC RPC serializer with SuperJson.
Use oRPC inside a Svelte Kit project.
Basic guide to integrating oRPC with TanStack Query (legacy).
Seamlessly integrate oRPC with TanStack Query (React, Vue, Solid, Svelte, Angular).
Use oRPC inside a TanStack Start project with server routes, isomorphic links, and SSR optimization.
Test oRPC procedures using server-side clients, and mock implementations for frontend testing.
Use oRPC features (OpenAPI specs, OpenAPIHandler) inside existing tRPC applications via @orpc/trpc.
Customize built-in input/output validation errors using client interceptors or middleware, with type-safe error mapping.
Type-safe oRPC communication between the main thread and Web Workers via the Message Port adapter.
Use oRPC over WebSocket for low-latency, bidirectional RPC across browser, Node, Bun, Deno, Cloudflare, and CrossWS.
Type-safe oRPC communication between Node.js worker threads via the Message Port adapter.
Refined alternative to z.coerce — automatically coerces inputs to the expected type without modifying the schema.