Generate accessible forms with Chakra form controls, validation patterns, and TypeScript
/plugin marketplace add Lobbi-Docs/claude/plugin install chakra-react-toolkit@claude-orchestration[form-name] [fields...]# Instructions for Claude When this command is invoked, create a fully-typed Chakra UI form component: 1. Parse the form name and field definitions from arguments 2. Generate TypeScript interfaces for form data and props 3. Create form component with Chakra form controls 4. Include validation logic and error display 5. Add submit handler with proper typing 6. Implement accessibility features (labels, error messages, focus management) ## Form Template ## Field Types Support Generate appropriate Chakra inputs based on field types: - Text: Input with type="text" - Email: Input with type...