expert-advice
- Explore the current codebase
- Fetch the Wasp docs for the current project version
- Decide on a few improvements (if the user supplies arguments in the command, use them as a starting point, if not, your ideas can be app features, code improvements, enhancements, etc.)
- Present the improvements to the user with their names, descriptions, and pros and cons
User's assist request: $ARGUMENTS
More from wasp-lang/claude-plugins
start-dev-server
Start the Wasp dev server and set up full debugging visibility. This includes running the server (with access to logs), and connecting browser console access so Claude can see client-side errors. Essential for any development or debugging work.
6add-feature
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.
5deploying-app
deploy the Wasp app to Railway or Fly.io using Wasp CLI.
4wasp-plugin-init
Add Wasp knowledge to your project's CLAUDE.md
2wasp-plugin-help
Shows the Wasp plugin's available features, commands, and skills.
2plugin-help
Shows the Wasp plugin's available features, commands, and skills.
2