An Agent Skill for building fullstack typesafe APIs with oRPC (v1.12+) and its ecosystem.
Comprehensive guidance covering the full oRPC stack:
- Contract-first development (define API shape, implement with type safety)
- Procedure definition, middleware, and routers
- Context flow and error handling (typed errors from contracts)
- Hono integration and server handler setup
- Client setup (fetch, WebSocket, batch, retry plugins)
- TanStack Query integration (queries, mutations, infinite queries, optimistic updates)
- Event iterators / SSE for real-time features
- File upload/download
- AI SDK integration
npx skills add stephen-golban/orpc-fullstackorpc-fullstack/
├── SKILL.md # Overview + quick reference (~250 lines)
└── references/
└── REFERENCE.md # Full detailed documentation with code examples
MIT