When to use this skill ALWAYS use this skill when the user mentions: - Enabling or disabling app autostart / launch at login - Platform-specific autostart behavior (macOS Login Items, Windows Registry, Linux XDG autostart) - User-controlled autostart toggle in app settings Trigger phrases include: - "autostart", "startup", "login items", "boot launch", "launch on startup" How to use this skill 1. Install the autostart plugin and add it to and : 2. Register the plugin in your Tauri builder with the desired macro type: 3. Configure capabilities in : 4. Toggle autostart from the frontend : 5. Ha…