From vercel-shop
Bootstraps a new Vercel Shop project using npx create-vercel-shop in a target directory, installs project-scoped plugins, and verifies bootstrap files and setup.
npx claudepluginhub vercel/shop --plugin vercel-shop# Bootstrap a Vercel Shop project Use this command when the user wants to start a new Vercel Shop codebase from scratch, from prompts, or in a fresh directory. ## Before you run anything 1. Check whether the current directory already looks like a Vercel Shop app. 2. Treat the project as an existing Vercel Shop app if it already has all of these: - `AGENTS.md` - `app/` - `lib/shopify/` - `components/` - `package.json` 3. If it is already a Vercel Shop app, stop and tell the user to use the normal `vercel-shop` feature skills instead of scaffolding again. 4. Ask for a target...
/bootstrapBootstraps a complete project with security foundation, scaffold (Static/SPA/Workers/Fullstack/Astro), design system, i18n, SEO, tests, and deploy pipeline after gathering requirements.
/initDetects project tech stack from root files (Shopify priority, then Next.js, React, etc.) and creates or updates project.json.
/svelte-scaffoldScaffolds new SvelteKit projects, features, or modules with best practices, optimal structure, TypeScript, Tailwind, auth, database, and deployment configs.
/fireship-installInstalls FireShip Starter Kit Next.js SaaS boilerplate by cloning repo, initializing git, installing deps with npm/yarn/pnpm/bun, setting up .env.local, and guiding onboarding via docs/llm.md.
/recipeApplies pre-built Saleor store recipes (fashion, electronics, food, subscriptions) to generate or merge config.yml, with optional customization and deployment.
/tanstack-startBuilds full-stack TanStack Start app on Cloudflare Workers from scratch with database, auth, routes, dashboard, verification, and deployment. Optional [project-name].
Share bugs, ideas, or general feedback.
Use this command when the user wants to start a new Vercel Shop codebase from scratch, from prompts, or in a fresh directory.
AGENTS.mdapp/lib/shopify/components/package.jsonvercel-shop feature skills instead of scaffolding again.my-store.Use the official CLI:
npx create-vercel-shop@latest <target-dir>
The scaffold is expected to:
apps/template examplevercel/shopvercel/vercel-pluginShopify/shopify-ai-toolkit.vercel-shop/bootstrap.json in the generated app.vercel-shop/bootstrap.json exists..claude/settings.json.AGENTS.md before making code changes.Do not roll back the scaffolded app. Keep the generated project and show the exact retry commands:
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
Return a short summary that includes:
.vercel-shop/bootstrap.json exists