Claude Code Plugins

Community-maintained marketplace

Feedback

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

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @majiayu000/claude-skill-registry/form-builder --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @majiayu000/claude-skill-registry/form-builder -p --client shared
Note: Review the skill 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