api-schema-zod
Installation
SKILL.md
Zod Schemas
Purpose
Generate Zod validation schemas that can be used both on the backend for validation and shared with the frontend for type-safe API contracts.
When to Use
- Creating reusable validation schemas
- Sharing schemas between backend and frontend
- Type-safe API contracts
- Runtime validation with TypeScript inference