If you're trying to turn a Next.js, React, or Vue app into a mobile app with Capacitor, this walks you through the entire setup. It covers the critical gotcha that Capacitor needs static exports, not SSR, and shows exactly how to configure Next.js with output: 'export', point Capacitor at the right build directory, and handle things like image optimization and routing that break in static mode. The framework support matrix is handy for checking what works. It's detailed enough that you can follow it step by step without hunting through Capacitor docs, and it includes the Live Project Snapshot commands to detect your current setup.
npx skills add https://github.com/cap-go/capgo-skills --skill framework-to-capacitor