🧩
AI EngineeringTypeScript

Skybridge

by alpic-ai

Skybridge 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 Skybridge
Copy Skybridge 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/skybridge ~/.claude/skills/skybridge

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/skybridge/SKILL.md in alpic-ai/skybridge
Installs to
~/.claude/skills/skybridge
Collection
One of 3 skills cataloged from this repository
Category
AI Engineering2451 skills

What Skybridge does

Skybridge guides developers through creating and updating ChatGPT and MCP apps. Use it when building or updating a ChatGPT app, MCP app, MCP server, or working with the Skybridge framework.

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

Documentation

README

Creating Apps For LLMs

Those are conversational experiences that extend AI assistants 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 AI Assistant 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.

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 Skybridge

  • What else does alpic-ai publish alongside Skybridge?

    Skybridge is one of 3 skills that DirSkills catalogs from alpic-ai/skybridge, the repository it ships in. Its siblings there include ChatGPT App Builder and MCP App Builder. Each one is a separate skill with its own page in this directory, installs the same way Skybridge 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 Skybridge compare to other AI Engineering skills?

    Skybridge ranks #883 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 Skybridge against them. Open each page to compare what they document and how they install.