
Claude Skills by ali-master
github.com/ali-masterEnhance your procedures with metadata.
Middleware enables reusable and extensible procedures in oRPC.
A comprehensive guide to migrate your tRPC application to oRPC.
Advanced features you can implement in Mini oRPC.
How to implement client-side RPC calls in Mini oRPC.
A simplified version of oRPC designed for learning purposes.
Mini oRPC's procedure builder for defining type-safe procedures.
How to turn a procedure into a callable function in Mini oRPC.
The most efficient way to set up a monorepo with oRPC.
Implement oRPC contracts in your NestJS projects with @orpc/nest.
Use oRPC inside a Next.js project (App Router and Pages Router).
Always throw Error instances instead of literal values.
Use oRPC inside a Nuxt.js project.
Combine oRPC with the OpenAI Streaming API to build a chatbot.
Handle errors in your OpenAPI-compliant oRPC APIs.
Quick guide to OpenAPI in oRPC.
Comprehensive Guide to the OpenAPIHandler in oRPC.
Extend or override the standard OpenAPI JSON serializer.
Use OpenAPILink in oRPC clients to communicate with OpenAPI-compliant APIs.
Plugin that serves API reference documentation (Scalar/Swagger) and the OpenAPI specification.
Configure procedure routing with HTTP methods, paths, and response statuses.
Generate OpenAPI specifications for oRPC with ease.
Generate an oRPC contract from an existing OpenAPI specification with Hey API.
Integrate oRPC with OpenTelemetry for distributed tracing.
Optimize SSR for fullstack frameworks by avoiding unnecessary HTTP self-calls.
Seamlessly integrate oRPC with Pinia Colada for Vue.
Integrate oRPC with Pino for structured logging and request tracking.
Interactive development environments for exploring and testing oRPC functionality.
Understanding procedures in oRPC — standard functions with validation, middleware, and DI.
How to publish your oRPC client to NPM as an SDK.
Listen and publish events with resuming support in oRPC.
Rate limiting for oRPC with multiple storage backend support.
Use oRPC inside a React Native project.
Integrate oRPC with React SWR for efficient data fetching and caching.
Standard HTTP redirect response in oRPC OpenAPI.
Use oRPC inside a Remix project.
Access request headers in oRPC.
A plugin that blocks invalid requests before they reach your server.
Set response headers in oRPC.
Validate server responses against the contract schema.
Catch and rethrow specific errors during request handling.
Automatically retries requests based on server Retry-After headers.
Convert a router into a contract, export it safely, and prevent internal exposure.
Understanding routers in oRPC — nestable objects composed of procedures.
Comprehensive Guide to the RPCHandler in oRPC.
Extend or override the standard RPC JSON serializer.
Use RPCLink in oRPC clients to communicate with RPCHandler.
Learn about the RPC protocol used by RPCHandler.
Create a beautiful API client for your oRPC with Scalar.
Integrate oRPC with Sentry for error tracking and performance monitoring.