Upgrades Capacitor apps from v6 to v7 by checking packages, updating @capacitor/* deps, running npm install and npx cap sync, verifying iOS/Android builds. For v6 to v7 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 6 to version 7.
Upgrades Capacitor apps from v7 to v8 by checking packages, updating @capacitor/* to v8 range, syncing native iOS/Android projects, and verifying builds. For v7 to v8 migrations only.
Guides upgrading Capacitor plugins from v6 to v7 by updating peer dependencies, reviewing migration notes, editing native iOS/Android files, and syncing example apps. Use for plugins targeting Capacitor 6 needing v7 path.
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 6 to version 7.
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 v7-compatible range.npm install.npx cap sync.