Capacitor Best Practices Comprehensive guidelines for building production-ready Capacitor applications. When to Use This Skill - Setting up a new Capacitor project - Reviewing Capacitor app architecture - Optimizing app performance - Implementing security measures - Preparing for app store submission Project Structure Recommended Directory Layout Configuration Best Practices capacitor.config.ts (CORRECT): capacitor.config.json (AVOID): Never commit development server URLs to production Plugin Usage CRITICAL: Always Use Latest Capacitor Keep Capacitor core packages in sync: Plugin Installation…