·type-safety-validation
</>

type-safety-validation

yonatangross/skillforge-claude-plugin

End-to-end type safety with Zod, tRPC, Prisma, and TypeScript 5.7+ patterns. Use when creating Zod schemas, setting up tRPC, validating input, implementing exhaustive switch statements, branded types, or type checking with ty.

4Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill type-safety-validation

SKILL.md

| Zod | Runtime validation | z.object({}).safeParse(data) | | tRPC | Type-safe APIs | t.procedure.input(schema).query() | | Prisma | Type-safe ORM | Auto-generated types from schema | | TypeScript 5.7+ | Compile-time safety | satisfies, const params, decorators |

See: references/zod-patterns.md for transforms, refinements, discriminated unions, and recursive types.

See: references/trpc-setup.md for middleware, authentication, React integration, and error handling.

End-to-end type safety with Zod, tRPC, Prisma, and TypeScript 5.7+ patterns. Use when creating Zod schemas, setting up tRPC, validating input, implementing exhaustive switch statements, branded types, or type checking with ty. Source: yonatangross/skillforge-claude-plugin.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill type-safety-validation
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is type-safety-validation?

End-to-end type safety with Zod, tRPC, Prisma, and TypeScript 5.7+ patterns. Use when creating Zod schemas, setting up tRPC, validating input, implementing exhaustive switch statements, branded types, or type checking with ty. Source: yonatangross/skillforge-claude-plugin.

How do I install type-safety-validation?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill type-safety-validation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/skillforge-claude-plugin