Vercel CLI Skill The Vercel CLI ( or ) deploys, manages, and develops projects on the Vercel platform from the command line. Use for full flag details on any command. Critical: Project Linking Commands must be run from the directory containing the folder (or a subdirectory of it). How gets set up depends on your project structure: - : Created by . Links a single project. Fine for single-project repos, and can work in monorepos if there's only one project. - : Created by . Links a repo that may contain multiple projects. Always a good idea when any project has a non-root directory (e.g., ). Ru…