关于
This skill provides opinionated TypeScript patterns designed for modern full-stack development with Next.js, tRPC, and Drizzle ORM. It emphasizes a "derive, don't declare" philosophy, ensuring a single source of truth by extracting types from runtime sources like Zod schemas and API routers. By enforcing strict compiler settings and providing patterns for branded types, discriminated unions, and server-side type protection, it enables developers to build robust, type-safe applications while minimizing manual type maintenance and eliminating common errors like type leakage across network and architectural boundaries.