com um clique
wasp-plugin-help
// Shows the Wasp plugin's available features, commands, and skills.
// Shows the Wasp plugin's available features, commands, and skills.
| name | wasp-plugin-help |
| description | Shows the Wasp plugin's available features, commands, and skills. |
node command to check if the Wasp plugin has been initialized./wasp-plugin-init:⚠️
The Wasp plugin hasn't been initialized for the current project.
Run `/wasp-plugin-init` to get the plugin's full functionality.
--- --- 🐝 🐝 🐝 --- ---
This plugin makes Claude Code, Codex, Copilot, etc. work better with Wasp by:
The result: The agent actually understands Wasp instead of guessing.
Skills:
add-feature - Add Wasp's built-in features (auth, email, database, styling)
deploying-app - Guided deployment to Railway or Fly.io
expert-advice - Get advice on app improvements and functionality from a Wasp expert
start-dev-server - Start dev environment with full debugging visibility (db -> server -> browser console)
wasp-plugin-init - Adds Wasp knowledge, LLM-friendly documentation fetching instructions, and best practices to your project's CLAUDE.md or AGENTS.md file
The plugin ensures Claude detects your project's Wasp version and references the correct, LLM-friendly documentation.
Join the Wasp Discord for help and web dev discussion. Submit issues, feedback, or PRs: Wasp Agent Plugins
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.
Adds Wasp knowledge, LLM-friendly documentation fetching instructions, and best practices to your project's CLAUDE.md or AGENTS.md file
Get advice on app improvements and functionality from a Wasp expert. Takes optional arguments for more specific requests e.g. `/expert-advice how can I improve account management?`.
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.
deploy the Wasp app to Railway or Fly.io using Wasp CLI.