·type-safety-validation
</>

type-safety-validation

yonatangross/orchestkit

Zod、tRPC、Prisma、TypeScript 5.7+ パターンによるエンドツーエンドのタイプ セーフティ。 Zod スキーマの作成、tRPC の設定、入力の検証、完全な switch ステートメントの実装、ブランド型、または ty による型チェックを行うときに使用します。

13インストール·0トレンド·@yonatangross

インストール

$npx skills add https://github.com/yonatangross/orchestkit --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.

Zod、tRPC、Prisma、TypeScript 5.7+ パターンによるエンドツーエンドのタイプ セーフティ。 Zod スキーマの作成、tRPC の設定、入力の検証、完全な switch ステートメントの実装、ブランド型、または ty による型チェックを行うときに使用します。 ソース: yonatangross/orchestkit。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/yonatangross/orchestkit --skill type-safety-validation
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

type-safety-validation とは?

Zod、tRPC、Prisma、TypeScript 5.7+ パターンによるエンドツーエンドのタイプ セーフティ。 Zod スキーマの作成、tRPC の設定、入力の検証、完全な switch ステートメントの実装、ブランド型、または ty による型チェックを行うときに使用します。 ソース: yonatangross/orchestkit。

type-safety-validation のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/yonatangross/orchestkit --skill type-safety-validation インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/yonatangross/orchestkit