Generate a generic Chakra UI component with TypeScript, variants, and prop interfaces
/plugin marketplace add Lobbi-Docs/claude/plugin install chakra-react-toolkit@claude-orchestration[component-name] [base-chakra-element]# Instructions for Claude When this command is invoked, create a reusable Chakra UI component following these steps: 1. Parse the component name from arguments (convert to PascalCase) 2. Determine the base Chakra element (Box, Flex, Stack, etc.) - default to Box if not specified 3. Generate a TypeScript component file with proper interfaces 4. Include variant system using Chakra's styling props 5. Add forwardRef for ref forwarding 6. Export both component and types ## Component Template ## Customization Based on Arguments - If base element is specified (e.g., "Flex", "Stack"), replac...