npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@capgo/capgo-skills

v1.1.0

Published

22 agent skills for Capacitor mobile development

Downloads

25

Readme

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 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.

Installation

npx skills add Cap-go/capgo-skills

Available Skills

Core Development

| Skill | Description | |-------|-------------| | capacitor-plugins | Complete catalog of 80+ Capgo Capacitor plugins | | capacitor-best-practices | Development best practices and patterns | | capgo-live-updates | Deploy OTA updates instantly with Capgo |

Security

| Skill | Description | |-------|-------------| | capacitor-security | Security scanning with Capsec (63+ rules) |

Testing & CI/CD

| Skill | Description | |-------|-------------| | capacitor-testing | Unit, integration, and E2E testing | | capacitor-ci-cd | GitHub Actions, GitLab CI, Fastlane |

Debugging & Tooling

| Skill | Description | |-------|-------------| | debugging-capacitor | Debug iOS/Android apps | | ios-android-logs | Device log streaming | | capacitor-mcp | MCP automation tools |

UI & Design

| 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 |

Features

| 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 |

Performance & Accessibility

| Skill | Description | |-------|-------------| | capacitor-performance | Performance optimization | | capacitor-accessibility | Screen readers, WCAG compliance |

Deployment

| Skill | Description | |-------|-------------| | capacitor-app-store | App Store and Play Store submission | | cocoapods-to-spm | Migrate 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

  • Capgo: https://capgo.app
  • Capsec: https://capacitor-sec.dev
  • Capacitor: https://capacitorjs.com
  • Ionic: https://ionicframework.com
  • Konsta UI: https://konstaui.com
  • Discord: https://discord.gg/capgo

Contributing

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

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

License

MIT