trpc
Installation
SKILL.md
Critical Patterns
Project Structure (REQUIRED)
.
├── src
│ ├── pages
│ │ ├── _app.tsx # add `createTRPCNext` setup here
│ │ ├── api
│ │ │ └── trpc
│ │ │ └── [trpc].ts # tRPC HTTP handler
│ │ ├── server
│ │ │ ├── routers
│ │ │ │ ├── _app.ts # main app router
│ │ │ │ ├── [feature].ts # feature-specific routers
│ │ │ │ └── [...]
│ │ │ ├── context.ts # create app context
│ │ │ └── trpc.ts # procedure helpers
Related skills
More from poletron/custom-rules
cpp
>
104lancedb
>
17clean-code
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
10vulnerability-scanner
Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.
8web-performance-optimization
Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance
7javascript-mastery
Comprehensive JavaScript reference covering 33+ essential concepts every developer should know. From fundamentals like primitives and closures to advanced patterns like async/await and functional programming. Use when explaining JS concepts, debugging JavaScript issues, or teaching JavaScript fundamentals.
7