Official Claude Code plugins for Swell. This marketplace provides AI-assisted workflows for data modeling, admin UI design, notifications, and serverless functions.
The plugin requires Swell CLI to be installed and authenticated:
npm install -g @swell/cli
swell loginAdd this marketplace to Claude Code:
/plugin marketplace add git@github.com:swellstores/swell-claude-plugins.gitInstall the Swell Apps plugin:
/plugin install swell-appThe plugin updates automatically when new versions are released.
The plugin activates automatically when working in a Swell app directory (containing swell.json). On session start, it initializes a CLAUDE.md context file. Restart Claude Code after first initialization to ensure the context loads properly.
Skills provide guided workflows with validation and safety checks. You can explicitly invoke a skill during conversation:
Use the swell app skill to help me create a new model
The schemas/ directory contains JSON Schema definitions that validate app manifests.
Schema changes trigger CI automation to generate TypeScript definitions (*.d.ts) that provide type-safe references for the AI agents.
The Swell CLI uses these same schemas for validation.