Official Claude Code plugins for the Wasp full-stack web framework.
/plugin marketplace add wasp-lang/claude-plugins/plugin install wasp@wasp-pluginsOr browse available plugins interactively:
/pluginComprehensive assistance for Wasp framework development:
- Configure Wasp: Add Wasp framework features like authentication, database, email, CSS frameworks, and other integrations
- Deployment Guides: Step-by-step deployment to Railway or Fly.io with pre-flight validation
- Knowledge Integration: Add Wasp best practices and conventions to your Claude Code session
To automatically install this marketplace for all team members, add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"wasp-plugins": {
"source": {
"source": "github",
"repo": "wasp-lang/claude-plugins"
}
}
}
}We welcome contributions! To add a new plugin:
- Create your plugin in the
plugins/directory - Add an entry to
.claude-plugin/marketplace.json - Submit a pull request
MIT - See individual plugin directories for specific licenses.