You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@capgo/capgo-skills

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capgo/capgo-skills

22 agent skills for Capacitor mobile development

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

Capacitor Agent Skills

A collection of 22 skills for AI coding agents working with Capacitor, the cross-platform native runtime. Skills are packaged instructions that extend agent capabilities for mobile development.

Compatibility

Plugin versionCapacitor compatibilityMaintained
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.

Installation

npx skills add Cap-go/capgo-skills

Available Skills

Core Development

SkillDescription
capacitor-pluginsComplete catalog of 80+ Capgo Capacitor plugins
capacitor-best-practicesDevelopment best practices and patterns
capgo-live-updatesDeploy OTA updates instantly with Capgo

Security

SkillDescription
capacitor-securitySecurity scanning with Capsec (63+ rules)

Testing & CI/CD

SkillDescription
capacitor-testingUnit, integration, and E2E testing
capacitor-ci-cdGitHub Actions, GitLab CI, Fastlane

Debugging & Tooling

SkillDescription
debugging-capacitorDebug iOS/Android apps
ios-android-logsDevice log streaming
capacitor-mcpMCP automation tools

UI & Design

SkillDescription
ionic-designIonic Framework components
konsta-uiKonsta UI for Tailwind
tailwind-capacitorTailwind CSS for mobile
safe-area-handlingNotch, Dynamic Island, home indicator
capacitor-splash-screenSplash screen configuration

Features

SkillDescription
capacitor-push-notificationsFCM and APNs push notifications
capacitor-deep-linkingUniversal links and app links
capacitor-offline-firstOffline-first architecture
capacitor-keyboardKeyboard handling

Performance & Accessibility

SkillDescription
capacitor-performancePerformance optimization
capacitor-accessibilityScreen readers, WCAG compliance

Deployment

SkillDescription
capacitor-app-storeApp Store and Play Store submission
cocoapods-to-spmMigrate to Swift Package Manager

Usage

Skills activate automatically when agents detect relevant tasks:

Security

  • "Run a security scan" → capacitor-security (Capsec)
  • "Check for vulnerabilities" → capacitor-security

Testing & CI/CD

  • "Add unit tests" → capacitor-testing
  • "Set up GitHub Actions" → capacitor-ci-cd

Features

  • "Add push notifications" → capacitor-push-notifications
  • "Implement deep linking" → capacitor-deep-linking
  • "Make app work offline" → capacitor-offline-first

Deployment

  • "Publish to App Store" → capacitor-app-store
  • "Submit to Play Store" → capacitor-app-store

UI/UX

  • "Fix keyboard issues" → capacitor-keyboard
  • "Configure splash screen" → capacitor-splash-screen
  • "Make app accessible" → capacitor-accessibility

Quick Start with Capgo

1. Create Account

Go to https://capgo.app and sign up.

2. Install CLI

bun add -g @capgo/cli
capgo login

3. Initialize & Deploy

capgo init
bun run build
capgo upload

Security Scanning with Capsec

# Scan for vulnerabilities
bunx capsec scan

# CI mode (fails on high/critical)
bunx capsec scan --ci

# Generate HTML report
bunx 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

About Capgo

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

Resources

Contributing

Add new skills by creating a folder in skills/ with:

  • SKILL.md - Instructions for agents
  • metadata.json - Skill metadata

License

MIT

Keywords

capacitor

FAQs

Package last updated on 06 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts