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

import { useForm } from 'react-hook-form';
import { zodResolver } from '@hookform/resolvers/zod';
Related skills

More from housegarofalo/claude-code-base

Installs
4
GitHub Stars
2
First Seen
Mar 15, 2026