Skip to main content
The Skybridge Skill migrates an existing MCP App for you, whatever framework or library it’s built on. It teaches your coding agent Skybridge, then drives the rewrite.

Install the Skill

npx skills add alpic-ai/skybridge -s skybridge

Prompt Your Agent

Migrate my app to /skybridge

Open in Cursor
Your agent scaffolds a Skybridge project, ports the tools and views, and wires them up. From there the same Skill handles ongoing work: building features, debugging, and deploying.
If your app calls window.openai or the ext-apps protocol directly, the feature mapping gives the Skybridge hook that replaces each one.

Go Further

Register Tools

Define what humans and agents can do

Create Views

Craft interactive UIs rendered in conversation

Manage State

Decide what the model sees