What problem does it solve? Adding native capabilities to a Capacitor app requires picking the right plugin among hundreds of options and then applying platform-specific configuration in AndroidManifest.xml, Info.plist, Gradle variables, and Podfiles. This Skill guides the agent through plugin selection, installation, and per-platform setup without missing configuration steps. ## Core Features & Use Cases - Plugin discovery across six sources: Indexes official Capacitor, Capawesome, Capacitor Community, Firebase, MLKit, and RevenueCat plugins with per-plugin reference files. - Guided installation workflow: Detects platforms, build tools, and Capacitor version from the project, then installs packages, applies Android/iOS/Web configuration, and runs npx cap sync. - Capawesome Insiders handling: Detects paid plugins, configures the private npm registry, and prompts for the license key before continuing. - Use Case: A developer asks to add push notifications to their Capacitor app; the agent matches the plugin, reads its reference file, adds the FCM and APNs configuration, and syncs the project. ## Quick Start Ask the agent to install and configure a specific Capacitor plugin, for example add the Camera plugin to this Capacitor app.