What problem does it solve?
This Skill provides an organized, practical documentation map for implementing oRPC features correctly, so you can design type-safe RPC endpoints with OpenAPI compatibility across frameworks.
Core Features & Use Cases
- oRPC core concepts: Procedures, routers, middleware, context, and error handling with patterns for both server and client usage.
- Streaming & files: Event iterators (SSE), event metadata, and file upload/download guidance using supported types and constraints.
- OpenAPI-ready development: OpenAPI routing, spec generation, bracket notation, and operational metadata to produce REST endpoints that match your contract.
Quick Start
Use the orpc-docs skill to answer, step-by-step, how to implement a contract-first oRPC procedure with streaming responses and OpenAPI-compatible routing for your target framework.