vercel/init-vercel-shop
Initialize a new Vercel Shop storefront with the official create-vercel-shop CLI. Use when the user wants to create, scaffold, start, or initialize a Vercel Shop project from a coding agent.
npx skills add https://github.com/vercel/shop --skill init-vercel-shop
Ask for the target directory if the user did not provide one. Always pass it explicitly.
npx create-vercel-shop@latest <target-directory>
Preserve an explicitly requested package manager with --use-pnpm, --use-npm, --use-yarn, or --use-bun.
.vercel-shop/bootstrap.json, AGENTS.md, app/, components/, lib/shopify/, and package.json.AGENTS.md before making further changes. npx plugins add vercel/shop --scope project --yes
npx plugins add vercel/vercel-plugin --scope project --yes
npx plugins add Shopify/shopify-ai-toolkit --scope project --yes
If yes, ask only for the store's admin URL or .myshopify.com domain, then read references/storefront-token.md and follow its automated Shopify CLI flow. Try to reuse or create a public Storefront token before asking the user to visit the Headless channel.
If no, finish with the normal environment setup as the next step.
Return the generated project path, whether a Shopify store was connected, and whether plugin installation needs a retry.
Take vercel/init-vercel-shop from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.