
Swell App
- 4 repo stars
- Updated June 17, 2026
- swellstores/swell-claude-plugins
Helps with ai & agent building tasks.
About
swell-app is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.
- swell-app
- AI & Agent Building
- AI-coding skill
Swell App by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add swellstores/swell-claude-plugins/plugin install swell-app@swellAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 4 |
|---|---|
| Last updated | June 17, 2026 |
| Repository | swellstores/swell-claude-plugins ↗ |
What it does
Helps with ai & agent building tasks.
README.md
Swell Claude Plugins
Official Claude Code plugins for Swell. This marketplace provides AI-assisted workflows for data modeling, admin UI design, notifications, and serverless functions.
Installation
The plugin requires Swell CLI to be installed and authenticated:
npm install -g @swell/cli
swell login
Add this marketplace to Claude Code:
/plugin marketplace add git@github.com:swellstores/swell-claude-plugins.git
Install the Swell Apps plugin:
/plugin install swell-app
The plugin updates automatically when new versions are released.
Usage
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
Development
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.