AI Agent Skills for Capacitor Apps
Open-source skills that help AI agents build better Capacitor applications. Best practices, debugging, plugins, security, and more.
Installation
Add Capacitor Skills to your AI agent in seconds
npx skills add capgo/capacitor-skills Or configure manually:
Claude Code
Add to your .claude/settings.json:
{
"skills": [
"https://github.com/Cap-go/capacitor-skills"
]
} Cursor
Add to your .cursor/settings.json:
{
"skills": [
"https://github.com/Cap-go/capacitor-skills"
]
} Windsurf
Add to your .windsurf/settings.json:
{
"skills": [
"https://github.com/Cap-go/capacitor-skills"
]
} Manual Clone
Clone locally and reference the skills folder:
git clone https://github.com/Cap-go/capacitor-skills.git Available Skills
Each skill provides focused guidance for specific Capacitor development tasks
Core
Capacitor Plugins
Complete guide to all Capgo plugins and their use cases
Best Practices
Production patterns for file structure, config, and architecture
Capgo Live Updates
Deploy updates instantly without app store review
Security
Security
Scan for vulnerabilities with Capsec security scanner
Development
Debugging
Debug Capacitor apps on iOS, Android, and web
iOS & Android Logs
Access native logs with Xcode, ADB, and MCP automation
MCP Integration
Automate Capacitor workflows with AI agents
Quality
Testing
Unit, E2E, and native testing strategies
Performance
Optimize bundle size, rendering, and memory
Accessibility
Screen readers, WCAG compliance, and inclusive design
DevOps
CI/CD
Automated builds and deployments with GitHub Actions
App Store
Publishing to Apple App Store and Google Play
Migration
CocoaPods to SPM
Migrate iOS dependencies to Swift Package Manager
UI
Ionic Design
Build native-feeling UIs with Ionic components
Konsta UI
iOS and Material Design components for React/Vue/Svelte
Tailwind CSS
Utility-first styling for Capacitor apps
Safe Area
Handle notches, home indicators, and status bars
Splash Screen
Configure launch screens for iOS and Android
Features
Push Notifications
FCM and APNs integration for mobile push
Deep Linking
Universal Links and App Links implementation
Offline First
Build apps that work without internet
Keyboard
Handle keyboard events and layout shifts
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