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 in package.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 createos skill 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.
Related skills

More from nodeops-app/skills

Installs
14
GitHub Stars
3
First Seen
Apr 21, 2026