[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-vercel-shopify-graphql-reference":3,"mdc--boolhy-key":37,"related-org-vercel-shopify-graphql-reference":266,"related-repo-vercel-shopify-graphql-reference":445},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"shopify-graphql-reference","reference Shopify GraphQL patterns and fragments","Integrate Shopify-validated Storefront or Customer Account GraphQL into Vercel Shop. Use after Shopify AI Toolkit has supplied and validated an API operation, or when adapting existing GraphQL to the template's operation placement, fragments, domain transforms, locale flow, cache role, invalidation, and route architecture.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"vercel","Vercel","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fvercel.png",[12,14,17,20,23],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"GraphQL","graphql",{"name":18,"slug":19,"type":13},"Documentation","documentation",{"name":21,"slug":22,"type":13},"E-commerce","e-commerce",{"name":24,"slug":25,"type":13},"Shopify","shopify",32,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fshop","2026-04-19T04:56:32.035454",null,9,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"vercel\u002Fshop","https:\u002F\u002Fgithub.com\u002Fvercel\u002Fshop\u002Ftree\u002FHEAD\u002Fpackages\u002Fplugin\u002Fskills\u002Fshopify-graphql-reference","---\nname: shopify-graphql-reference\ndescription: Integrate Shopify-validated Storefront or Customer Account GraphQL into Vercel Shop. Use after Shopify AI Toolkit has supplied and validated an API operation, or when adapting existing GraphQL to the template's operation placement, fragments, domain transforms, locale flow, cache role, invalidation, and route architecture.\n---\n\n# Integrate Shopify GraphQL\n\nTreat Shopify AI Toolkit as authoritative for Shopify documentation, schemas, fields, arguments, enum values, API versions, operation design, and validation. This skill owns only the Vercel Shop integration layer.\n\nRead `references\u002FREFERENCE.md` before editing.\n\n## Delegate Shopify facts first\n\n1. Choose the Shopify API:\n   - Use Shopify AI Toolkit's Storefront GraphQL skill for catalog, search, menus, cart, and public metaobject reads.\n   - Use its Customer skill for profiles, orders, addresses, and other authenticated customer data.\n   - Use its custom-data skill first for metafields or metaobjects.\n2. Search current Shopify documentation and validate the complete operation with that skill.\n3. Do not copy schema snapshots, field catalogs, or generated API reference into this plugin.\n4. If Shopify AI Toolkit is unavailable, use official Shopify documentation and validation tooling; do not guess.\n\n## Apply the Vercel Shop conventions\n\n1. Inspect the consuming route before choosing cache behavior. Classify the read as static-shell content, request-time shared content, or private\u002Frequest-scoped data.\n2. Add the operation to the closest file in `lib\u002Fshopify\u002Foperations\u002F`; create a file only for a genuinely new domain.\n3. Keep `#graphql` documents static, end them with `as const`, and use variables for dynamic values so codegen can validate them.\n4. Reuse the smallest existing fragment that fits. Extend a shared fragment only when multiple operations need the same selection.\n5. Pass locale context through existing country and language helpers when Shopify localizes the result.\n6. Keep raw Shopify response types under `lib\u002Fshopify\u002F**`; transform them into provider-independent domain types before presentation.\n7. Preserve cache tags and the existing webhook invalidation hierarchy. Do not cache mutations.\n8. Call `invalidateCartCache()` after every successful cart mutation.\n\n## Revalidate both boundaries\n\n1. Validate the final GraphQL document again with Shopify AI Toolkit after fragment and variable changes.\n2. Run `pnpm --filter template codegen` and the local lint, typecheck, build, and affected commerce flows.\n3. Report separately:\n   - Shopify validation performed;\n   - Vercel Shop cache and route role;\n   - domain transform and invalidation changes.\n\nDo not present this skill as a Shopify schema source. Shopify AI Toolkit determines what Shopify supports; this skill determines how validated operations fit Vercel Shop.\n",{"data":38,"body":39},{"name":4,"description":6},{"type":40,"children":41},"root",[42,51,57,71,78,122,128,211,217,261],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"integrate-shopify-graphql",[48],{"type":49,"value":50},"text","Integrate Shopify GraphQL",{"type":43,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Treat Shopify AI Toolkit as authoritative for Shopify documentation, schemas, fields, arguments, enum values, API versions, operation design, and validation. This skill owns only the Vercel Shop integration layer.",{"type":43,"tag":52,"props":58,"children":59},{},[60,62,69],{"type":49,"value":61},"Read ",{"type":43,"tag":63,"props":64,"children":66},"code",{"className":65},[],[67],{"type":49,"value":68},"references\u002FREFERENCE.md",{"type":49,"value":70}," before editing.",{"type":43,"tag":72,"props":73,"children":75},"h2",{"id":74},"delegate-shopify-facts-first",[76],{"type":49,"value":77},"Delegate Shopify facts first",{"type":43,"tag":79,"props":80,"children":81},"ol",{},[82,107,112,117],{"type":43,"tag":83,"props":84,"children":85},"li",{},[86,88],{"type":49,"value":87},"Choose the Shopify API:\n",{"type":43,"tag":89,"props":90,"children":91},"ul",{},[92,97,102],{"type":43,"tag":83,"props":93,"children":94},{},[95],{"type":49,"value":96},"Use Shopify AI Toolkit's Storefront GraphQL skill for catalog, search, menus, cart, and public metaobject reads.",{"type":43,"tag":83,"props":98,"children":99},{},[100],{"type":49,"value":101},"Use its Customer skill for profiles, orders, addresses, and other authenticated customer data.",{"type":43,"tag":83,"props":103,"children":104},{},[105],{"type":49,"value":106},"Use its custom-data skill first for metafields or metaobjects.",{"type":43,"tag":83,"props":108,"children":109},{},[110],{"type":49,"value":111},"Search current Shopify documentation and validate the complete operation with that skill.",{"type":43,"tag":83,"props":113,"children":114},{},[115],{"type":49,"value":116},"Do not copy schema snapshots, field catalogs, or generated API reference into this plugin.",{"type":43,"tag":83,"props":118,"children":119},{},[120],{"type":49,"value":121},"If Shopify AI Toolkit is unavailable, use official Shopify documentation and validation tooling; do not guess.",{"type":43,"tag":72,"props":123,"children":125},{"id":124},"apply-the-vercel-shop-conventions",[126],{"type":49,"value":127},"Apply the Vercel Shop conventions",{"type":43,"tag":79,"props":129,"children":130},{},[131,136,149,170,175,180,193,198],{"type":43,"tag":83,"props":132,"children":133},{},[134],{"type":49,"value":135},"Inspect the consuming route before choosing cache behavior. Classify the read as static-shell content, request-time shared content, or private\u002Frequest-scoped data.",{"type":43,"tag":83,"props":137,"children":138},{},[139,141,147],{"type":49,"value":140},"Add the operation to the closest file in ",{"type":43,"tag":63,"props":142,"children":144},{"className":143},[],[145],{"type":49,"value":146},"lib\u002Fshopify\u002Foperations\u002F",{"type":49,"value":148},"; create a file only for a genuinely new domain.",{"type":43,"tag":83,"props":150,"children":151},{},[152,154,160,162,168],{"type":49,"value":153},"Keep ",{"type":43,"tag":63,"props":155,"children":157},{"className":156},[],[158],{"type":49,"value":159},"#graphql",{"type":49,"value":161}," documents static, end them with ",{"type":43,"tag":63,"props":163,"children":165},{"className":164},[],[166],{"type":49,"value":167},"as const",{"type":49,"value":169},", and use variables for dynamic values so codegen can validate them.",{"type":43,"tag":83,"props":171,"children":172},{},[173],{"type":49,"value":174},"Reuse the smallest existing fragment that fits. Extend a shared fragment only when multiple operations need the same selection.",{"type":43,"tag":83,"props":176,"children":177},{},[178],{"type":49,"value":179},"Pass locale context through existing country and language helpers when Shopify localizes the result.",{"type":43,"tag":83,"props":181,"children":182},{},[183,185,191],{"type":49,"value":184},"Keep raw Shopify response types under ",{"type":43,"tag":63,"props":186,"children":188},{"className":187},[],[189],{"type":49,"value":190},"lib\u002Fshopify\u002F**",{"type":49,"value":192},"; transform them into provider-independent domain types before presentation.",{"type":43,"tag":83,"props":194,"children":195},{},[196],{"type":49,"value":197},"Preserve cache tags and the existing webhook invalidation hierarchy. Do not cache mutations.",{"type":43,"tag":83,"props":199,"children":200},{},[201,203,209],{"type":49,"value":202},"Call ",{"type":43,"tag":63,"props":204,"children":206},{"className":205},[],[207],{"type":49,"value":208},"invalidateCartCache()",{"type":49,"value":210}," after every successful cart mutation.",{"type":43,"tag":72,"props":212,"children":214},{"id":213},"revalidate-both-boundaries",[215],{"type":49,"value":216},"Revalidate both boundaries",{"type":43,"tag":79,"props":218,"children":219},{},[220,225,238],{"type":43,"tag":83,"props":221,"children":222},{},[223],{"type":49,"value":224},"Validate the final GraphQL document again with Shopify AI Toolkit after fragment and variable changes.",{"type":43,"tag":83,"props":226,"children":227},{},[228,230,236],{"type":49,"value":229},"Run ",{"type":43,"tag":63,"props":231,"children":233},{"className":232},[],[234],{"type":49,"value":235},"pnpm --filter template codegen",{"type":49,"value":237}," and the local lint, typecheck, build, and affected commerce flows.",{"type":43,"tag":83,"props":239,"children":240},{},[241,243],{"type":49,"value":242},"Report separately:\n",{"type":43,"tag":89,"props":244,"children":245},{},[246,251,256],{"type":43,"tag":83,"props":247,"children":248},{},[249],{"type":49,"value":250},"Shopify validation performed;",{"type":43,"tag":83,"props":252,"children":253},{},[254],{"type":49,"value":255},"Vercel Shop cache and route role;",{"type":43,"tag":83,"props":257,"children":258},{},[259],{"type":49,"value":260},"domain transform and invalidation changes.",{"type":43,"tag":52,"props":262,"children":263},{},[264],{"type":49,"value":265},"Do not present this skill as a Shopify schema source. Shopify AI Toolkit determines what Shopify supports; this skill determines how validated operations fit Vercel Shop.",{"items":267,"total":444},[268,290,304,323,334,349,365,383,395,412,424,434],{"slug":269,"name":269,"fn":270,"description":271,"org":272,"tags":273,"stars":287,"repoUrl":288,"updatedAt":289},"next-cache-components-adoption","enable and migrate to Next.js Cache Components","Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the `cacheComponents` flag, work through a flood of blocking-prerender \u002F instant validation errors, run the `cache-components-instant-false` codemod, or decide between opting routes out with `export const instant = false` and fixing them in place.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[274,277,280,283,286],{"name":275,"slug":276,"type":13},"Caching","caching",{"name":278,"slug":279,"type":13},"Frontend","frontend",{"name":281,"slug":282,"type":13},"Migration","migration",{"name":284,"slug":285,"type":13},"Next.js","next-js",{"name":9,"slug":8,"type":13},141208,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fnext.js","2026-07-24T05:38:30.118542",{"slug":291,"name":291,"fn":292,"description":293,"org":294,"tags":295,"stars":287,"repoUrl":288,"updatedAt":303},"next-cache-components-optimizer","optimize Next.js cache components","Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components \u002F PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next\u002Fplaywright instant() e2e and work it to green, one verified route at a time; the shipped test then guards against regression. Use when asked to make a route's navigation instant (its static shell commits immediately), fix a route whose static shell isn't prerendered\u002Fserved\u002Fprefetched, grow a route's static shell or fix its slow first paint, diagnose which Suspense boundary keeps a route out of its static shell, or write the instant() e2e guard for one. Requires Next.js 16.3+ with cacheComponents; directs an upgrade if older.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[296,297,298,299,302],{"name":275,"slug":276,"type":13},{"name":278,"slug":279,"type":13},{"name":284,"slug":285,"type":13},{"name":300,"slug":301,"type":13},"Performance","performance",{"name":9,"slug":8,"type":13},"2026-07-30T05:31:10.674078",{"slug":305,"name":305,"fn":306,"description":307,"org":308,"tags":309,"stars":287,"repoUrl":288,"updatedAt":322},"next-dev-loop","verify Next.js runtime behavior","Verify Next.js runtime behavior after editing app code. Use this skill to confirm a change actually works in a running app — not just that it compiles or type-checks. Combines \u002F_next\u002Fmcp (Next.js's view) with agent-browser (the browser's view). Requires a running `next dev`.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[310,313,314,317,318,319],{"name":311,"slug":312,"type":13},"Debugging","debugging",{"name":278,"slug":279,"type":13},{"name":315,"slug":316,"type":13},"Local Development","local-development",{"name":284,"slug":285,"type":13},{"name":9,"slug":8,"type":13},{"name":320,"slug":321,"type":13},"Web Development","web-development","2026-05-22T06:45:28.627735",{"slug":324,"name":324,"fn":325,"description":326,"org":327,"tags":328,"stars":287,"repoUrl":288,"updatedAt":333},"next-partial-prefetching-adoption","adopt Partial Prefetching in Next.js apps","Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the `partialPrefetching` flag, opt routes in with `export const prefetch = 'partial'`, audit `\u003CLink prefetch={true}>` calls, or resolve the link-prefetch-partial and instant-shell-url-data insights.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[329,330,331,332],{"name":278,"slug":279,"type":13},{"name":284,"slug":285,"type":13},{"name":300,"slug":301,"type":13},{"name":9,"slug":8,"type":13},"2026-07-30T05:31:11.591864",{"slug":335,"name":335,"fn":336,"description":337,"org":338,"tags":339,"stars":346,"repoUrl":347,"updatedAt":348},"turborepo","manage monorepos with Turborepo","Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines,\ndependsOn, caching, remote cache, the \"turbo\" CLI, --filter, --affected, CI optimization, environment\nvariables, internal packages, monorepo structure\u002Fbest practices, and boundaries.\n\nUse when user: configures tasks\u002Fworkflows\u002Fpipelines, creates packages, sets up\nmonorepo, shares code between apps, runs changed\u002Faffected packages, debugs cache,\nor has apps\u002Fpackages directories.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[340,343,344],{"name":341,"slug":342,"type":13},"CI\u002FCD","ci-cd",{"name":300,"slug":301,"type":13},{"name":345,"slug":335,"type":13},"Turborepo",30809,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fturborepo","2026-07-30T05:32:14.920116",{"slug":350,"name":350,"fn":351,"description":352,"org":353,"tags":354,"stars":362,"repoUrl":363,"updatedAt":364},"add-function-examples","add AI function examples for testing","Guide for adding new AI function examples, for testing specific features against the actual provider APIs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[355,358,361],{"name":356,"slug":357,"type":13},"AI SDK","ai-sdk",{"name":359,"slug":360,"type":13},"Testing","testing",{"name":9,"slug":8,"type":13},25670,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fai","2026-04-06T18:55:51.318866",{"slug":366,"name":366,"fn":367,"description":368,"org":369,"tags":370,"stars":362,"repoUrl":363,"updatedAt":382},"add-harness-package","add AI SDK harness packages","Guide for adding new AI SDK harness packages. Use when creating a new @ai-sdk\u002Fharness-\u003Cname> package that adapts a coding-agent runtime to HarnessV1.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[371,374,375,378,381],{"name":372,"slug":373,"type":13},"Agents","agents",{"name":356,"slug":357,"type":13},{"name":376,"slug":377,"type":13},"Harness","harness",{"name":379,"slug":380,"type":13},"SDK","sdk",{"name":9,"slug":8,"type":13},"2026-06-18T08:29:19.858737",{"slug":384,"name":384,"fn":385,"description":386,"org":387,"tags":388,"stars":362,"repoUrl":363,"updatedAt":394},"add-provider-package","add new provider packages to AI SDK","Guide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk\u002F\u003Cprovider> package to integrate an AI service into the SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[389,390,393],{"name":356,"slug":357,"type":13},{"name":391,"slug":392,"type":13},"API Development","api-development",{"name":9,"slug":8,"type":13},"2026-04-06T18:55:47.45549",{"slug":396,"name":396,"fn":397,"description":398,"org":399,"tags":400,"stars":362,"repoUrl":363,"updatedAt":411},"adr-skill","create and maintain architecture decision records","Create and maintain Architecture Decision Records (ADRs) optimized for agentic coding workflows. Use when you need to propose, write, update, accept\u002Freject, deprecate, or supersede an ADR; bootstrap an adr folder and index; consult existing ADRs before implementing changes; or enforce ADR conventions. This skill uses Socratic questioning to capture intent before drafting, and validates output against an agent-readiness checklist.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[401,404,407,408],{"name":402,"slug":403,"type":13},"ADR","adr",{"name":405,"slug":406,"type":13},"Architecture","architecture",{"name":18,"slug":19,"type":13},{"name":409,"slug":410,"type":13},"Engineering","engineering","2026-04-06T18:55:50.043694",{"slug":357,"name":357,"fn":413,"description":414,"org":415,"tags":416,"stars":362,"repoUrl":363,"updatedAt":423},"build AI features with Vercel AI SDK","Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: \"AI SDK\", \"Vercel AI SDK\", \"generateText\", \"streamText\", \"add AI to my app\", \"build an agent\", \"tool calling\", \"structured output\", \"useChat\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[417,418,419,422],{"name":372,"slug":373,"type":13},{"name":356,"slug":357,"type":13},{"name":420,"slug":421,"type":13},"LLM","llm",{"name":9,"slug":8,"type":13},"2026-04-06T18:55:48.739463",{"slug":425,"name":425,"fn":426,"description":427,"org":428,"tags":429,"stars":362,"repoUrl":363,"updatedAt":433},"capture-api-response-test-fixture","capture API response test fixtures","Capture API response test fixture.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[430,431,432],{"name":391,"slug":392,"type":13},{"name":359,"slug":360,"type":13},{"name":9,"slug":8,"type":13},"2026-04-06T18:55:56.374433",{"slug":435,"name":435,"fn":436,"description":437,"org":438,"tags":439,"stars":362,"repoUrl":363,"updatedAt":443},"develop-ai-functions-example","develop AI SDK function examples","Develop examples for AI SDK functions. Use when creating, running, or modifying examples under examples\u002Fai-functions\u002Fsrc to validate provider support, demonstrate features, or create test fixtures.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[440,441,442],{"name":356,"slug":357,"type":13},{"name":359,"slug":360,"type":13},{"name":9,"slug":8,"type":13},"2026-04-06T18:55:55.088956",68,{"items":446,"total":537},[447,459,477,490,502,516,529],{"slug":448,"name":448,"fn":449,"description":450,"org":451,"tags":452,"stars":26,"repoUrl":27,"updatedAt":458},"build-shop","build and adapt Shopify storefronts","Build or adapt a Shopify storefront with Vercel Shop source-backed patterns. Use when creating, redesigning, refactoring, or reviewing storefront routes, commerce data, rendering, caching, streaming, navigation, cart, account, mutations, product cards, media, loading states, or when applying Vercel Shop outside the template.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[453,454,455,456,457],{"name":275,"slug":276,"type":13},{"name":21,"slug":22,"type":13},{"name":278,"slug":279,"type":13},{"name":24,"slug":25,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:07:40.865869",{"slug":460,"name":460,"fn":461,"description":462,"org":463,"tags":464,"stars":26,"repoUrl":27,"updatedAt":476},"enable-analytics","enable analytics and performance monitoring","Add Vercel Analytics, Vercel Speed Insights, and Google Tag Manager to the storefront.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[465,468,471,474,475],{"name":466,"slug":467,"type":13},"Analytics","analytics",{"name":469,"slug":470,"type":13},"Marketing","marketing",{"name":472,"slug":473,"type":13},"Monitoring","monitoring",{"name":300,"slug":301,"type":13},{"name":9,"slug":8,"type":13},"2026-07-30T05:31:20.646283",{"slug":478,"name":478,"fn":479,"description":480,"org":481,"tags":482,"stars":26,"repoUrl":27,"updatedAt":489},"enable-i18n","enable multi-language support with next-intl","Enable next-intl-based i18n in the shop template — locale-prefixed URLs, per-locale message catalogs, and a locale switcher. Use when the user wants \"locale URLs\", \"multi-language\", or \"i18n\" without Shopify Markets integration. For full Shopify Markets multi-region commerce (region-aware pricing, inventory, payments), use `enable-shopify-markets` instead — this skill is the routing\u002Fi18n layer only.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[483,484,486,487,488],{"name":278,"slug":279,"type":13},{"name":485,"slug":485,"type":13},"i18n",{"name":284,"slug":285,"type":13},{"name":9,"slug":8,"type":13},{"name":320,"slug":321,"type":13},"2026-07-30T05:31:22.633341",{"slug":491,"name":491,"fn":492,"description":493,"org":494,"tags":495,"stars":26,"repoUrl":27,"updatedAt":501},"enable-shopify-markets","enable multi-locale support with Shopify Markets","Enable Shopify Markets with regional locales, localized Storefront API context, and next-intl routing. Supports locale-prefixed, invisible cookie-based, and per-domain routing without a separate market URL segment or market mapping.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[496,497,498,499,500],{"name":21,"slug":22,"type":13},{"name":485,"slug":485,"type":13},{"name":469,"slug":470,"type":13},{"name":24,"slug":25,"type":13},{"name":9,"slug":8,"type":13},"2026-07-30T05:31:19.636559",{"slug":503,"name":503,"fn":504,"description":505,"org":506,"tags":507,"stars":26,"repoUrl":27,"updatedAt":515},"enable-shopify-menus","implement Shopify-powered navigation menus","Replace the hardcoded nav and footer menus with Shopify-powered menus.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[508,511,512,513,514],{"name":509,"slug":510,"type":13},"Design","design",{"name":21,"slug":22,"type":13},{"name":278,"slug":279,"type":13},{"name":24,"slug":25,"type":13},{"name":9,"slug":8,"type":13},"2026-07-30T05:31:21.651736",{"slug":517,"name":517,"fn":518,"description":519,"org":520,"tags":521,"stars":26,"repoUrl":27,"updatedAt":528},"init-vercel-shop","initialize Vercel Shop storefront projects","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[522,525,526,527],{"name":523,"slug":524,"type":13},"CLI","cli",{"name":21,"slug":22,"type":13},{"name":9,"slug":8,"type":13},{"name":320,"slug":321,"type":13},"2026-06-20T07:52:13.955072",{"slug":4,"name":4,"fn":5,"description":6,"org":530,"tags":531,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[532,533,534,535,536],{"name":18,"slug":19,"type":13},{"name":21,"slug":22,"type":13},{"name":15,"slug":16,"type":13},{"name":24,"slug":25,"type":13},{"name":9,"slug":8,"type":13},8]