By glideapps
Claude Code plugin for no-code app development using Glide framework and workflows.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin glideapps-glide-code⚠️ This is highly experimental and will break often. Use at your own risk.
Glide Code is a plugin for Claude Code, which gives the world's most popular coding agent the ability to not only build apps and work in Glide, but to do so with many agents in parallel via browser automation and Glide's multiplayer support.
This is a much more powerful (but slower) version of the built-in Agent in Glide today. It's more powerful because it can do everything in the builder, but it's also a general-purpose agent which can do things like analyze files and use the Glide API.
Clip from a 4hr session where Glide Code built 3 apps (sped up 40x):
First, install Claude Code if you don't have it.
/plugin marketplace add glideapps/glide-code
/plugin install glide@glide
Run the /glide command with what you want to build or work on:
/glide Build an app for managing repairs for our construction company. The data is in repairs.csv
This will open a browser window where you can sign in to Glide (first time only). Your session will be remembered for future use. Claude will use the appropriate agents to build your app.
You can also kick off a working session with an existing app:
/glide do a design review on my Repairs app
Working on multiple apps: You can work on many apps at the same time, but you should work on them in separate directories with separate instances of Claude Code.
| Script | Purpose |
|---|---|
./scripts/start | Run plugin from installed/cloned repo (from any directory) |
./scripts/dev | Run plugin for local development (run from repo root) |
When working on the plugin itself, use scripts/dev from the repository root. This loads the plugin from the current directory, so changes to agents, skills, and commands are reflected immediately.
git clone git@github.com:glideapps/glide-code.git
cd glide-code
./scripts/dev
Alternatively, point Claude Code to the local directory:
claude --plugin-dir /path/to/glide-code/glide
| Command | Purpose |
|---|---|
/glide | Guided setup - interactive login, choose app, select task |
/tip | Provide expert guidance - plugin learns and updates skills |
| Agent | Purpose |
|---|---|
| build | Creates apps and builds screens via browser automation |
| data | Creates tables and imports data via Glide API |
| file-analysis | Analyzes spreadsheets to extract data models |
| design-review | Critiques screens for design quality on mobile/desktop |
| qa | Verifies features work before declaring the app ready |
| app-research | Explores existing apps to document structure |
| Skill | Purpose |
|---|---|
| glide | Main workflow, agent coordination, builder navigation |
| design | Screen structure, component selection, layout patterns |
| templates | Browse Template Store for design inspiration |
| data-modeling | Tables, columns, relationships |
| computed-columns | Math, If-Then-Else, Relations, Rollups |
| ai | AI columns (Generate Text, Audio to Text, etc.) |
| api | Glide API v2 usage |
| app-sharing | Privacy settings and authentication |
| browser | Multi-browser coordination for parallel work |
The plugin supports up to 6 parallel browser sessions, enabling multiple agents to work simultaneously on the same app. Glide is multiplayer-enabled, so concurrent edits work seamlessly.
Use cases:
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.