What problem does it solve? Ionic Enterprise SDK plugins (Auth Connect, Identity Vault, Secure Storage) are discontinued, leaving Capacitor apps dependent on unmaintained packages. This Skill guides an agent through replacing them with maintained Capawesome alternatives while preserving existing app behavior and stored data. ## Core Features & Use Cases - Dependency Detection: Scans package.json for @ionic-enterprise/auth, @ionic-enterprise/identity-vault, and @ionic-enterprise/secure-storage before starting migration. - Side-by-Side API Mapping: Provides feature mapping tables and before/after code replacements for OAuth, Vault, Biometrics, Secure Preferences, and SQLite plugins. - Data Migration Strategies: Supports both preserve-data gradual cutover and hard cutover strategies for Identity Vault, including runtime export/import of vault contents. - Use Case: A team with a production Capacitor 7 app using Auth Connect and Identity Vault needs to move off the discontinued SDK. The agent detects both plugins, configures the Capawesome npm registry, replaces login/refresh/logout calls with the OAuth plugin, and migrates vault data at runtime without users losing stored credentials. ## Quick Start Ask the agent to migrate the Ionic Enterprise plugins in this Capacitor project to their Capawesome replacements.