Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기validator-gen
Generate Zod and Yup schemas from TypeScript types. Use when adding validation.
스타0
포크0
업데이트2026년 6월 16일 19:15
SKILL.md
readonly메뉴
Generate Zod and Yup schemas from TypeScript types. Use when adding validation.
| name | validator-gen |
| description | Generate Zod and Yup schemas from TypeScript types. Use when adding validation. |
You have TypeScript types but need runtime validation. This generates Zod or Yup schemas from your types.
One command. Zero config. Just works.
npx ai-validator ./types/user.ts
# Generate from types file
npx ai-validator ./types/user.ts
# Yup instead of Zod
npx ai-validator ./types/product.ts --library yup
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-validator --help
Parses your TypeScript types and generates equivalent validation schemas. Handles complex types, optional fields, and nested objects.
MIT. Free forever. Use it however you want.