Skills for AI coding agents working with Capacitor (formerly capacitor-skills)
npx skills add https://github.com/cap-go/capgo-skills --skill capacitor-best-practices使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
Formerly
@capgo/capacitor-skills(andCap-go/capacitor-skills). Links and redirects should continue to work.
A collection of 46 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
| 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 |
|---|---|
| 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 | Capture, filter, and stream iOS and Android device logs with devicectl, Console.app, and adb logcat for debugging. |
| 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 |
| Skill | Description |
|---|---|
| capacitor-push-notifications | FCM and APNs push notifications |
| capacitor-deep-linking | Universal links and app links |
| capacitor-offline-first | Offline-first architecture |
| capacitor-keyboard | Keyboard handling |
| Skill | Description |
|---|---|
| capacitor-performance | Performance optimization |
| capacitor-accessibility | Screen readers, WCAG compliance |
| Skill | Description |
|---|---|
| capgo-native-builds | Request hosted iOS and Android builds with Capgo Build |
| capgo-release-management | Manage bundles, channels, compatibility checks, and encryption |
| capgo-release-workflows | Coordinate Capgo live updates with builds and store publishing |
| capacitor-app-store | App Store and Play Store submission |
| capacitor-apple-review-preflight | Apple review preflight audit narrowed to Capacitor apps |
| capacitor-plugin-spm-support | Add Swift Package Manager support to a plugin |
| cocoapods-to-spm | Migrate to Swift Package Manager |
| Skill | Description |
|---|---|
| capgo-organization-management | Manage Capgo organizations, members, and security policies |
| Skill | Description |
|---|---|
| skill-creator | Create and validate new skills with progressive disclosure |
| Skill | Description |
|---|---|
| capacitor-app-upgrades | Upgrade a Capacitor app across major versions |
| capacitor-app-upgrade-v4-to-v5 | Upgrade a Capacitor app from v4 to v5 |
| capacitor-app-upgrade-v5-to-v6 | Upgrade a Capacitor app from v5 to v6 |
| capacitor-app-upgrade-v6-to-v7 | Upgrade a Capacitor app from v6 to v7 |
| capacitor-app-upgrade-v7-to-v8 | Upgrade a Capacitor app from v7 to v8 |
| capacitor-plugin-upgrades | Upgrade a Capacitor plugin across major versions |
| capacitor-plugin-upgrade-v4-to-v5 | Upgrade a Capacitor plugin from v4 to v5 |
| capacitor-plugin-upgrade-v5-to-v6 | Upgrade a Capacitor plugin from v5 to v6 |
| capacitor-plugin-upgrade-v6-to-v7 | Upgrade a Capacitor plugin from v6 to v7 |
| capacitor-plugin-upgrade-v7-to-v8 | Upgrade a Capacitor plugin from v7 to v8 |
| Skill | Description |
|---|---|
| cordova-to-capacitor | Migrate from Cordova/PhoneGap to Capacitor |
| framework-to-capacitor | Integrate Next.js, React, Vue, Angular with Capacitor |
| ionic-appflow-migration | Migrate from Ionic Appflow to Capgo and repo-owned automation |
| sqlite-to-fast-sql | Migrate SQLite/SQL plugins to Fast SQL |
| ionic-enterprise-sdk-migration | Replace Ionic Enterprise SDK plugins with open alternatives |
Skills activate automatically when agents detect relevant tasks:
Go to https://capgo.app and sign up.
npm install -g @capgo/cli
npx @capgo/cli@latest login
npx @capgo/cli@latest init
npm run build
npx @capgo/cli@latest bundle upload
# Scan for vulnerabilities
npx capsec scan
# CI mode (fails on high/critical)
npx capsec scan --ci
# Generate HTML report
npx capsec scan --output html --output-file security.html
Capsec detects 63+ security issues including:
Learn more: https://capacitor-sec.dev
Capgo provides:
Add new skills by creating a folder in skills/ with:
SKILL.md - Instructions for agentsmetadata.json - Skill metadataValidate the pack locally with:
npm run lint-skills
Run the skillgrade-backed eval for the skill authoring workflow with an API key:
ENABLE_SKILLGRADE=1 npm run lint-skills-skillgrade
MIT