Shows the Wasp plugin's available features, commands, and skills.
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
node command to see if Wasp knowledge has been initialized./wasp:init:ā ļø
The Wasp plugin hasn't been initialized for the current project.
Run `/wasp:init` to get the plugin's full functionality.
--- --- š š š --- ---
This plugin turns Claude Code into a Wasp framework expert, giving you an AI assistant that deeply understands Wasp's features, patterns, and best practices.
"Add Google authentication to my app"
"Help me add ShadCN UI to my app"
"Start a new SaaS app using Wasp's SaaS starter template"
"Set up email sending with SendGrid"
"Which Wasp features should I use for this task?"
"Why isn't my recurring job working?"
"Deploy my app to Railway"
Skills are context-aware workflows Claude can invoke to help you accomplish specific Wasp tasks. Claude will automatically invoke the relevant skill based on the user's request.
Interactive guided setup for adding or configuring Wasp framework features:
App Branding: Set your app's name, description, and meta tags Authentication: Add login methods (Email, Google, GitHub, Discord, Slack,etc.) Email Provider: Configure email sending (SendGrid, Mailgun, SMTP) Database: Set up PostgreSQL or SQLite Styling (CSS, UI): Add Tailwind CSS or ShadCN UI Verify Setup: Test that your app compiles and runs correctly
Usage: Just ask Claude something like "help me set up authentication" or "configure my database"
Start the Wasp development environment properly:
script wrapperUsage: Ask Claude "start the dev server", "run migrations", or "help me start development"
Guided deployment workflow that helps you:
wasp deployUsage: Ask Claude "help me deploy my app" or "deploy to Railway"
Commands are used to interact with the plugin. Commands are run by the user when they want to invoke a specific prompt/action:
/wasp:init:CLAUDE.md file/wasp:help:The plugin ensures Claude always references the correct Wasp documentation for your project:
https://wasp.sh/llms.txt - Full Wasp documentation in LLM-friendly formathttps://wasp.sh/llms-{version}.txt - Documentation for a specific Wasp version (e.g., llms-0.15.txt)Claude automatically detects your project's Wasp version and fetches the appropriate documentation when needed.
Want to help make this plugin better? Submit issues, feedback, or PRs to the Wasp Claude Code Plugins repository.
Join the Wasp Discord to get extra help or talk about anything web development related.