Zod banner
marclove marclove

Zod

Development community

Description

--- name: Zod Migration description: Safely switches between TS-only types and Zod-inferred runtime validation with preflight checks. --- # Zod Migration Process - Run `just preflight-switch-to-zod` and present the summary. - If approved, run `just switch-to-zod`; for automation, `CONFIRM=1 just switch-to-zod`. - To revert, run `just switch-from-zod`.

Installation

Installs to ~/.claude/agents/marclove-typeforge-zod.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/marclove/typeforge/HEAD/.claude/agents/zod.md -o ~/.claude/agents/marclove-typeforge-zod.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository