zod-extract

Installation
SKILL.md

Zod Extract

Find Zod schemas defined outside validations/ and centralize them.

Instructions

  1. Search for Zod usage patterns outside validations/ directory
  2. For each inline schema found:
    • Determine the appropriate validation file (existing or new)
    • Generate the export with proper naming
    • Generate the inferred type export
    • Update the original file to import from validations/
  3. Update barrel export in validations/index.ts

What to look for

Zod patterns outside validations/:

Installs
11
Repository
cerico/macfair
First Seen
Feb 24, 2026
zod-extract — cerico/macfair