> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skybridge.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Migrate

> Migrate ChatGPT App or ext-apps to Skybridge

Already have an app built with the [OpenAI Apps SDK](https://developers.openai.com/apps-sdk/) or [`@modelcontextprotocol/ext-apps`](https://github.com/modelcontextprotocol/ext-apps)? The Skybridge [Skill](/devtools/skills) can migrate it for you — it teaches your coding agent the full Skybridge framework so it can scaffold, rewrite, and wire up your project automatically.

## Install the skill

<CodeGroup>
  ```bash npm theme={null}
  npx skills add alpic-ai/skybridge -s skybridge
  ```

  ```bash pnpm theme={null}
  pnpm dlx skills add alpic-ai/skybridge -s skybridge
  ```

  ```bash yarn theme={null}
  yarn dlx skills add alpic-ai/skybridge -s skybridge
  ```

  ```bash bun theme={null}
  bunx skills add alpic-ai/skybridge -s skybridge
  ```

  ```bash deno theme={null}
  deno run -A npm:skills add alpic-ai/skybridge -s skybridge
  ```
</CodeGroup>

## Prompt your agent

```
Migrate my app to /skybridge
```

That's it! Once migrated, keep using the [🧠 Skill](/devtools/skills) for ongoing development — brainstorming ideas, designing views and tools, running dev server, debugging, deploying, and more.
