zod-nest-migrate

Installation
SKILL.md

zod-nest-migrate

Drives the nestjs-zod → zod-nest migration through the 8 steps documented at https://github.com/rodrigowbazevedo/zod-nest/blob/main/MIGRATION.md. The skill is intentionally thin: it audits the codebase, gates each step on user confirmation, and fetches canonical step content from MIGRATION.md at runtime rather than duplicating it here.

When to invoke

  • Explicit only. Slash /zod-nest-migrate, or when the user asks to migrate from nestjs-zod / replace cleanupOpenApiDoc / drop class-validator.
  • Do not auto-trigger on nestjs-zod imports, *.controller.ts edits, or any other file pattern. Migration is a heavy, multi-file operation — wait for the user to ask.

Output contract

This skill drives a multi-turn interaction. At each step it prints:

Installs
2
GitHub Stars
3
First Seen
May 17, 2026
zod-nest-migrate — rodrigowbazevedo/zod-nest