capacitor-app-creation
Installation
SKILL.md
Capacitor App Creation
Create a new Capacitor app from scratch, including project scaffolding, platform setup, and optional integrations.
Prerequisites
- Node.js 22+ installed. Verify with
node --version. - For iOS: macOS with Xcode 26.0+ installed. Install Xcode Command Line Tools:
xcode-select --install. - For Android: Android Studio 2025.2.1+ installed with Android SDK (API 24+).
Agent Behavior
- Guide step-by-step. Walk the user through the process one step at a time. Never present multiple unrelated questions at once.
- One decision at a time. When a step requires user input, ask that single question, wait for the answer, then continue.
- Present clear options. Provide concrete choices (e.g., "Do you want to add the iOS platform? (yes/no)") instead of open-ended questions.