ionic-appflow-migration

Migrate Ionic/Capacitor projects from Ionic Appflow to Capgo updates and CI/CD.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Migrates an Ionic/Capacitor project away from Ionic Appflow to Capgo-based updates and repository-driven CI/CD plus store publishing, reducing reliance on Appflow.

Core Features & Use Cases

  • Detects Appflow usage across Live Updates, cloud builds, and store publishing.
  • Migrates live updates to Capgo using capgo-live-updates, and replaces cloud builds with capacitor-ci-cd.
  • Migrates store publishing to capacitor-app-store while preserving bundle identifiers and credentials.
  • Provides a step-by-step migration strategy with rollback safeguards and cleanup.

Quick Start

Run the migration to replace Appflow with Capgo live updates, capacitor-ci-cd, and capacitor-app-store in the project.

Frequently Asked Questions about ionic-appflow-migration

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

FAQPage Schema
How do I migrate Ionic Appflow live updates to Capgo?

Migrating Ionic Appflow live updates to Capgo involves replacing Appflow's update mechanism with capgo-live-updates, ensuring your Ionic/Capacitor project continues to receive over-the-air updates without relying on Appflow.

What is the best way to replace Appflow cloud builds with repository-driven CI/CD?

Replacing Appflow cloud builds with repository-driven CI/CD uses capacitor-ci-cd to automate builds directly from your repository, eliminating Appflow dependency while maintaining your existing build configurations.

Can I migrate Appflow store publishing while preserving bundle identifiers and credentials?

Yes, migrating Appflow store publishing to capacitor-app-store preserves your bundle identifiers and credentials, ensuring a seamless transition of automated store deployment without losing existing app configurations.

How does this migration handle rollback and cleanup after moving off Appflow?

The Appflow to Capgo migration enforces step-by-step rollback safeguards and cleanup procedures, allowing you to safely revert changes and remove Appflow dependencies if the migration encounters issues.

Does this migration support projects using both Appflow live updates and cloud builds?

Yes, this migration detects Appflow usage across Live Updates, cloud builds, and store publishing, then replaces each flow with Capgo counterparts to fully transition your Ionic/Capacitor project off Appflow.