AI Agent Skills for Capacitor Apps
Open-source skills that help AI agents build better Capacitor applications with Capgo. Install them in Codex, Claude Code, Cursor, Windsurf, Gemini CLI, and other agent tools.
Installation
Use the generic installer first. Tool-specific commands below are optional.
Install the whole Capgo skills repo once, then let the agent load the skill it needs.
$ npx skills add Cap-go/capgo-skills Optional tool-specific commands
Use these only when your agent tool needs its own installer. The generic command above is still the default path.
Claude Code
Optional marketplaceUse the Claude marketplace only when you want focused plugin groups instead of the generic skills install.
$ claude plugin marketplace add Cap-go/capgo-skills $ claude plugin install capgo-cloud@capgo-skills Gemini CLI
Optional CLIUse Gemini skill management only when the generic installer is not the right fit for your setup.
$ gemini skills install https://github.com/Cap-go/capgo-skills $ gemini skills list Claude Code Plugin Groups
Install only the focused marketplace group your task needs
capgo-cloud Capgo CLI, live updates, native builds, releases, and organization workflows
$ claude plugin install capgo-cloud@capgo-skills app-growth Subscription revenue, ASO, acquisition, paywalls, pricing, and churn learning
$ claude plugin install app-growth@capgo-skills capacitor-core Capacitor best practices, plugin selection, and MCP automation
$ claude plugin install capacitor-core@capgo-skills capacitor-features Deep links, keyboard handling, offline-first data, push notifications, and splash screens
$ claude plugin install capacitor-features@capgo-skills capacitor-ui Ionic, Konsta UI, Tailwind, and safe-area handling
$ claude plugin install capacitor-ui@capgo-skills capacitor-quality Testing, debugging, logs, performance, accessibility, and security
$ claude plugin install capacitor-quality@capgo-skills capacitor-deployment CI/CD, App Store publishing, Play Store publishing, and Apple review preflight
$ claude plugin install capacitor-deployment@capgo-skills capacitor-app-migrations Web app, framework, Cordova, SPM, Appflow, Ionic Enterprise SDK, and SQLite migrations
$ claude plugin install capacitor-app-migrations@capgo-skills capacitor-app-upgrades Capacitor app major-version upgrades
$ claude plugin install capacitor-app-upgrades@capgo-skills capacitor-plugin-dev Capacitor plugin SPM support and major-version upgrades
$ claude plugin install capacitor-plugin-dev@capgo-skills skill-authoring Skill creation and validation
$ claude plugin install skill-authoring@capgo-skills Usage Examples
Ask naturally and the relevant skill activates when your agent supports skills
Capgo Cloud
- " Set up Capgo cloud workflows "
- " Request a native build "
- " Upload a bundle to a channel "
Migration
- " Migrate from Cordova "
- " Turn my web app into an app "
- " Migrate from Ionic Appflow "
Quality
- " Run a security scan "
- " Add unit tests "
- " Run an Apple review preflight "
Growth
- " Help me get to $1K MRR "
- " Plan my app paywall and pricing "
- " Get first users for my subscription app "
Available Skills
Each skill provides focused guidance for specific Capacitor development tasks
Core Development
capgo-cli-usage
Route general Capgo CLI requests to the right workflow
$ npx skills add Cap-go/capgo-skills capgo-cloud
Coordinate Capgo builds, releases, publishing, and organization workflows
$ npx skills add Cap-go/capgo-skills capacitor-plugins
Official Capacitor packages plus Capgo plugin recommendations
$ npx skills add Cap-go/capgo-skills capacitor-best-practices
Production patterns for file structure, config, and architecture
$ npx skills add Cap-go/capgo-skills capgo-live-updates
Deploy OTA updates instantly with Capgo
$ npx skills add Cap-go/capgo-skills Growth & Revenue
subscription-app-revenue
Build a practical path from app idea or MVP to early subscription revenue
$ npx skills add Cap-go/capgo-skills Security
capacitor-security
Security scanning with Capsec and mobile security rules
$ npx skills add Cap-go/capgo-skills Testing & CI/CD
capacitor-testing
Unit, integration, E2E, and native testing strategies
$ npx skills add Cap-go/capgo-skills capacitor-ci-cd
GitHub Actions, GitLab CI, Fastlane, signing, and release automation
$ npx skills add Cap-go/capgo-skills Debugging & Tooling
debugging-capacitor
Debug iOS, Android, and web builds with repeatable workflows
$ npx skills add Cap-go/capgo-skills ios-android-logs
Access native logs with Xcode, ADB, and MCP automation
$ npx skills add Cap-go/capgo-skills capacitor-mcp
Use MCP automation tools with Capacitor projects
$ npx skills add Cap-go/capgo-skills UI & Design
ionic-design
Build native-feeling UIs with Ionic components
$ npx skills add Cap-go/capgo-skills konsta-ui
iOS and Material Design components for React/Vue/Svelte
$ npx skills add Cap-go/capgo-skills tailwind-capacitor
Tailwind CSS patterns for mobile Capacitor apps
$ npx skills add Cap-go/capgo-skills safe-area-handling
Handle notches, home indicators, and status bars
$ npx skills add Cap-go/capgo-skills capacitor-splash-screen
Configure launch screens for iOS and Android
$ npx skills add Cap-go/capgo-skills Features
capacitor-push-notifications
FCM and APNs integration for mobile push
$ npx skills add Cap-go/capgo-skills capacitor-deep-linking
Universal Links and App Links implementation
$ npx skills add Cap-go/capgo-skills capacitor-offline-first
Build apps that work without internet
$ npx skills add Cap-go/capgo-skills capacitor-keyboard
Handle keyboard events and layout shifts
$ npx skills add Cap-go/capgo-skills Performance & Accessibility
capacitor-performance
Optimize bundle size, rendering, bridge calls, and memory
$ npx skills add Cap-go/capgo-skills capacitor-accessibility
Screen readers, WCAG compliance, and inclusive design
$ npx skills add Cap-go/capgo-skills Deployment
capgo-native-builds
Request hosted iOS and Android builds with Capgo Build
$ npx skills add Cap-go/capgo-skills capgo-release-management
Manage bundles, channels, compatibility checks, and encryption
$ npx skills add Cap-go/capgo-skills capgo-release-workflows
Coordinate Capgo live updates with builds and store publishing
$ npx skills add Cap-go/capgo-skills capacitor-app-store
Prepare and submit releases to Apple App Store and Google Play
$ npx skills add Cap-go/capgo-skills capacitor-apple-review-preflight
Run an Apple review preflight audit for Capacitor apps
$ npx skills add Cap-go/capgo-skills capacitor-plugin-spm-support
Add Swift Package Manager support to a Capacitor plugin
$ npx skills add Cap-go/capgo-skills cocoapods-to-spm
Migrate a Capacitor iOS app from CocoaPods to Swift Package Manager
$ npx skills add Cap-go/capgo-skills Operations
capgo-organization-management
Manage Capgo organizations, members, and security policies
$ npx skills add Cap-go/capgo-skills Authoring
skill-creator
Create and validate new agent skills with progressive disclosure
$ npx skills add Cap-go/capgo-skills Upgrades
capacitor-app-upgrades
Upgrade a Capacitor app across major versions
$ npx skills add Cap-go/capgo-skills capacitor-app-upgrade-v4-to-v5
Upgrade a Capacitor app from v4 to v5
$ npx skills add Cap-go/capgo-skills capacitor-app-upgrade-v5-to-v6
Upgrade a Capacitor app from v5 to v6
$ npx skills add Cap-go/capgo-skills capacitor-app-upgrade-v6-to-v7
Upgrade a Capacitor app from v6 to v7
$ npx skills add Cap-go/capgo-skills capacitor-app-upgrade-v7-to-v8
Upgrade a Capacitor app from v7 to v8
$ npx skills add Cap-go/capgo-skills capacitor-plugin-upgrades
Upgrade a Capacitor plugin across major versions
$ npx skills add Cap-go/capgo-skills capacitor-plugin-upgrade-v4-to-v5
Upgrade a Capacitor plugin from v4 to v5
$ npx skills add Cap-go/capgo-skills capacitor-plugin-upgrade-v5-to-v6
Upgrade a Capacitor plugin from v5 to v6
$ npx skills add Cap-go/capgo-skills capacitor-plugin-upgrade-v6-to-v7
Upgrade a Capacitor plugin from v6 to v7
$ npx skills add Cap-go/capgo-skills capacitor-plugin-upgrade-v7-to-v8
Upgrade a Capacitor plugin from v7 to v8
$ npx skills add Cap-go/capgo-skills Migration
cordova-to-capacitor
Migrate from Cordova or PhoneGap to Capacitor
$ npx skills add Cap-go/capgo-skills framework-to-capacitor
Integrate Next.js, React, Vue, or Angular with Capacitor
$ npx skills add Cap-go/capgo-skills webapp-to-capacitor
Turn an existing web app or PWA into a store-ready Capacitor app
$ npx skills add Cap-go/capgo-skills ionic-appflow-migration
Migrate from Ionic Appflow to Capgo and repo-owned automation
$ npx skills add Cap-go/capgo-skills sqlite-to-fast-sql
Migrate SQLite or SQL plugins to Fast SQL
$ npx skills add Cap-go/capgo-skills ionic-enterprise-sdk-migration
Replace Ionic Enterprise SDK plugins with open alternatives
$ npx skills add Cap-go/capgo-skills How Skills Work
Skills provide structured knowledge that AI agents can use to help you build apps
Ask Your Agent
Ask about Capacitor development, debugging, plugins, or best practices
Skills Activate
Relevant skills are loaded with up-to-date guidance and code examples
Get Expert Help
Receive accurate, Capacitor-specific guidance tailored to your needs
Contribute to Capacitor Skills
Help improve AI-assisted Capacitor development. Add new skills, update existing ones, or report issues.
Built with love by the Capgo team