Local Zod v3 documentation reference. Use when asked about Zod schema validation, TypeScript type inference, error handling, or migration from earlier versions.
Zod is a TypeScript-first schema declaration and validation library designed to be developer-friendly. With Zod, you declare a validator once and Zod automatically infers the static TypeScript type. It eliminates duplicative type declarations and makes it easy to compose simpler types into complex data structures.
| File | Title | Description |
|------|-------|-------------|
| contents/README.md | Main Documentation | Comprehensive API reference covering primitives, objects, arrays, unions, refinements, transformers, and all Zod features |
| contents/ERROR_HANDLING.md | Error Handling Guide | Explains ZodError and ZodIssue types, error formatting, and customization with error maps |
| contents/MIGRATION.md | Migration Guide | Steps for upgrading from Zod 1→2 and Zod 2→3, including breaking changes and new features |
| contents/README_KO.md | Korean Documentation | Korean translation of the main README |
| contents/README_ZH.md | Chinese Documentation | Chinese translation of the main README |
| contents/blog/clerk-fellowship.md | Zod 4 Development | Blog post about Zod 4 development plans and funding |
Use this skill when the user asks about:
TOC.md for complete listingcontents/{filename}For API reference and usage examples, start with contents/README.md.
For error handling details, see contents/ERROR_HANDLING.md.
For version migration, see contents/MIGRATION.md.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer