validator-gen
Installation
SKILL.md
Validator Gen
Your TypeScript types don't validate at runtime. This tool generates Zod or Yup schemas that match your existing types. Type safety meets runtime validation without writing everything twice.
One command. Zero config. Just works.
Quick Start
npx ai-validator types.ts
What It Does
- Generates Zod or Yup schemas from TypeScript interfaces and types
- Handles nested objects, arrays, unions, and optional fields
- Adds sensible constraints like email formats, min/max lengths
- Includes error messages that make sense to users
- Outputs ready-to-use validation code