Generate toast notifications and alert systems using Chakra UI's useToast hook
/plugin marketplace add Lobbi-Docs/claude/plugin install lobbi-docs-chakra-react-toolkit-chakra-react-toolkit@Lobbi-Docs/claude[toast-name] [type: basic|custom|promise]# Instructions for Claude When this command is invoked, create a toast notification system with Chakra UI: 1. Parse toast component name and type from arguments 2. Generate TypeScript hook or component wrapper for useToast 3. Include preset configurations for common use cases 4. Support custom toast content and styling 5. Implement promise-based toasts for async operations 6. Add accessibility features ## Basic Toast Hook Template ## Custom Toast Component Template ## Promise Toast Template ## Toast Queue Manager Template ## Toast Positions Configure toast position: - top, t...