What problem does it solve? Creating a new Ionic app involves many decisions—framework, starter template, Capacitor integration, package ID, and optional styling setup. This Skill guides an agent through the entire ionic start workflow step by step, ensuring nothing is missed and the project is verified before moving on. ## Core Features & Use Cases - Guided Project Scaffolding: Walks through project name, framework (Angular, React, Vue), starter template (blank, tabs, sidemenu), and package ID one question at a time before running ionic start. - Capacitor Integration: Adds Capacitor during creation and hands off to the capacitor-app-creation skill for native platform setup, live updates, and CI/CD. - Tailwind CSS Setup: Applies framework-specific Tailwind CSS v4 configuration for Vite-based (React, Vue) or Angular CLI projects. - Use Case: A developer wants a new cross-platform mobile app. The agent asks which framework and template to use, runs ionic start my-app blank --type=react --capacitor --package-id=com.example.myapp, verifies the dev server starts, and optionally configures Tailwind CSS. ## Quick Start Ask the agent to create a new Ionic app and it will guide you through choosing a framework, template, and Capacitor options before scaffolding the project.