Quick code snippets for common Maz-UI patterns (forms, dialogs, toasts, validation, components)
/plugin marketplace add secondsky/claude-skills/plugin install maz-ui@claude-skillscommands/# Maz-UI Code Snippets Quick access to production-ready code snippets for common Maz-UI patterns. ## Usage Type `/snippets` followed by a category: - `/snippets form` - Form templates - `/snippets dialog` - Dialog patterns - `/snippets toast` - Toast notification patterns - `/snippets validation` - Validation schemas - `/snippets component` - Component snippets - `/snippets theme` - Theme configuration - `/snippets setup` - Setup configurations ## Available Snippets ### Form Snippets (`/snippets form`) #### Basic Contact Form #### Login Form with Async Validation ### Dialog Snipp...