What problem does it solve? Developing cross-platform apps with Capacitor involves many moving parts—native bridge concepts, CLI commands, platform-specific configuration, safe area handling, and platform-specific build failures. This Skill routes each question to the correct reference guide and applies concrete, project-aware instructions instead of generic advice. ## Core Features & Use Cases - Topic-Routed Guidance: Matches user questions to 18 reference files covering core concepts, CLI usage, app configuration, splash screens, deep links, edge-to-edge, live reload, storage, file handling, security, CI/CD, testing, and troubleshooting. - Project Auto-Detection: Inspects package.json, platform directories, and config files to detect Capacitor version, installed platforms, framework, and iOS dependency manager (SPM vs CocoaPods) before answering. - Actionable Fixes: Provides exact file paths, commands, and diff blocks for issues like Gradle sync failures, blank screens, plugin-not-found errors, and iOS signing problems. - Use Case: An Android build fails after changing capacitor.config.ts—the Skill detects the Capacitor version, reads the Android troubleshooting reference, and walks through cleaning the Gradle build and verifying JDK versions. ## Quick Start Ask the agent how to configure deep links, fix an Android build error, or set up live reload in your existing Capacitor project.