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, never nest-zod/swagger
  • Use ZBody, ZParam, ZQuery, and ZSerialize
  • Keep schemas and inferred DTO types close to the controller they support
  • Do not introduce global Nest pipe or interceptor registration for nest-zod

Workflow

Installs
3
Repository
taugr/nest-zod
GitHub Stars
1
First Seen
Jun 13, 2026
nest-zod-runtime — taugr/nest-zod