This is your reference guide when you're building Capacitor apps and need to avoid the common pitfalls. It covers the critical stuff like keeping core packages in sync, always running npx cap sync after installing plugins, and never committing development server URLs to production. The security section is solid on secure storage patterns and biometric implementation. What I like is the emphasis on performance details that actually matter, like lazy loading plugins with dynamic imports and batching bridge calls instead of hammering the JS-native bridge. The code examples show both correct and incorrect patterns, which saves you from learning these lessons the hard way in production.
npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-best-practices