add-feature

Official

Add Wasp's batteries-included features to your app.

Authorwasp-lang
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines adding batteries-included features to a Wasp app, reducing manual wiring and guesswork by guiding you through a feature-by-feature setup.

Core Features & Use Cases

  • App Branding: Configure your app's name, description, and meta tags.
  • Authentication: Add login methods (Email, Google, GitHub, etc.) and set up requisite pages.
  • Email Provider: Configure an email sending provider and env vars.
  • Database: Set up your database and migrations.
  • Styling (CSS, UI): Integrate Tailwind CSS or ShadCN UI.
  • Verify Setup: Run a final check to ensure the app compiles and runs.

Quick Start

  1. Ensure you are in the app directory (look for main.wasp or main.wasp.ts).
  2. Choose a feature from App Branding, Authentication, Email Provider, Database, Styling, or Verify Setup.
  3. Open the corresponding guide (e.g., app-branding.md) and follow its steps.
  4. When done, run the Verify Setup guide to confirm everything works.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: add-feature
Download link: https://github.com/wasp-lang/claude-plugins/archive/main.zip#add-feature

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository