When to use this skill ALWAYS use this skill when the user mentions: - System tray icon or status bar icon - Tray menu with actions (show, hide, quit) - Platform-specific tray behavior differences Trigger phrases include: - "system tray", "tray icon", "tray menu", "status bar", "minimize to tray" How to use this skill 1. Configure a tray icon in your Tauri builder: 2. Configure capabilities in : 3. Handle tray icon clicks to toggle window visibility (show/hide on click) 4. Handle platform differences : macOS uses left-click for menu, Windows uses right-click; tray positioning varies 5. Combin…