zod
SKILL.md
Zod Documentation
Complete Zod validation library documentation embedded in markdown. Read from references/ to answer questions about schema validation, type inference, and error handling.
Documentation Structure
All documentation is in references/ organized by topic:
Core Documentation
Getting Started
index.mdx- Introduction and quick startbasics.mdx- Basic usage and schema definition
API Reference
api.mdx- Complete API documentation- Primitives (string, number, boolean, etc.)
- Complex types (object, array, tuple, union, etc.)
- Schema methods (parse, safeParse, parseAsync, etc.)