Claude Code Plugins

Community-maintained marketplace

Feedback

Create fillable forms, surveys, and interactive documents with validation and data collection

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name form-builder
description Build accessible forms with React Hook Form + Zod
license MIT
metadata [object Object]
compatibility React 18+, TypeScript 5+

Form Builder

Build accessible, type-safe forms in React.

When to Use

Activate when user asks to:

  • Create any form (contact, signup, login, checkout, etc.)
  • Add form validation
  • Handle form submission

Stack

  • React Hook Form — form state, minimal re-renders
  • Zod — schema validation
  • @hookform/resolvers — connects them

Examples

Install

npm install react-hook-form @hookform/resolvers zod