glide
Installation
SKILL.md
Glide App Building
Start here when building a Glide app. This skill covers the overall workflow, agent coordination, and technical details for browser automation.
Build Workflow Summary
- Clarify use case - Understand what the user wants
- Create app first - Get browser auth done early (blank app)
- Get API key - Go to Data Editor, retrieve token from Users table (before spawning data agents)
- Analyze file (if provided) - Use
file-analysisagent - Create tables via API - Use
dataagent (faster than UI, in parallel) - Build screens - Use
buildagent for Playwright automation (in parallel) - Design review - Apply
designskill to evaluate and improve screens - QA verification - Use
qaagent to verify features actually work - Finalize - Access settings, testing, publish