Official Claude Code plugins for the Wasp full-stack web framework.
A Claude Code plugin for developing web apps with the Wasp full-stack framework (React, Node.js, and Prisma), providing access to:
- optimized raw text Wasp documentation for LLMs
- integrations guidance
- best practices
- expert advice on app improvements
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"
}
}
}
}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.