Generate Modal, Drawer, or AlertDialog with Chakra UI and focus management
/plugin marketplace add Lobbi-Docs/claude/plugin install chakra-react-toolkit@claude-orchestration[component-name] [type: modal|drawer|alert]# Instructions for Claude When this command is invoked, create an accessible overlay component with Chakra UI: 1. Parse component name and type (modal, drawer, or alert dialog) 2. Generate TypeScript component with proper focus management 3. Include accessibility features (aria-labels, focus trap, ESC to close) 4. Add customizable header, body, footer sections 5. Implement controlled open/close state 6. Support different sizes and placements ## Modal Template ## Drawer Template ## AlertDialog Template ## Focus Management 1. Use initialFocusRef to set focus on modal open 2. Use ...