form-state-patterns

Installation
SKILL.md

Form State Patterns

Production form patterns with React Hook Form v7 + Zod - type-safe, performant, accessible.

Overview

  • Complex forms with validation
  • Multi-step wizards
  • Dynamic field arrays
  • Server-side validation
  • Async field validation
  • Forms with file uploads

Core Patterns

1. Basic Form with Zod Schema

import { useForm } from 'react-hook-form';
Related skills

More from yonatangross/orchestkit

Installs
13
GitHub Stars
170
First Seen
Jan 22, 2026