ionic-enterprise-sdk-migration

Detect Ionic Enterprise plugins in Capacitor projects and migrate them to Capgo-compatible alternatives.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hamza-sahin/pawbalance --skill ionic-enterprise-sdk-migration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ionic-enterprise-sdk-migration
Source: https://github.com/hamza-sahin/pawbalance/tree/main/.claude/skills/ionic-enterprise-sdk-migration
Command: npx skills add https://github.com/hamza-sahin/pawbalance --skill ionic-enterprise-sdk-migration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Migrates Capacitor apps away from Ionic Enterprise SDK plugins to Capgo and Capacitor alternatives, preserving behavior and reducing migration risk.

Core Features & Use Cases

  • Dependency detection and auto-detection of Ionic Enterprise plugins from package.json.
  • Guided replacement mapping to Capgo-compatible plugins for auth, biometrics, and secure storage.
  • Safe, stepwise migration that preserves redirect URIs, scopes, and stored keys.
  • Use Case: Replace @ionic-enterprise/auth, identity-vault, or secure-storage with Capgo alternatives while maintaining UX parity.

Quick Start

Identify Ionic Enterprise dependencies in your project and migrate each plugin to Capgo or equivalent open-source replacements while preserving redirects, scopes, and storage behavior.

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 Ionic Enterprise plugins to Capgo in a Capacitor project?

To migrate Ionic Enterprise plugins to Capgo, detect dependencies in package.json and replace plugins like @ionic-enterprise/auth one at a time with Capgo-compatible alternatives while preserving redirect URIs, scopes, and storage keys.

What is the safest way to replace @ionic-enterprise/identity-vault with a Capgo alternative?

The safest way to replace @ionic-enterprise/identity-vault is a stepwise migration that selects a Capgo-compatible replacement plugin and documents removal steps while maintaining feature parity and minimizing downtime.

Can I migrate @ionic-enterprise/secure-storage without losing existing stored keys?

Yes, you can migrate @ionic-enterprise/secure-storage without losing stored keys by following a guided replacement mapping that specifically preserves storage behavior and existing keys during the transition to Capgo alternatives.

Does this migration approach work with all Ionic Enterprise SDK plugins?

This migration approach specifically targets apps using @ionic-enterprise/auth, @ionic-enterprise/identity-vault, and @ionic-enterprise/secure-storage, applying auto-detection from package.json to guide replacements for these specific plugins.

What are the limitations of migrating Ionic Enterprise dependencies one plugin at a time?

Migrating Ionic Enterprise dependencies one plugin at a time limits parallel transitions but ensures feature parity by isolating changes, allowing you to verify each replacement against redirects, scopes, and storage behavior before proceeding.

Why should I move my Capacitor app from Ionic Enterprise SDK to Capgo?

Moving your Capacitor app from Ionic Enterprise SDK to Capgo reduces migration risk by providing guided replacement mapping for auth, biometrics, and secure storage while preserving your existing user experience and behavior.