By Cap-go
Automate Capacitor app upgrades across major versions v4 to v8, including dependency updates, migration note reviews, npm installs, cap syncs, native iOS/Android project handling, and build verifications. Handles single-step and multi-jump migrations.
Guides the agent through upgrading a Capacitor app from v4 to v5. Use when the project is on Capacitor 4 and needs the v5 migration path. Do not use for other major versions, plugin-only upgrades, or non-Capacitor apps.
Guides the agent through upgrading a Capacitor app from v5 to v6. Use when the project is on Capacitor 5 and needs the v6 migration path. Do not use for other major versions, plugin-only upgrades, or non-Capacitor apps.
Guides the agent through upgrading a Capacitor app from v6 to v7. Use when the project is on Capacitor 6 and needs the v7 migration path. Do not use for other major versions, plugin-only upgrades, or non-Capacitor apps.
Guides the agent through upgrading a Capacitor app from v7 to v8. Use when the project is on Capacitor 7 and needs the v8 migration path. Do not use for other major versions, plugin-only upgrades, or non-Capacitor apps.
Guides the agent through upgrading a Capacitor app project to a newer major version. Covers multi-version jumps, dependency alignment, native platform checks, and verification. Do not use for plugin library upgrades or non-Capacitor mobile frameworks.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Formerly
@capgo/capacitor-skills(andCap-go/capacitor-skills). Links and redirects should continue to work.
A collection of 48 skills for AI coding agents working with Capacitor, the cross-platform native runtime. Skills are packaged instructions that extend agent capabilities for mobile development.
| Plugin version | Capacitor compatibility | Maintained |
|---|---|---|
| v8.*.* | v8.*.* | ✅ |
| v7.*.* | v7.*.* | On demand |
| v6.*.* | v6.*.* | ❌ |
| v5.*.* | v5.*.* | ❌ |
Note: The major version of this plugin follows the major version of Capacitor. Use the version that matches your Capacitor installation (e.g., plugin v8 for Capacitor 8). Only the latest major version is actively maintained.
npx skills add Cap-go/capgo-skills
Claude Code users can add this repository as a plugin marketplace and install focused plugin groups:
claude plugin marketplace add Cap-go/capgo-skills
Available plugins:
| Plugin | Description |
|---|---|
capgo-cloud | Capgo CLI, live updates, native builds, releases, and organization workflows |
app-growth | Early subscription revenue, ASO, acquisition, paywalls, pricing, and churn learning |
capacitor-core | Capacitor best practices, plugin selection, and MCP automation |
capacitor-features | Deep links, keyboard handling, offline-first data, push notifications, and splash screens |
capacitor-ui | Ionic, Konsta UI, Tailwind, and safe-area handling |
capacitor-quality | Testing, debugging, logs, performance, accessibility, and security |
capacitor-deployment | CI/CD, App Store publishing, Play Store publishing, and Apple review preflight |
capacitor-app-migrations | Web app, framework, Cordova, SPM, Appflow, Ionic Enterprise SDK, and SQLite migrations |
capacitor-app-upgrades | Capacitor app major-version upgrades |
capacitor-plugin-dev | Capacitor plugin SPM support and major-version upgrades |
skill-authoring | Skill creation and validation |
Install a plugin:
claude plugin install capgo-cloud@capgo-skills
| Skill | Description |
|---|---|
| capgo-cli-usage | Route general Capgo CLI requests to the right workflow |
| capgo-cloud | Coordinate Capgo builds, releases, publishing, and organization workflows |
| capacitor-plugins | Official Capacitor packages plus Capgo plugin recommendations |
| capacitor-best-practices | Development best practices and patterns |
| capgo-live-updates | Deploy OTA updates instantly with Capgo |
| Skill | Description |
|---|---|
| subscription-app-revenue | Build a practical path from app idea or MVP to early subscription revenue |
| Skill | Description |
|---|---|
| capacitor-security | Security scanning with Capsec (63+ rules) |
| Skill | Description |
|---|---|
| capacitor-testing | Unit, integration, and E2E testing |
| capacitor-ci-cd | GitHub Actions, GitLab CI, Fastlane |
| Skill | Description |
|---|---|
| debugging-capacitor | Debug iOS/Android apps |
| ios-android-logs | Device log streaming |
| capacitor-mcp | MCP automation tools |
| Skill | Description |
|---|---|
| ionic-design | Ionic Framework components |
| konsta-ui | Konsta UI for Tailwind |
| tailwind-capacitor | Tailwind CSS for mobile |
| safe-area-handling | Notch, Dynamic Island, home indicator |
| capacitor-splash-screen | Splash screen configuration |
npx claudepluginhub cap-go/capgo-skills --plugin capacitor-app-upgradesMobile UI skills for Ionic, Konsta UI, Tailwind, and safe-area handling in Capacitor apps.
Capgo cloud skills for CLI usage, live updates, hosted native builds, release management, and organization workflows.
Skill authoring workflow for creating and validating new agent skills.
Migration skills for web apps, frameworks, Cordova, SPM, Appflow, Ionic Enterprise SDK, and SQLite alternatives.
App growth and revenue skills for early subscription revenue, ASO, acquisition, paywalls, pricing, and churn learning.
Migration skills for web apps, frameworks, Cordova, SPM, Appflow, Ionic Enterprise SDK, and SQLite alternatives.
Publishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation. Use when preparing app releases, configuring signing certificates, or setting up automated deployment pipelines.
Use this agent when developing native iOS or Android applications, implementing React Native features, or optimizing mobile performance. This agent specializes in creating smooth, native-feeling mobile experiences. Examples:\n\n<example>\nContext: Building a new mobile app\nuser: "Create a TikTok-style video feed for our app"\nassistant: "I'll build a performant video feed with smooth scrolling. Let me use the mobile-app-builder agent to implement native performance optimizations."\n<commentary>\nVideo feeds require careful mobile optimization for smooth scrolling and memory management.\n</commentary>\n</example>\n\n<example>\nContext: Implementing mobile-specific features\nuser: "Add push notifications and biometric authentication"\nassistant: "I'll implement native push notifications and Face ID/fingerprint auth. Let me use the mobile-app-builder agent to ensure proper platform integration."\n<commentary>\nNative features require platform-specific implementation and proper permissions handling.\n</commentary>\n</example>\n\n<example>\nContext: Cross-platform development\nuser: "We need this feature on both iOS and Android"\nassistant: "I'll implement it using React Native for code reuse. Let me use the mobile-app-builder agent to ensure native performance on both platforms."\n<commentary>\nCross-platform development requires balancing code reuse with platform-specific optimizations.\n</commentary>\n</example>
React Native upgrade workflow covering updated templates, dependencies, and common pitfalls. Use when migrating a React Native app to a newer release.
Migrator - The architect of transformation. Orchestrates complex code migrations between frameworks, libraries, and API versions with precision codemods, incremental strangler fig patterns, and automated transformation. Ensures zero-downtime migrations with comprehensive test coverage and rollback strategies.
Complete Claude Code configs for mobile development - Android, iOS, and Kotlin Multiplatform