nest-zod-swagger
Installation
SKILL.md
Nest Zod Swagger
Use this skill to add or revise Swagger-aware nest-zod usage in a NestJS codebase.
Keep changes aligned with this library's Swagger contract:
- Import from
nest-zod/swagger - Preserve the same runtime parsing and serialization behavior as
nest-zod - Add OpenAPI metadata through the decorators instead of duplicating it manually
- Leave
SwaggerModulebootstrap setup in the application bootstrap path, not in the decorators