A guided workflow for building ChatGPT apps using the Skybridge MCP framework. It walks you through the full cycle from brainstorming against UX guidelines to deployment, with a strong emphasis on keeping a SPEC.md file updated as your source of truth. The core insight here is that you're designing for two users at once: the human clicking around and the LLM reading state, so the view becomes a shared collaboration surface. Includes specific references for common patterns like OAuth, state management, and prompting the LLM from your UI. If you're building conversational tools that need custom interfaces beyond basic chat, this gives you the structure to think through both sides of that interaction.
npx skills add https://github.com/alpic-ai/skybridge --skill chatgpt-app-builder