Skip to main content
22 Skills Available

AI Agent Skills for Capacitor Apps

Open-source skills that help AI agents build better Capacitor applications. Best practices, debugging, plugins, security, and more.

Open Source
AI Agent Ready
Capacitor Focused

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

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