This covers the practical stuff you need to speed up a Capacitor app: lazy loading plugins instead of importing everything upfront, batching native bridge calls to avoid constant back and forth between JavaScript and native code, and using CSS transforms over layout properties for animations. The profiling section gives you actual steps for Chrome DevTools, Xcode Instruments, and Android Profiler rather than just saying "use profiling tools." It's focused on quick wins like dropping image quality from 100 to 80 and virtual scrolling for long lists. The metrics table is helpful for knowing what you're aiming for. Good if your hybrid app feels sluggish or you're seeing memory issues.
npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-performance