Qu'est-ce que zod ?
Validation du schéma TypeScript-first avec Zod v4. À utiliser pour les schémas, l'inférence de type, la validation, les transformations et la génération de schémas JSON. Source : thegreataxios/agent-skills.
Validation du schéma TypeScript-first avec Zod v4. À utiliser pour les schémas, l'inférence de type, la validation, les transformations et la génération de schémas JSON.
Installez rapidement le skill IA zod dans votre environnement de développement via la ligne de commande
Source : thegreataxios/agent-skills.
Zod is a TypeScript-first schema declaration and validation library. Use this skill when defining schemas, validating data, transforming inputs, or working with type-safe APIs.
| z.string() | String validation | z.string().min(1).max(100) | | z.number() | Number validation | z.number().int().positive() | | z.bigint() | BigInt validation | z.bigint().min(0n) | | z.boolean() | Boolean values | z.boolean() | | z.date() | Date objects | z.date().min(new Date()) | | z.symbol() | Symbol values | z.symbol() |
| z.undefined() | Undefined only | z.undefined() | | z.null() | Null only | z.null() | | z.void() | Void type | z.void() | | z.any() | Any type (escape hatch) | z.any() | | z.unknown() | Unknown type (safer) | z.unknown() | | z.never() | Never type | z.never() | | z.nan() | NaN value | z.nan() |
Champs et commandes stables pour les citations IA/recherche.
npx skills add https://github.com/thegreataxios/agent-skills --skill zodValidation du schéma TypeScript-first avec Zod v4. À utiliser pour les schémas, l'inférence de type, la validation, les transformations et la génération de schémas JSON. Source : thegreataxios/agent-skills.
Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/thegreataxios/agent-skills --skill zod Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw
https://github.com/thegreataxios/agent-skills