Capacitor Plugin Development Create and maintain Capacitor plugins — scaffolding, native API bridging (iOS/Android), type definitions, testing, and publishing. Prerequisites | Requirement | Version | | --- | --- | | Node.js | LTS (18+) | | npm | 6+ | | Xcode | 15+ (for iOS) | | Android Studio | Hedgehog 2023.1.1+ (for Android) | | Capacitor | 6+ | Agent Behavior - Auto-detect before asking. Read , inspect the directory structure, and infer the plugin's current state before prompting the user. - Guide step-by-step. Walk the user through one phase at a time. Do not present multiple unrelated ta…