form-design

Installation
SKILL.md

Form Design & Development

Build accessible, user-friendly forms with proper validation and error handling.

Instructions

  1. Use react-hook-form - Performant form state management
  2. Validate with Zod - Type-safe schema validation
  3. Show errors inline - Near the relevant field
  4. Provide clear feedback - Success, error, and loading states
  5. Ensure accessibility - Labels, ARIA attributes, keyboard navigation

React Hook Form + Zod

Basic Form Setup

Installs
4
GitHub Stars
3
First Seen
Mar 15, 2026
form-design — housegarofalo/claude-code-base