Back to Skills

add-feature

verified

Add Wasp's built-in features to your app — auth, email, jobs, and more. These are full-stack, batteries-included features that Wasp handles for you. Use when the user wants to add meta tags, authentication (email, social auth providers), email sending, database setup, styling (tailwind, shadcn), or other Wasp-powered functionality.

View on GitHub

Marketplace

wasp-plugins

wasp-lang/claude-plugins

Plugin

wasp

framework

Repository

wasp-lang/claude-plugins
3stars

plugins/wasp/skills/add-feature/SKILL.md

Last Verified

January 21, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/wasp-lang/claude-plugins/blob/main/plugins/wasp/skills/add-feature/SKILL.md -a claude-code --skill add-feature

Installation paths:

Claude
.claude/skills/add-feature/
Powered by add-skill CLI

Instructions

# add-feature

Add Wasp's batteries-included features to your app. Each invocation focuses on one feature at a time.

## Before Starting

1. Verify user is in the app directory (check for wasp config file: `main.wasp` or `main.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) |

## Feature Selection

Using the `AskUserQuestion` tool, ask the user which Wasp feature they'd like to configure:
- Use the most relevant options as selectable choices (limited to 2-4 options)
- Remind users they can select "Other" to choose from additional features

## Execute Selected Feature

Based on the user's selection, follow the corresponding guides below.
ALWAYS follow the feature guide's corresponding raw text documentation URLs and use it as the basis for assisting the user.

- **App Branding** → [app-branding.md](./app-branding.md)
- **Authentication** → [authentication.md](./authentication.md)
- **Email Provider** → [email-provider.md](./email-provider.md)
- **Database** → [database.md](./database.md)
- **Styling (CSS, UI)** → [styling.md](./styling.md)

## Guidelines for Using AskUserQuestion with Lists

When asking the user to choose from fetched lists (e.g., auth methods, email providers):

1. **Always display the full list** to the user before asking them to choose, so they know all available options.
2. **Use the most popular/common options** as the selectable choices in `AskUserQuestion` (limited to 2-4 options).
3. **Remind users** they can select "Other" to specify any option from the full list tha

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
2762 chars