Upgrades Capacitor apps from v4 to v5 by updating packages, reviewing migration notes, running npm install and cap sync, and verifying iOS/Android builds. For v4 to v5 migrations only.
npx claudepluginhub cap-go/capgo-skills --plugin capacitor-app-upgradesThis skill is limited to using the following tools:
Upgrade a Capacitor app from version 4 to version 5.
Upgrades Capacitor apps from v5 to v6: updates @capacitor/* packages, reviews migration notes, runs npm install and npx cap sync, verifies iOS/Android builds. For v5 to v6 migrations only.
Upgrades Capacitor plugins from v4 to v5: updates peer dependencies, reviews migration notes, edits native iOS/Android code, updates example apps, runs npm install, syncs and verifies.
Guides migration from Apache Cordova/PhoneGap to Capacitor including plugin equivalents, config updates, platform addition for iOS/Android, and key differences.
Share bugs, ideas, or general feedback.
Upgrade a Capacitor app from version 4 to version 5.
Current Capacitor packages from package.json:
!node -e "const fs=require('fs');if(!fs.existsSync('package.json'))process.exit(0);const pkg=JSON.parse(fs.readFileSync('package.json','utf8'));const out=[];for(const section of ['dependencies','devDependencies']){for(const [name,version] of Object.entries(pkg[section]||{})){if(name.startsWith('@capacitor/'))out.push(section+'.'+name+'='+version)}}console.log(out.sort().join('\n'))"
@capacitor/core version.@capacitor/* packages to the v5-compatible range.npm install.npx cap sync.