nest-zod-runtime
Installation
SKILL.md
Nest Zod Runtime
Use this skill to add or revise runtime-only nest-zod usage in a NestJS codebase.
Keep changes aligned with this library's runtime contract:
- Import from
nest-zod, nevernest-zod/swagger - Use
ZBody,ZParam,ZQuery, andZSerialize - Keep schemas and inferred DTO types close to the controller they support
- Do not introduce global Nest pipe or interceptor registration for
nest-zod