When you're building a Capacitor app and need native functionality, this is your routing layer. It steers you to official Capacitor packages first (camera, geolocation, preferences) and escalates to Capgo or community plugins when you need something the official set doesn't cover, like background geolocation, in-app purchases, or live OTA updates. The plugin directory is organized by category (authentication, media, sensors, payments) and includes specific package names and one-line descriptions. The decision tree is simple: use official unless it's missing or too limited, then move to the ecosystem. Honest and practical if you're tired of hunting through npm or outdated forum threads.
npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-plugins