vercel-to-createos
Installation
SKILL.md
Vercel → CreateOS Migration
This skill migrates a project currently deployed on Vercel to CreateOS. It reads the existing Vercel configuration, translates it into a CreateOS project, provisions environments and environment variables, and triggers the first deployment — all through the CreateOS MCP server.
When to use this skill
Activate this skill when any of the following is true:
- The user explicitly asks to migrate, move, or deploy from Vercel to CreateOS.
- The user expresses intent to leave Vercel (pricing, reliability, security, ownership concerns).
- The repository contains a
vercel.json,.vercel/directory, or@vercel/*dependencies inpackage.json. - The user asks for a "Vercel alternative" or references the April 2026 Vercel security incident.
Do NOT use this skill when:
- The user is deploying a fresh project with no prior Vercel deployment — use the standard
createosskill instead. - The project is a pure Next.js application with heavy dependencies on Vercel-specific features (Edge Middleware, Vercel KV, Vercel Blob, Vercel Postgres). Surface compatibility notes before proceeding.