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 , di…