Offline-First Capacitor Apps Build apps that work seamlessly with or without internet connectivity. When to Use This Skill - User needs offline support - User asks about data sync - User wants caching - User needs local database - User has connectivity issues Offline-First Architecture Network Detection Using Capacitor Network Plugin Network-Aware Service Local Database with Fast SQL Installation Before using Fast SQL in production, complete the required platform setup: - iOS: allow localhost networking for the plugin transport. - Android: add the localhost cleartext exception required by the…