glideapps
- 18 skills
- 0 followers
- 1 day ago last updated
- ▌ Fling · glideapps bundleBuilding and deploying this app easily to the internet. Use when the user wants to build or deploy a web app, API, or tool using the Fling platform.
- ▌ Glideos Development · glideappsConventions for building and operating GlideOS apps, data, and workflows through the Glide MCP server. Use when working with the `glide` MCP server tools — creating or editing projects, querying app databases, running workflows, or publishing apps.
- ▌ Enable Small Tests · glideapps bundleFind and ship small quicktype fixes that enable disabled tests, using shared inputs and existing language fixtures. Use for batches of test-enabling PRs or their review, conflict, and CI follow-up; prioritize Dart, Swift, and TypeScript unless directed otherwise.
- ▌ Roto Rooter · glideapps bundleStatic analysis for React Router applications. Use when building or debugging React Router apps to verify routes, links, forms, loaders, params, hydration patterns, and database persistence operations.
- ▌ Analyze · glideappsRed-team verification of roto-rooter findings against real apps. Supports multiple local paths and remote Git URLs. Runs all checks and SQL extraction, then spins up subagents to independently validate each finding. Use when the user wants to verify roto-rooter accuracy, test for false positives, or audit apps with third-party validation of results.
- ▌ Add Check · glideappsAdd a new static analysis check to roto-rooter. Use when the user wants to create a new check, validation rule, or analyzer for React Router applications. Guides implementation of checks that require cross-file application context like route/component relationships.
- ▌ Final Review · glideappsPerforms a comprehensive pre-merge review of changes on the current branch. Use when the user wants to verify their work before merging, check PR readiness, or run a final validation of tests, types, lint, and PR metadata.
- ▌ AI · glideappsAdd 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.
- ▌ API · glideappsUse 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.
- ▌ Glide · glideapps**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.
- ▌ Design · glideappsDesign 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.
- ▌ Browser · glideappsManages allocation of browser instances to agents for concurrent operations. Read this skill when spawning multiple agents that need independent browser sessions.
- ▌ App Audit · glideapps bundleAudit 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, including read-only support-mode URLs of the form https://go.glideapps.com/support/{uuid}. Can also produce an optional plain-language, customer-facing version of the report on request, for sharing directly with the customer who reported the issue.
- ▌ Templates · glideappsBrowse 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.
- ▌ Workflows · glideappsGlide workflows (automations) - triggers, nodes, and automation patterns. Covers both client-side App Interactions and server-side workflows.
- ▌ App Sharing · glideappsManage 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.
- ▌ Data Modeling · glideappsDesign Glide data models - tables, columns, column types, and calculation architecture. Use when creating tables, designing data structures, choosing column types, or planning relationships.
- ▌ Explain Feature · glideappsGet detailed explanations of Glide features - computed columns, workflows, components, data modeling, AI features, and more