Formerly @capgo/capacitor-skills (and Cap-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
Performance & Accessibility
Skill
Description
skill-creator
Create and validate new skills with progressive disclosure
Skills activate automatically when agents detect relevant tasks:
"Run a security scan" → capacitor-security (Capsec)
"Check for vulnerabilities" → capacitor-security
"Add unit tests" → capacitor-testing
"Set up GitHub Actions" → capacitor-ci-cd
"How do I use the Capgo CLI?" → capgo-cli-usage
"Set up Capgo cloud workflows" → capgo-cloud
"Request a native build" → capgo-native-builds
"Upload a bundle to a channel" → capgo-release-management
"Manage Capgo organization members" → capgo-organization-management
"Add push notifications" → capacitor-push-notifications
"Implement deep linking" → capacitor-deep-linking
"Make app work offline" → capacitor-offline-first
"Run a Capgo build" → capgo-native-builds
"Manage Capgo channels" → capgo-release-management
"Set up the full release workflow" → capgo-release-workflows
"Publish to App Store" → capacitor-app-store
"Run an Apple review preflight" → capacitor-apple-review-preflight
"Help me fix an App Store rejection for my Capacitor app" → capacitor-apple-review-preflight
"Submit to Play Store" → capacitor-app-store
"Add SPM support to a plugin" → capacitor-plugin-spm-support
"Create a new skill" → skill-creator
"Validate a skill" → skill-creator
"Upgrade a Capacitor app" → capacitor-app-upgrades
"Upgrade a Capacitor plugin" → capacitor-plugin-upgrades
"Upgrade a Capacitor app from v4 to v5" → capacitor-app-upgrade-v4-to-v5
"Upgrade a Capacitor app from v5 to v6" → capacitor-app-upgrade-v5-to-v6
"Upgrade a Capacitor app from v6 to v7" → capacitor-app-upgrade-v6-to-v7
"Upgrade a Capacitor app from v7 to v8" → capacitor-app-upgrade-v7-to-v8
"Upgrade a Capacitor plugin from v4 to v5" → capacitor-plugin-upgrade-v4-to-v5
"Upgrade a Capacitor plugin from v5 to v6" → capacitor-plugin-upgrade-v5-to-v6
"Upgrade a Capacitor plugin from v6 to v7" → capacitor-plugin-upgrade-v6-to-v7
"Upgrade a Capacitor plugin from v7 to v8" → capacitor-plugin-upgrade-v7-to-v8
"Migrate from Cordova" → cordova-to-capacitor
"Convert Next.js to mobile app" → framework-to-capacitor
"Add Capacitor to React app" → framework-to-capacitor
"Migrate from Ionic Appflow" → ionic-appflow-migration
"Migrate SQLite to Fast SQL" → sqlite-to-fast-sql
"Remove Ionic Enterprise SDK" → ionic-enterprise-sdk-migration
"Fix keyboard issues" → capacitor-keyboard
"Configure splash screen" → capacitor-splash-screen
"Make app accessible" → capacitor-accessibility
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
Security Scanning with Capsec
# 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:
Hardcoded secrets and API keys
Insecure storage patterns
Network security issues
Platform-specific vulnerabilities
Authentication weaknesses
Learn more: https://capacitor-sec.dev
Capgo provides:
Live Updates : Deploy JS/HTML/CSS instantly without app store review
80+ Plugins : Native functionality for authentication, media, payments, sensors
Capsec : Security scanning for Capacitor apps
Add new skills by creating a folder in skills/ with:
SKILL.md - Instructions for agents
metadata.json - Skill metadata
Validate the pack locally with:
Run the skillgrade-backed eval for the skill authoring workflow with an API key:
ENABLE_SKILLGRADE=1 npm run lint-skills-skillgrade
MIT