By glideapps
Automate building complete Glide no-code apps end-to-end: orchestrate agents with parallel Playwright browsers to model data tables/relations/computeds, design screens/components/actions, create server workflows (webhook/schedule/email/Slack), integrate APIs/Stripe/Shopify/AI columns, audit performance, and configure auth/publishing.
npx claudepluginhub glideapps/glide-code --plugin glideAudit Glide app for performance issues - analyze data structure and layout for bottlenecks
Ask about Glide - get expert advice on app viability, feature capabilities, data modeling, workflows, and implementation planning
Real-world examples of customer support emails showing what works and what doesn't.
Draft email responses to customer Glide questions - paste email content or check inbox automatically
Get detailed explanations of Glide features - computed columns, workflows, components, data modeling, AI features, and more
Start working with Glide - includes interactive login, app selection, and task choice
Get unstuck by providing expert tips that the plugin learns from and adds to its skills
Manages Glide data structure: tables, columns, relations, and computed columns. Uses API for table creation, browser for column configuration.
Add a basic column to an existing table in the Data Editor
Create a relation column linking two tables
Add conditional logic column with If-Then-Else
Add a Lookup column to pull values through a relation
Add a Math computed column for calculations
Add a Rollup column to aggregate values from related rows
Add a Template column to combine text and column values
Retrieve API key from Glide app for data operations
The UI Stack agent. Creates apps, screens, tabs, navigation, and configures all UI components. Handles everything visible in the Glide Layout Editor.
Create a new blank Glide app
Configure app name, icon, and appearance settings
Add actions to components (buttons, navigation, data operations)
Add a component to any screen in the Layout Editor
Configure a collection's style and displayed columns
Create a new navigation tab from a data table
Use this agent to extract learnings from successful tips and update plugin knowledge. <example> User provided a tip that worked - now extract what was learned and update the relevant files. </example> This agent is called automatically by the /tip command after a successful tip.
Manages Glide workflows (automations). Creates triggers, configures nodes, and builds automation flows. Handles both app interactions (client-side) and server-side workflows.
Add a condition node for branching logic
Add a loop node to iterate over table rows
Add a Query JSON node to parse JSON data with JSONata
Add Trigger Workflow action to connect App Interaction to server-side workflow
Create an email workflow triggered by incoming emails
Create a manual workflow triggered by app interactions
Create a scheduled workflow that runs on a time-based trigger
Create a Slack workflow triggered by Slack events
Create a webhook workflow triggered by external HTTP requests
Add AI features to Glide apps using AI columns like Generate Text, Image to Text, Audio to Text. Use when adding AI-powered functionality, text generation, OCR, transcription, or auto-categorization.
Use the Glide API for programmatic data operations - REST API v2 and @glideapps/tables npm package. Use when importing data, bulk operations, automating data sync, or building integrations with Glide tables.
Audit Glide apps for performance issues and optimization opportunities. Use when analyzing app performance, identifying bottlenecks in data structure or layout, or providing recommendations for improving app speed and user experience. Automatically triggered when user provides a Glide app URL for audit.
Manage Glide app access, privacy, authentication, and publishing. Use when configuring who can access an app, setting up sign-in methods, publishing apps, inviting users, or configuring Row Owners for data security.
Manages allocation of browser instances to agents for concurrent operations. Read this skill when spawning multiple agents that need independent browser sessions.
Create computed columns in Glide - Math, If-Then-Else, Relations, Rollups, Lookups, Templates. Use when adding calculations, formulas, lookups, or linking tables with relations.
Design Glide data models - tables, columns, column types, and calculation architecture. Use when creating tables, designing data structures, choosing column types, or planning relationships.
Design and build Glide screens, components, forms, and actions. Create screens that are intuitive, data-dense, and serve user workflows. Use when creating or designing screens, choosing components, building forms, configuring navigation, or reviewing and improving screen usability.
Get detailed explanations of Glide features - computed columns, workflows, components, data modeling, AI features, and more
**The primary skill for building Glide apps.** Covers the full workflow, agent coordination, and browser automation. Use when building, creating, or modifying any Glide app. Read this first for any Glide project.
Historical record of expert tips and learnings that have been integrated into the plugin skills. Consult this when patterns emerge or to understand the evolution of knowledge.
Browse and explore the Glide Template Store for design inspiration and implementation guidance. Use when looking for examples of how to build specific features, design patterns, or app types.
Glide workflows (automations) - triggers, nodes, and automation patterns. Covers both client-side App Interactions and server-side workflows.
⚠️ 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:
Vibes is for people who use Claude Code, but don't know how to code.
Use this agent when creating user interfaces, designing components, building design systems, or improving visual aesthetics. This agent specializes in creating beautiful, functional interfaces that can be implemented quickly within 6-day sprints. Examples:\n\n<example>\nContext: Starting a new app or feature design
Harness 多智能体 Web 应用构建插件 v3。Command 作为 Harness 主控,以 claude -p 独立进程调度各智能体。技术栈固定:Spring Boot 3 后端 + React 前端,内嵌 SQLite,无外部依赖。
Build Power Apps Canvas Apps using the Canvas Authoring MCP server.
A curated collection of AI coding agent skills for browser automation, frontend design, performance auditing, task tracking, and structured problem-solving workflows.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Comprehensive Airtable assistant for schema design, API interactions, scripting, interfaces, and automations.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim