Skip to main content
48 Skills Available

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.

βœ“ Open Source βœ“ AI Agent Ready βœ“ Codex Compatible βœ“ Claude Plugin Marketplace

Installation

Use the generic installer first. Tool-specific commands below are optional.

Recommended install

Install the whole Capgo skills repo once, then let the agent load the skill it needs.

$ npx skills add Cap-go/capgo-skills
CodexCursorWindsurfGitHub CopilotOther skills-compatible agents

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 marketplace

Use the Claude marketplace only when you want focused plugin groups instead of the generic skills install.

Claude Code
$ claude plugin marketplace add Cap-go/capgo-skills $ claude plugin install capgo-cloud@capgo-skills

Gemini CLI

Optional CLI

Use Gemini skill management only when the generic installer is not the right fit for your setup.

Gemini CLI
$ 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

CLI

capgo-cli-usage

Route general Capgo CLI requests to the right workflow

Generic install
$ npx skills add Cap-go/capgo-skills
Cloud

capgo-cloud

Coordinate Capgo builds, releases, publishing, and organization workflows

Generic install
$ npx skills add Cap-go/capgo-skills
Plugin

capacitor-plugins

Official Capacitor packages plus Capgo plugin recommendations

Generic install
$ npx skills add Cap-go/capgo-skills
Best

capacitor-best-practices

Production patterns for file structure, config, and architecture

Generic install
$ npx skills add Cap-go/capgo-skills
OTA

capgo-live-updates

Deploy OTA updates instantly with Capgo

Generic install
$ npx skills add Cap-go/capgo-skills

Growth & Revenue

MRR

subscription-app-revenue

Build a practical path from app idea or MVP to early subscription revenue

Generic install
$ npx skills add Cap-go/capgo-skills

Security

Sec

capacitor-security

Security scanning with Capsec and mobile security rules

Generic install
$ npx skills add Cap-go/capgo-skills

Testing & CI/CD

Test

capacitor-testing

Unit, integration, E2E, and native testing strategies

Generic install
$ npx skills add Cap-go/capgo-skills
CI

capacitor-ci-cd

GitHub Actions, GitLab CI, Fastlane, signing, and release automation

Generic install
$ npx skills add Cap-go/capgo-skills

Debugging & Tooling

Debug

debugging-capacitor

Debug iOS, Android, and web builds with repeatable workflows

Generic install
$ npx skills add Cap-go/capgo-skills
Logs

ios-android-logs

Access native logs with Xcode, ADB, and MCP automation

Generic install
$ npx skills add Cap-go/capgo-skills
MCP

capacitor-mcp

Use MCP automation tools with Capacitor projects

Generic install
$ npx skills add Cap-go/capgo-skills

UI & Design

Ionic

ionic-design

Build native-feeling UIs with Ionic components

Generic install
$ npx skills add Cap-go/capgo-skills
Konsta

konsta-ui

iOS and Material Design components for React/Vue/Svelte

Generic install
$ npx skills add Cap-go/capgo-skills
TW

tailwind-capacitor

Tailwind CSS patterns for mobile Capacitor apps

Generic install
$ npx skills add Cap-go/capgo-skills
Safe

safe-area-handling

Handle notches, home indicators, and status bars

Generic install
$ npx skills add Cap-go/capgo-skills
Splash

capacitor-splash-screen

Configure launch screens for iOS and Android

Generic install
$ npx skills add Cap-go/capgo-skills

Features

Push

capacitor-push-notifications

FCM and APNs integration for mobile push

Generic install
$ npx skills add Cap-go/capgo-skills
Link

capacitor-deep-linking

Universal Links and App Links implementation

Generic install
$ npx skills add Cap-go/capgo-skills
Offline

capacitor-offline-first

Build apps that work without internet

Generic install
$ npx skills add Cap-go/capgo-skills
Keys

capacitor-keyboard

Handle keyboard events and layout shifts

Generic install
$ npx skills add Cap-go/capgo-skills

Performance & Accessibility

Perf

capacitor-performance

Optimize bundle size, rendering, bridge calls, and memory

Generic install
$ npx skills add Cap-go/capgo-skills
A11y

capacitor-accessibility

Screen readers, WCAG compliance, and inclusive design

Generic install
$ npx skills add Cap-go/capgo-skills

Deployment

Build

capgo-native-builds

Request hosted iOS and Android builds with Capgo Build

Generic install
$ npx skills add Cap-go/capgo-skills
Release

capgo-release-management

Manage bundles, channels, compatibility checks, and encryption

Generic install
$ npx skills add Cap-go/capgo-skills
Flow

capgo-release-workflows

Coordinate Capgo live updates with builds and store publishing

Generic install
$ npx skills add Cap-go/capgo-skills
Store

capacitor-app-store

Prepare and submit releases to Apple App Store and Google Play

Generic install
$ npx skills add Cap-go/capgo-skills
Review

capacitor-apple-review-preflight

Run an Apple review preflight audit for Capacitor apps

Generic install
$ npx skills add Cap-go/capgo-skills
SPM

capacitor-plugin-spm-support

Add Swift Package Manager support to a Capacitor plugin

Generic install
$ npx skills add Cap-go/capgo-skills
Pods

cocoapods-to-spm

Migrate a Capacitor iOS app from CocoaPods to Swift Package Manager

Generic install
$ npx skills add Cap-go/capgo-skills

Operations

Org

capgo-organization-management

Manage Capgo organizations, members, and security policies

Generic install
$ npx skills add Cap-go/capgo-skills

Authoring

Skill

skill-creator

Create and validate new agent skills with progressive disclosure

Generic install
$ npx skills add Cap-go/capgo-skills

Upgrades

App

capacitor-app-upgrades

Upgrade a Capacitor app across major versions

Generic install
$ npx skills add Cap-go/capgo-skills
v4-5

capacitor-app-upgrade-v4-to-v5

Upgrade a Capacitor app from v4 to v5

Generic install
$ npx skills add Cap-go/capgo-skills
v5-6

capacitor-app-upgrade-v5-to-v6

Upgrade a Capacitor app from v5 to v6

Generic install
$ npx skills add Cap-go/capgo-skills
v6-7

capacitor-app-upgrade-v6-to-v7

Upgrade a Capacitor app from v6 to v7

Generic install
$ npx skills add Cap-go/capgo-skills
v7-8

capacitor-app-upgrade-v7-to-v8

Upgrade a Capacitor app from v7 to v8

Generic install
$ npx skills add Cap-go/capgo-skills
Plugin

capacitor-plugin-upgrades

Upgrade a Capacitor plugin across major versions

Generic install
$ npx skills add Cap-go/capgo-skills
p4-5

capacitor-plugin-upgrade-v4-to-v5

Upgrade a Capacitor plugin from v4 to v5

Generic install
$ npx skills add Cap-go/capgo-skills
p5-6

capacitor-plugin-upgrade-v5-to-v6

Upgrade a Capacitor plugin from v5 to v6

Generic install
$ npx skills add Cap-go/capgo-skills
p6-7

capacitor-plugin-upgrade-v6-to-v7

Upgrade a Capacitor plugin from v6 to v7

Generic install
$ npx skills add Cap-go/capgo-skills
p7-8

capacitor-plugin-upgrade-v7-to-v8

Upgrade a Capacitor plugin from v7 to v8

Generic install
$ npx skills add Cap-go/capgo-skills

Migration

Cordova

cordova-to-capacitor

Migrate from Cordova or PhoneGap to Capacitor

Generic install
$ npx skills add Cap-go/capgo-skills
Web

framework-to-capacitor

Integrate Next.js, React, Vue, or Angular with Capacitor

Generic install
$ npx skills add Cap-go/capgo-skills
PWA

webapp-to-capacitor

Turn an existing web app or PWA into a store-ready Capacitor app

Generic install
$ npx skills add Cap-go/capgo-skills
Appflow

ionic-appflow-migration

Migrate from Ionic Appflow to Capgo and repo-owned automation

Generic install
$ npx skills add Cap-go/capgo-skills
SQL

sqlite-to-fast-sql

Migrate SQLite or SQL plugins to Fast SQL

Generic install
$ npx skills add Cap-go/capgo-skills
SDK

ionic-enterprise-sdk-migration

Replace Ionic Enterprise SDK plugins with open alternatives

Generic install
$ npx skills add Cap-go/capgo-skills

How Skills Work

Skills provide structured knowledge that AI agents can use to help you build apps

1

Ask Your Agent

Ask about Capacitor development, debugging, plugins, or best practices

2

Skills Activate

Relevant skills are loaded with up-to-date guidance and code examples

3

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