Local zod documentation reference (latest). Zod schema validation documentation. Use for TypeScript type inference, parsing, error handling, and schema composition.
Resources
4Install
npx skillscat add olorehq/olore/olore-zod-latest Install via the SkillsCat registry.
SKILL.md
zod Documentation
Zod schema validation documentation. Use for TypeScript type inference, parsing, error handling, and schema composition.
Quick Reference
| File | Title | Description |
|---|---|---|
contents/index.mdx |
Intro | Introduction to Zod - TypeScript-first schema validation library with static type inference |
contents/basics.mdx |
Basic usage | Basic usage guide covering schema definition, parsing data, error handling, and type inference |
contents/api.mdx |
Defining schemas | Complete API reference for all Zod schema types, methods, and validation features |
contents/codecs.mdx |
Codecs | Bidirectional transformations with encode and decode |
contents/error-customization.mdx |
Customizing errors | Guide to customizing validation error messages and error handling patterns |
contents/error-formatting.mdx |
Formatting errors | Utilities for formatting and displaying Zod errors |
contents/json-schema.mdx |
JSON Schema | How to convert Zod schemas to JSON Schema |
contents/metadata.mdx |
Metadata and registries | Attaching and manipulating metadata on Zod schemas |
contents/ecosystem.mdx |
Ecosystem | Overview of the Zod ecosystem including integrations, tools, and community resources |
contents/library-authors.mdx |
For library authors | Guidelines and best practices for library authors integrating with Zod |
contents/packages/zod.mdx |
Zod | Internals and structure of the Zod library |
contents/packages/mini.mdx |
Zod Mini | Zod Mini - a tree-shakable Zod |
contents/packages/core.mdx |
Zod Core | Zod Core package - minimal core functionality for custom implementations |
contents/v4/index.mdx |
Release notes | Zod 4 release notes and new features including performance improvements and breaking changes |
contents/v4/versioning.mdx |
Versioning | Versioning strategy and compatibility information for Zod 4 |
contents/v4/changelog.mdx |
Changelog | Changelog for Zod 4 |
contents/blog/clerk-fellowship.mdx |
Blog | Blog post about Clerk fellowship |
When to use
Use this skill when the user asks about:
- Creating and defining Zod schemas for TypeScript validation
- Parsing and validating data with Zod
- Type inference and TypeScript integration
- Error handling, customization, and formatting
- Schema composition and transformations
- JSON Schema conversion
- Zod ecosystem tools and integrations
- Migrating to Zod 4 or version compatibility
How to find information
- Check Quick Reference above for the relevant file
- Read specific files from
contents/{filename}