Skip to content
Development
Command

/add-form

Create a form component with validation and comprehensive functionality.

shell
$ npx -y skills add LarouexNonprofitConsulting/larouex-fullstack-plugin --agent claude-code

Ships with larouex-fullstack-builder. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/add-form

Context preview

What this command does when you run it.

Create a form component with validation and comprehensive functionality.

Command definition

add-form.md

Create a form component with validation and comprehensive functionality.

Generate:

  • Form component with React Hook Form integration
  • TypeScript types for form data and validation schema
  • Validation using Zod schema or similar
  • Bootstrap-styled form fields with proper labels
  • Error display for each field with accessible error messages
  • Loading states during submission
  • Success feedback (toast, modal, or inline message)
  • Submit handler structure with API integration pattern
  • Reset functionality
  • Accessibility features (ARIA attributes, focus management)
  • Mobile-responsive layout

Include field types: text, email, textarea, select, checkbox, radio. Implement proper form state management, keyboard navigation, and screen reader support.

Read it on GitHub โ†—
Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin, auto-invoked