·designing-zod-schemas
</>

designing-zod-schemas

saleor/configurator

Zod ファースト開発に従って Zod スキーマを設計します。検証スキーマ、ブランド型、識別共用体、および変換を作成します。スキーマから TypeScript 型を推測します。トリガー対象: Zod スキーマ、z.object、z.infer、検証、ブランド型、識別結合、safeParse、洗練。

13インストール·1トレンド·@saleor

インストール

$npx skills add https://github.com/saleor/configurator --skill designing-zod-schemas

SKILL.md

Guide the design and implementation of Zod schemas following the project's Zod-first development approach, where schemas are defined before implementing business logic.

| Basic validation | Primitives | z.string().min(1) | | Domain safety | Branded types | transform((v) => v as EntitySlug) | | Multiple types | Discriminated union | z.discriminatedUnion('type', [...]) | | Cross-field rules | Refinement | .refine((data) => ...) | | Data normalization | Transform | .transform((v) => v.trim()) |

| Schema defined | No TS errors | npx tsc --noEmit | | Types inferred | z.infer works | Check type in IDE | | Validation works | safeParse tests | pnpm test |

Zod ファースト開発に従って Zod スキーマを設計します。検証スキーマ、ブランド型、識別共用体、および変換を作成します。スキーマから TypeScript 型を推測します。トリガー対象: Zod スキーマ、z.object、z.infer、検証、ブランド型、識別結合、safeParse、洗練。 ソース: saleor/configurator。

原文を見る

引用可能な情報

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

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

クイックアンサー

designing-zod-schemas とは?

Zod ファースト開発に従って Zod スキーマを設計します。検証スキーマ、ブランド型、識別共用体、および変換を作成します。スキーマから TypeScript 型を推測します。トリガー対象: Zod スキーマ、z.object、z.infer、検証、ブランド型、識別結合、safeParse、洗練。 ソース: saleor/configurator。

designing-zod-schemas のインストール方法は?

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

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

https://github.com/saleor/configurator