What problem does it solve? Developing cross-platform apps with Capacitor involves many moving parts: native bridge concepts, CLI commands, platform-specific configuration for Android and iOS, safe area handling, storage choices, and build failures. This Skill routes each question to the correct reference guide and applies actionable, project-specific instructions instead of generic advice. ## Core Features & Use Cases - Topic-Routed Guidance: Matches the user's request to one of 18 reference files covering CLI usage, app configuration, deep links, splash screens, live reload, storage, file handling, security, CI/CD, and testing. - Project Auto-Detection: Inspects package.json, platform directories, and config files to detect Capacitor version, platforms, framework, and iOS dependency manager before answering. - Platform Troubleshooting: Provides concrete fixes for common Android issues (Gradle sync, blank screen, cleartext errors) and iOS issues (CocoaPods failures, signing errors, ATS blocking). - Use Case: A developer's Android build fails after changing capacitor.config.ts. The Skill detects the Capacitor version, reads the Android troubleshooting reference, and provides the exact Gradle clean and rebuild commands. ## Quick Start Ask the agent to help configure deep links, fix a build error, or set up live reload in your existing Capacitor project.