🤖
AI EngineeringTypeScript

ChatGPT App Builder

by alpic-ai

ChatGPT App Builder is an AI Engineering skill for Claude Code, published by alpic-ai in skybridge.

2K stars133 forkson alpic-ai/skybridgeAdded 2026/08/18Repository updated 2026/08/13
agentaiapps-sdkchatgptclaudeclaude-codedevtoolsext-appsllmsmcpmcp-appsmcp-servermcp-uimodelcontextprotocolopenaireactskillstoolingtypescript
Install in seconds
Install ChatGPT App Builder
Copy ChatGPT App Builder into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/alpic-ai/skybridge/tree/main/skills/chatgpt-app-builder ~/.claude/skills/chatgpt-app-builder

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/alpic-ai/skybridge.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/chatgpt-app-builder/SKILL.md in alpic-ai/skybridge
Installs to
~/.claude/skills/chatgpt-app-builder
Collection
One of 3 skills cataloged from this repository
Category
AI Engineering2451 skills

What ChatGPT App Builder does

ChatGPT App Builder guides developers through creating and updating ChatGPT apps built as MCP servers, including brainstorming, bootstrapping, implementing tools and views, debugging, deploying, and connecting to ChatGPT.

ChatGPT App Builder is cataloged under AI Engineering on DirSkills. ChatGPT App Builder comes from a repository tagged agent, ai, apps-sdk, chatgpt and claude.

Documentation

README

Creating Apps For LLMs

ChatGPT apps are conversational experiences that extend ChatGPT through tools and custom UI views. They're built as MCP servers invoked during conversations.

⚠️ The app is consumed by two users at once: the human and the ChatGPT LLM. They collaborate through the view—the human interacts with it, the LLM sees its state. Internalize this before writing code: the view is your shared surface.

SPEC.md keeps track of the app's requirements and design decisions. Keep it up to date as you work on the app.

Building an ecommerce app? → Read ecommerce.md first.

No SPEC.md? → Read discover.md first. Nothing else until SPEC.md exists.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about ChatGPT App Builder

  • What else does alpic-ai publish alongside ChatGPT App Builder?

    ChatGPT App Builder is one of 3 skills that DirSkills catalogs from alpic-ai/skybridge, the repository it ships in. Its siblings there include MCP App Builder and Skybridge. Each one is a separate skill with its own page in this directory, installs the same way ChatGPT App Builder does, and is maintained by alpic-ai in that same repository. The rest of the collection is listed on the alpic-ai/skybridge page.

  • How does ChatGPT App Builder compare to other AI Engineering skills?

    ChatGPT App Builder ranks #881 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of ChatGPT App Builder against them. Open each page to compare what they document and how they install.