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/wasp-agent-plugins
wasp-plugin-init
Adds Wasp knowledge, LLM-friendly documentation fetching instructions, and best practices to your project's CLAUDE.md or AGENTS.md file
97add-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.
94wasp-plugin-help
Shows the Wasp plugin's available features, commands, and skills.
93start-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 the agent can see client-side errors. Essential for any development or debugging work.
91deploying-app
deploy the Wasp app to Railway or Fly.io using Wasp CLI.
76