web-validation-zod
Installation
SKILL.md
Validate with Zod
Generate Zod validation code for common use cases. Inspect and follow the project's existing Zod version, schemas, error conventions, and boundary ownership; this skill does not assume another instruction file is installed.
When to Use
- Setting up API response validation
- Adding form validation to a component
- Parsing data from localStorage or external sources
- Building reusable schema wrappers
Patterns
API Client Validation
Validate responses at the boundary with a generic fetch wrapper: