Skip to main content

glideos-development

Conventions 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.

Ir para a instalação

Informações da origem

Repositório
glideapps/mcp
Última atividade na origem
29 de agosto de 2026 às 18:54
Idioma detectado do SKILL.md
inglês
Estrelas
0
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
glideos-development
description
Conventions 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.
# Working with Glide These conventions apply when using the `glide` MCP server tools. ## Before writing app code Read the app-building contract resource at `glideos://guidance/app-building-contract` before writing or modifying GlideOS application code. It is the canonical contract for how GlideOS apps are structured and must be followed. Additional in-depth GlideOS skills and capability guidance are available as MCP resources on this server. Read the relevant resources before doing work they govern. ## Projects Most tools operate on a project. If the user has not identified a project, list their projects first and confirm which one to work in before making changes. ## Authentication Signing in happens through Glide's OAuth flow the first time a tool is used. There are no API keys to manage. The connected user's organization determines which projects and data are accessible. ## Destructive operations Deleting apps, dropping tables, restoring backups, and rolling back releases affect live user data. Confirm the target and the intent with the user before running them.
Ver no GitHub