zod
Comprehensive schema validation guide and best practices for Zod in TypeScript applications.
Install
npx skills add https://github.com/pproenca/dot-skills --skill zodStats
| Total installs | 972 |
| Weekly installs | 969 |
| GitHub stars | 86 |
| First seen | Jan 20, 2026 |
| Source | @pproenca/dot-skills |
Summary
- Covers 8 rule categories from schema definition and parsing (CRITICAL) through type inference, error handling, and performance (LOW-MEDIUM)
- Distinguishes safeParse() for user input, parseAsync() for async refinements, and parse() for trusted data; emphasizes validation at system boundaries
- Provides guidance on z.infer for type inference, z.unknown() over z.any(), discriminated unions, and schema composition patterns
- Includes error handling strategies: custom messages, flatten() for forms, path tracking for nested errors, and internationalization support
- References individual rule files with code examples and a compiled full guide (AGENTS.md) for detailed explanations
Tags
Related skills
| Skill | Installs | vs zod |
|---|---|---|
| rag-architect | 1,076 | +104 |
| flutter-concurrency | 988 | +16 |
| maishou | 1,046 | +74 |
| image-ocr | 910 | -62 |
| computer-vision-opencv | 1,069 | +97 |
FAQ
- How many installs does zod have?
- zod has 972 total installs and 969 installs this week.
- Where is zod hosted?
- zod is published by @pproenca/dot-skills at https://github.com/pproenca/dot-skills.
- How many GitHub stars does zod have?
- zod has 86 GitHub stars.
- When was zod first indexed?
- OrangeBot.AI first indexed zod on Jan 20, 2026.
- How do I install zod?
- Run: npx skills add https://github.com/pproenca/dot-skills --skill zod