designing-zod-schemas

Installation
SKILL.md

Zod Schema Designer

Overview

Guide the design and implementation of Zod schemas following the project's Zod-first development approach, where schemas are defined before implementing business logic.

When to Use

  • Creating new data structures
  • Adding validation to inputs
  • Designing configuration schemas
  • Implementing type-safe transformations
  • Creating test data builders

Core Principles

Zod-First Development

Installs
26
GitHub Stars
29
First Seen
Jan 22, 2026
designing-zod-schemas — saleor/configurator