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.
/plugin marketplace add wasp-lang/claude-plugins/plugin install wasp@wasp-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
app-branding.mdauthentication.mddatabase.mdemail-provider.mdstyling.mdverify-setup.mdAdd Wasp's batteries-included features to your app. Each invocation focuses on one feature at a time.
main.wasp or main.wasp.ts)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) |
| Verify Setup | Test that your app compiles and runs correctly |
Using the AskUserQuestion tool, ask the user which Wasp feature they'd like to configure:
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.
When asking the user to choose from fetched lists (e.g., auth methods, email providers):
AskUserQuestion (limited to 2-4 options).Available auth methods: Username & Password, Email, Google, GitHub, Discord, Keycloak, Slack
[AskUserQuestion with 3-4 most common options]
Note: Select "Other" to choose from additional options like Discord, Keycloak, or Slack.
After completing a feature configuration:
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.