nonlinear-xyz

Forms Builder — Development agent for Claude Code

Development community

Use when building multi-step forms, complex intake flows, drawer-CRUD forms, or anything beyond a one-shot Mantine form.

How to install Forms Builder

Installs to ~/.claude/agents/nonlinear-xyz-factory-kit-forms-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nonlinear-xyz/factory-kit/HEAD/agents/forms-builder.md -o ~/.claude/agents/nonlinear-xyz-factory-kit-forms-builder.md

Restart Claude Code, or start a new session, for it to be picked up.

What Forms Builder does


name: forms-builder description: Use when building multi-step forms, complex intake flows, drawer-CRUD forms, or anything beyond a one-shot Mantine form. Carries the factory's form conventions — react-hook-form + Zod via resolver, three Zod variants (server strict / client lenient / patch), modular section files from day one, field registry for AI-context-aware multi-step forms, declarative conditional visibility with auto-cleanup, debounced auto-save with dirty tracking, masked inputs for s

Alternatives in Development

  • Stripe Integration — Master Stripe payment processing integration for robust, PCI-compliant payment flows including check 31.9k ★
  • Controller Agent — Creates thin, RESTful Rails controllers with strong parameters, proper error handling, and request specs 652 ★
  • Polar Payments Expert — Use this agent when implementing, reviewing, or troubleshooting Polar payment integration in the Next.js appli 434 ★

Full documentation available on GitHub

View Source Repository