ionic-enterprise-sdk-migration

Migrate Capacitor apps from deprecated Ionic Enterprise SDK plugins to modern alternatives.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Bigdrops/bigdrops-app --skill ionic-enterprise-sdk-migration-bigdrops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ionic-enterprise-sdk-migration
Source: https://github.com/Bigdrops/bigdrops-app/tree/main/.agents/skills/ionic-enterprise-sdk-migration
Command: npx skills add https://github.com/Bigdrops/bigdrops-app --skill ionic-enterprise-sdk-migration-bigdrops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill assists in the smooth transition of Capacitor apps from the deprecated Ionic Enterprise SDK plugins to modern, compatible alternatives. It simplifies dependency detection, API replacement, and platform cleanup.

Core Features & Use Cases

  • Dependency Detection: Automatically identifies @ionic-enterprise/* plugins within package.json.
  • API Replacement: Provides a comprehensive map for replacing plugins with their @capgo/ and Capacitor alternatives.
  • Local Storage Changes: Offers guidance on updating local storage strategies for security and performance improvements.
  • Platform Cleanup: Ensures a clean and secure build environment post-migration.

Quick Start

Execute the skill to detect and replace Ionic Enterprise SDK dependencies in your Capacitor app with their corresponding Capacitor alternatives.

Frequently Asked Questions about ionic-enterprise-sdk-migration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate deprecated Ionic Enterprise SDK plugins to Capacitor alternatives?

To migrate Ionic Enterprise SDK plugins, this Skill automatically detects `@ionic-enterprise/*` dependencies in `package.json` and maps them to modern `@capgo/` and Capacitor alternatives. It handles API replacement and platform cleanup for a smooth transition.

What is the best way to replace Ionic Enterprise authentication and secure local storage in my Capacitor app?

The best way to replace Ionic Enterprise authentication and secure local storage is by migrating to mapped `@capgo/` and Capacitor alternatives. This Skill provides API replacement and updates local storage strategies for improved security and performance.

How does dependency detection work for Ionic Enterprise SDK migration?

Dependency detection works by automatically scanning your `package.json` file to identify all installed `@ionic-enterprise/*` plugins. Once found, the Skill targets these deprecated packages for replacement with compatible Capacitor alternatives.

Can I use this migration process for my existing Capacitor app requiring biometric unlock updates?

Yes, you can use this migration process for existing Capacitor apps requiring biometric unlock updates. It is specifically designed to provide a migration path for authentication, biometric unlock, and secure local storage functionalities.

Why do I need platform cleanup after replacing Ionic Enterprise SDK plugins?

Platform cleanup is required after replacing Ionic Enterprise SDK plugins to ensure a clean and secure build environment post-migration. It removes deprecated package remnants and guarantees the app builds correctly with the new Capacitor alternatives.