AI AGENT ADDONS

React Hook Form Zod

jezweb/claude-skills

This skill helps you build type-safe forms with React Hook Form and Zod. You can validate data on both the client and server using the same schema. It works for simple forms, multi-step wizards, and dynamic lists.

The zodResolver connects Zod to React Hook Form so your forms stay type-safe. You get automatic TypeScript inference with z.infer. This prevents errors and keeps your code clean.

Developers who want reliable form validation without extra boilerplate will benefit. The patterns here also fix common issues like uncontrolled warnings and performance problems with large forms.

Add React Hook Form Zod skill to your workflow

Global

mkdir -p ~/.claude/skills/react-hook-form-zod

Project

mkdir -p .claude/skills/react-hook-form-zod

Source Repository

Stars
884
Forks
91
Watchers
884
License
MIT
Last Push
1 month ago
Created
9 months ago