Skills
Use EasyStarter's built-in Skills for web development
Usage
Open your AI coding assistant in the EasyStarter project root, then enter a Skill name followed by your request:
$easystarter-web-quick-launch Launch my Web app with the recommended minimal setup.Web
| Task | Command |
|---|---|
| Quick launch | $easystarter-web-quick-launch Launch my Web app with the recommended minimal setup. |
| Start local development | $easystarter-web-dev-start Start Web and Server locally. |
| Configure Cloudflare and D1 | $easystarter-web-cloudflare-d1 Configure Cloudflare and the D1 database. |
| Configure email | $easystarter-web-resend-email Configure Resend email. |
| Configure authentication | $easystarter-web-auth Configure Web authentication. |
| Configure phone login | $easystarter-web-aliyun-phone-login Configure Alibaba Cloud phone login. |
| Configure storage | $easystarter-web-storage Configure Cloudflare R2 storage. |
| Configure Stripe | $easystarter-web-stripe-payments Configure Stripe payments. |
| Configure Creem | $easystarter-web-creem-payments Configure Creem payments. |
| Deploy Server | $easystarter-web-deploy-server Deploy Server to Cloudflare Workers. |
| Deploy Web | $easystarter-web-deploy-web Deploy Web to Cloudflare Workers. |
| Customize the theme | $easystarter-web-theme Customize the Web theme. |
| Customize the landing page | $easystarter-web-landing-page Customize the landing page. |
| Configure analytics | $easystarter-web-analytics Configure GA4 and OpenPanel. |
| Configure credits | $easystarter-web-credits Configure the Web credit system. |
Feature 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 a UI component | $easystarter-component Add a [component] component. |
| Add a form page | $easystarter-form-page Create a form page for [feature]. |
| Add a data table | $easystarter-data-table Create a data table for [resource]. |
| Add translations | $easystarter-i18n Add translations for [feature]. |