Handles keyboard events and behavior in Capacitor apps across iOS and Android. You get programmatic show/hide, visibility listeners with height info, configurable resize modes (body, ionic, native, none), and iOS accessory bar control. The CSS variable pattern for keyboard height is solid for positioning fixed inputs, and the scroll-to-input helper solves that annoying problem where the keyboard covers your active field. Configuration is straightforward through capacitor.config.ts. If you're building a chat app or any form-heavy mobile app with Capacitor, you'll need this to avoid the default janky keyboard behavior. The iOS 16px font size tip alone will save you from the auto-zoom headache.
npx skills add https://github.com/cap-go/capgo-skills --skill capacitor-keyboard