What problem does it solve? Setting up a new Capacitor app involves many manual steps—scaffolding a web project, installing Capacitor packages, configuring appId and webDir, adding native platforms, and syncing—which is error-prone for developers unfamiliar with the toolchain. ## Core Features & Use Cases - Guided Scaffolding: Walks through creating a web app with Angular, React, Vue, or vanilla JS/TS, then installs and initializes Capacitor with the correct web asset directory. - Native Platform Setup: Adds Android and iOS platforms, builds the web assets, syncs native dependencies, and runs the app on emulators or devices. - Error Recovery: Provides fixes for common failures such as missing web asset directories, existing platform folders, and Android SDK misconfiguration. - Use Case: A developer wants to turn a Vite React project into a native Android and iOS app; the skill guides them through cap init, platform addition, and the first successful cap run. ## Quick Start Ask the agent to create a new Capacitor app from scratch and answer its step-by-step questions about framework, app name, app ID, and target platforms.