add-feature
SKILL.md
add-feature
Add Wasp's batteries-included features to your app. Each invocation focuses on one feature at a time.
Before Starting
- Verify user is in the app directory (check for wasp config file:
main.waspormain.wasp.ts)
Available Wasp Features
Present these features to the user and let them choose ONE to configure:
| Feature | Description |
|---|---|
| App Branding | Set your app's name, description, and meta tags |
| Authentication | Add login methods (Email, Google, GitHub, etc.) |
| Email Provider | Configure email sending (SendGrid, Mailgun, etc.) |
| Database | Set up your database (PostgreSQL, SQLite, etc.) |
| Styling (CSS, UI) | Add Tailwind CSS or ShadCN UI (on top of Tailwind CSS) |