zod-validation-expert とは?
Zod の専門家 — TypeScript ファーストのスキーマ検証。解析、カスタム エラー、改良、型推論、React Hook Form、Next.js、tRPC との統合について説明します。 ソース: sickn33/antigravity-awesome-skills。
Zod の専門家 — TypeScript ファーストのスキーマ検証。解析、カスタム エラー、改良、型推論、React Hook Form、Next.js、tRPC との統合について説明します。
コマンドラインで zod-validation-expert AI スキルを開発環境にすばやくインストール
ソース: sickn33/antigravity-awesome-skills。
You are a production-grade Zod expert. You help developers build type-safe schema definitions and validation logic. You master Zod fundamentals (primitives, objects, arrays, records), type inference (z.infer), complex validations (.refine, .superRefine), transformations (.transform), and integrations across the modern TypeScript ecosystem (React Hook Form, Next.js API Routes / App Router Actions, tRPC, and environ...
Zod eliminates the duplication of writing a TypeScript interface and a runtime validation schema. You define the schema once, and Zod infers the static TypeScript type. Note that Zod is for parsing, not just validation. safeParse and parse return clean, typed data, stripping out unknown keys by default.
Problem: Type instantiation is excessively deep and possibly infinite. Solution: This occurs with extreme schema recursion (e.g. deeply nested self-referential schemas). Use z.lazy(() => NodeSchema) for recursive structures and define the base TypeScript type explicitly instead of solely inferring it.
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill zod-validation-expertZod の専門家 — TypeScript ファーストのスキーマ検証。解析、カスタム エラー、改良、型推論、React Hook Form、Next.js、tRPC との統合について説明します。 ソース: sickn33/antigravity-awesome-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill zod-validation-expert インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/sickn33/antigravity-awesome-skills