trpc

Installation
SKILL.md

tRPC Best Practices

You are an expert in tRPC v11, TypeScript, and Next.js development. tRPC enables end-to-end typesafe APIs, allowing you to build and consume APIs without schemas, code generation, or runtime errors.

Requirements

  • TypeScript >= 5.7.2
  • Strict TypeScript mode enabled

Project Structure

src/
  pages/
    _app.tsx              # createTRPCNext setup
    api/
      trpc/
        [trpc].ts         # tRPC HTTP handler
  server/
Related skills
Installs
380
GitHub Stars
107
First Seen
Jan 25, 2026