Skills
Use EasyStarter's built-in Skills for mobile development
Usage
Open your AI coding assistant in the EasyStarter project root, then enter a Skill name followed by your request:
$easystarter-mobile-quick-launch Launch my mobile app with the recommended setup.Mobile
| Task | Command |
|---|---|
| Quick launch | $easystarter-mobile-quick-launch Launch my mobile app with the recommended setup. |
| Start with a simulator | $easystarter-mobile-dev-simulator-server Start the mobile app and Server for simulator development. |
| Start with a physical device | $easystarter-mobile-real-device-server Start physical-device development with Server. |
| Configure app identity | $easystarter-mobile-app-config Configure app.json and the app identifiers. |
| Configure Cloudflare | $easystarter-mobile-cloudflare Configure Cloudflare for the mobile Server. |
| Configure the database | $easystarter-mobile-database Configure the D1 database. |
| Configure email | $easystarter-mobile-resend-email Configure Resend email for mobile. |
| Configure authentication | $easystarter-mobile-auth Configure mobile authentication. |
| Configure phone login | $easystarter-mobile-aliyun-phone-login Configure Alibaba Cloud phone login. |
| Configure storage | $easystarter-mobile-storage Configure mobile storage. |
| Create store products | $easystarter-mobile-iap-products Create the in-app purchase products. |
| Configure RevenueCat | $easystarter-mobile-revenuecat Configure RevenueCat. |
| Deploy Server | $easystarter-mobile-deploy-server Deploy Server for the mobile app. |
| Build and submit | $easystarter-mobile-submit-app Build and submit the app. |
| Customize the theme | $easystarter-mobile-theme Customize the mobile theme. |
| Configure analytics | $easystarter-mobile-analytics Configure mobile analytics. |
| Configure credits | $easystarter-mobile-credits Configure the mobile credit system. |
Shared Development
| Task | Command |
|---|---|
| Add an API route | $easystarter-api-route Create an API route for [feature]. |
| Add a database table | $easystarter-db-schema Create a database schema for [feature]. |
| Add translations | $easystarter-i18n Add translations for [feature]. |