Pairs React Hook Form's uncontrolled inputs with Zod schemas to give you type-safe forms with a single source of truth for validation on both client and server. The skill covers the resolver setup, dynamic field arrays, and Controller wrapping for third-party components. What stands out is the documented workarounds for 20 known issues, including performance tips for forms with 300+ fields, Zod v4 optional field bugs, and SSR hydration problems. Also flags upcoming breaking changes in v8 like the field.id to field.key rename. If you're already using shadcn/ui forms, this codifies the patterns you'd otherwise piece together from Stack Overflow.
npx skills add https://github.com/jezweb/claude-skills --skill react-hook-form-zod