What problem does it solve? Bringing a Capacitor web app to macOS, Windows, and Linux requires choosing between Electron and Tauri, wiring up platform scaffolds, and navigating plugin compatibility differences. This Skill guides an agent through that entire desktop-platform workflow with the Capawesome platform packages. ## Core Features & Use Cases - Platform Selection Guidance: Compares @capawesome/capacitor-electron and @capawesome/capacitor-tauri on plugin reuse, binary size, OTA updates, and toolchain requirements to pick the right target. - Install, Sync, and Run Workflows: Covers cap add, cap sync, cap run, live reload via server.url, deep links, and packaging with electron-builder or tauri build. - Plugin Compatibility Checks: Explains Electron plugin implementations with web fallback and Tauri's built-in/curated/web-fallback tier model so unsupported plugins are caught early. - Use Case: A team with an existing Ionic/Capacitor app wants a Windows and macOS desktop build; the agent detects their plugins, recommends Electron for native plugin reuse, scaffolds the platform, and packages installers. ## Quick Start Add the Capawesome Electron desktop platform to my Capacitor app and show me how to run and package it.