[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-vercel-next-upgrade":3,"mdc-mtojmb-key":34,"related-repo-vercel-next-upgrade":489,"related-org-vercel-next-upgrade":604},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"next-upgrade","upgrade Next.js applications","Upgrade Next.js to the latest version following official migration guides and codemods. Use when upgrading Next.js versions, running codemods, or migrating between major releases.",{"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],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"Next.js","next-js",{"name":18,"slug":19,"type":13},"Migration","migration",{"name":21,"slug":22,"type":13},"Engineering","engineering",226,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fvercel-plugin","2026-04-06T18:56:33.033492",null,36,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.","https:\u002F\u002Fgithub.com\u002Fvercel\u002Fvercel-plugin\u002Ftree\u002FHEAD\u002Fskills\u002Fnext-upgrade","---\nname: next-upgrade\ndescription: Upgrade Next.js to the latest version following official migration guides and codemods. Use when upgrading Next.js versions, running codemods, or migrating between major releases.\nmetadata:\n  priority: 6\n  docs:\n    - \"https:\u002F\u002Fnextjs.org\u002Fdocs\u002Fapp\u002Fguides\u002Fupgrading\"\n    - \"https:\u002F\u002Fnextjs.org\u002Fdocs\u002Fapp\u002Fguides\u002Fupgrading\u002Fcodemods\"\n  pathPatterns:\n    - 'next.config.*'\n    - 'package.json'\n  bashPatterns:\n    - '\\bnpx\\s+@next\u002Fcodemod\\b'\n    - '\\bnpm\\s+(install|i|add)\\s+[^\\n]*\\bnext@'\n    - '\\bpnpm\\s+(install|i|add)\\s+[^\\n]*\\bnext@'\n    - '\\bbun\\s+(install|i|add)\\s+[^\\n]*\\bnext@'\n    - '\\byarn\\s+add\\s+[^\\n]*\\bnext@'\n  promptSignals:\n    phrases:\n      - \"upgrade next\"\n      - \"upgrade nextjs\"\n      - \"migrate next\"\n      - \"update next.js\"\n      - \"next.js upgrade\"\n      - \"nextjs migration\"\n      - \"next codemod\"\n    allOf:\n      - [upgrade, next]\n      - [migrate, next]\n      - [update, nextjs]\n    anyOf:\n      - \"breaking changes\"\n      - \"codemod\"\n      - \"migration guide\"\n      - \"version upgrade\"\n    noneOf: []\n    minScore: 6\nretrieval:\n  aliases:\n    - next upgrade\n    - nextjs migration\n    - next codemod\n  intents:\n    - upgrade Next.js to latest version\n    - run Next.js codemods\n    - migrate between major Next.js versions\n  entities:\n    - codemod\n    - migration\n    - upgrade\n    - breaking changes\nchainTo:\n  -\n    pattern: 'getServerSideProps|getStaticProps|next\u002Frouter|next\u002Fhead|next\u002Fdocument'\n    targetSkill: nextjs\n    message: 'Pages Router patterns detected during upgrade — loading Next.js best practices for App Router migration.'\n\n---\n\n# Upgrade Next.js\n\nUpgrade the current project to the latest Next.js version following official migration guides.\n\n## Instructions\n\n1. **Detect current version**: Read `package.json` to identify the current Next.js version and related dependencies (React, React DOM, etc.)\n\n2. **Fetch the latest upgrade guide**: Use WebFetch to get the official upgrade documentation:\n   - Codemods: https:\u002F\u002Fnextjs.org\u002Fdocs\u002Fapp\u002Fguides\u002Fupgrading\u002Fcodemods\n   - Version-specific guides (adjust version as needed):\n     - https:\u002F\u002Fnextjs.org\u002Fdocs\u002Fapp\u002Fguides\u002Fupgrading\u002Fversion-16 \n     - https:\u002F\u002Fnextjs.org\u002Fdocs\u002Fapp\u002Fguides\u002Fupgrading\u002Fversion-15\n     - https:\u002F\u002Fnextjs.org\u002Fdocs\u002Fapp\u002Fguides\u002Fupgrading\u002Fversion-14\n\n3. **Determine upgrade path**: Based on current version, identify which migration steps apply. For major version jumps, upgrade incrementally (e.g., 13 → 14 → 15).\n\n4. **Run codemods first**: Next.js provides codemods to automate breaking changes:\n   ```bash\n   npx @next\u002Fcodemod@latest \u003Ctransform> \u003Cpath>\n   ```\n   Common transforms:\n   - `next-async-request-api` - Updates async Request APIs (v15)\n   - `next-request-geo-ip` - Migrates geo\u002Fip properties (v15)\n   - `next-dynamic-access-named-export` - Transforms dynamic imports (v15)\n\n5. **Update dependencies**: Upgrade Next.js and peer dependencies together:\n   ```bash\n   npm install next@latest react@latest react-dom@latest\n   ```\n\n6. **Review breaking changes**: Check the upgrade guide for manual changes needed:\n   - API changes (e.g., async params in v15)\n   - Configuration changes in `next.config.js`\n   - Deprecated features being removed\n\n7. **Update TypeScript types** (if applicable):\n   ```bash\n   npm install @types\u002Freact@latest @types\u002Freact-dom@latest\n   ```\n\n8. **Test the upgrade**:\n   - Run `npm run build` to check for build errors\n   - Run `npm run dev` and test key functionality\n",{"data":35,"body":86},{"name":4,"description":6,"metadata":36,"retrieval":74,"chainTo":82},{"priority":37,"docs":38,"pathPatterns":41,"bashPatterns":44,"promptSignals":50},6,[39,40],"https:\u002F\u002Fnextjs.org\u002Fdocs\u002Fapp\u002Fguides\u002Fupgrading","https:\u002F\u002Fnextjs.org\u002Fdocs\u002Fapp\u002Fguides\u002Fupgrading\u002Fcodemods",[42,43],"next.config.*","package.json",[45,46,47,48,49],"\\bnpx\\s+@next\u002Fcodemod\\b","\\bnpm\\s+(install|i|add)\\s+[^\\n]*\\bnext@","\\bpnpm\\s+(install|i|add)\\s+[^\\n]*\\bnext@","\\bbun\\s+(install|i|add)\\s+[^\\n]*\\bnext@","\\byarn\\s+add\\s+[^\\n]*\\bnext@",{"phrases":51,"allOf":59,"anyOf":68,"noneOf":73,"minScore":37},[52,53,54,55,56,57,58],"upgrade next","upgrade nextjs","migrate next","update next.js","next.js upgrade","nextjs migration","next codemod",[60,63,65],[61,62],"upgrade","next",[64,62],"migrate",[66,67],"update","nextjs",[69,70,71,72],"breaking changes","codemod","migration guide","version upgrade",[],{"aliases":75,"intents":77,"entities":81},[76,57,58],"next upgrade",[78,79,80],"upgrade Next.js to latest version","run Next.js codemods","migrate between major Next.js versions",[70,19,61,69],[83],{"pattern":84,"targetSkill":67,"message":85},"getServerSideProps|getStaticProps|next\u002Frouter|next\u002Fhead|next\u002Fdocument","Pages Router patterns detected during upgrade — loading Next.js best practices for App Router migration.",{"type":87,"children":88},"root",[89,98,104,111,483],{"type":90,"tag":91,"props":92,"children":94},"element","h1",{"id":93},"upgrade-nextjs",[95],{"type":96,"value":97},"text","Upgrade Next.js",{"type":90,"tag":99,"props":100,"children":101},"p",{},[102],{"type":96,"value":103},"Upgrade the current project to the latest Next.js version following official migration guides.",{"type":90,"tag":105,"props":106,"children":108},"h2",{"id":107},"instructions",[109],{"type":96,"value":110},"Instructions",{"type":90,"tag":112,"props":113,"children":114},"ol",{},[115,135,196,206,328,373,407,445],{"type":90,"tag":116,"props":117,"children":118},"li",{},[119,125,127,133],{"type":90,"tag":120,"props":121,"children":122},"strong",{},[123],{"type":96,"value":124},"Detect current version",{"type":96,"value":126},": Read ",{"type":90,"tag":128,"props":129,"children":131},"code",{"className":130},[],[132],{"type":96,"value":43},{"type":96,"value":134}," to identify the current Next.js version and related dependencies (React, React DOM, etc.)",{"type":90,"tag":116,"props":136,"children":137},{},[138,143,145],{"type":90,"tag":120,"props":139,"children":140},{},[141],{"type":96,"value":142},"Fetch the latest upgrade guide",{"type":96,"value":144},": Use WebFetch to get the official upgrade documentation:",{"type":90,"tag":146,"props":147,"children":148},"ul",{},[149,161],{"type":90,"tag":116,"props":150,"children":151},{},[152,154],{"type":96,"value":153},"Codemods: ",{"type":90,"tag":155,"props":156,"children":159},"a",{"href":40,"rel":157},[158],"nofollow",[160],{"type":96,"value":40},{"type":90,"tag":116,"props":162,"children":163},{},[164,166],{"type":96,"value":165},"Version-specific guides (adjust version as needed):\n",{"type":90,"tag":146,"props":167,"children":168},{},[169,178,187],{"type":90,"tag":116,"props":170,"children":171},{},[172],{"type":90,"tag":155,"props":173,"children":176},{"href":174,"rel":175},"https:\u002F\u002Fnextjs.org\u002Fdocs\u002Fapp\u002Fguides\u002Fupgrading\u002Fversion-16",[158],[177],{"type":96,"value":174},{"type":90,"tag":116,"props":179,"children":180},{},[181],{"type":90,"tag":155,"props":182,"children":185},{"href":183,"rel":184},"https:\u002F\u002Fnextjs.org\u002Fdocs\u002Fapp\u002Fguides\u002Fupgrading\u002Fversion-15",[158],[186],{"type":96,"value":183},{"type":90,"tag":116,"props":188,"children":189},{},[190],{"type":90,"tag":155,"props":191,"children":194},{"href":192,"rel":193},"https:\u002F\u002Fnextjs.org\u002Fdocs\u002Fapp\u002Fguides\u002Fupgrading\u002Fversion-14",[158],[195],{"type":96,"value":192},{"type":90,"tag":116,"props":197,"children":198},{},[199,204],{"type":90,"tag":120,"props":200,"children":201},{},[202],{"type":96,"value":203},"Determine upgrade path",{"type":96,"value":205},": Based on current version, identify which migration steps apply. For major version jumps, upgrade incrementally (e.g., 13 → 14 → 15).",{"type":90,"tag":116,"props":207,"children":208},{},[209,214,216,286,290,292],{"type":90,"tag":120,"props":210,"children":211},{},[212],{"type":96,"value":213},"Run codemods first",{"type":96,"value":215},": Next.js provides codemods to automate breaking changes:",{"type":90,"tag":217,"props":218,"children":223},"pre",{"className":219,"code":220,"language":221,"meta":222,"style":222},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npx @next\u002Fcodemod@latest \u003Ctransform> \u003Cpath>\n","bash","",[224],{"type":90,"tag":128,"props":225,"children":226},{"__ignoreMap":222},[227],{"type":90,"tag":228,"props":229,"children":232},"span",{"class":230,"line":231},"line",1,[233,239,245,251,256,262,267,271,276,281],{"type":90,"tag":228,"props":234,"children":236},{"style":235},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[237],{"type":96,"value":238},"npx",{"type":90,"tag":228,"props":240,"children":242},{"style":241},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[243],{"type":96,"value":244}," @next\u002Fcodemod@latest",{"type":90,"tag":228,"props":246,"children":248},{"style":247},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[249],{"type":96,"value":250}," \u003C",{"type":90,"tag":228,"props":252,"children":253},{"style":241},[254],{"type":96,"value":255},"transfor",{"type":90,"tag":228,"props":257,"children":259},{"style":258},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[260],{"type":96,"value":261},"m",{"type":90,"tag":228,"props":263,"children":264},{"style":247},[265],{"type":96,"value":266},">",{"type":90,"tag":228,"props":268,"children":269},{"style":247},[270],{"type":96,"value":250},{"type":90,"tag":228,"props":272,"children":273},{"style":241},[274],{"type":96,"value":275},"pat",{"type":90,"tag":228,"props":277,"children":278},{"style":258},[279],{"type":96,"value":280},"h",{"type":90,"tag":228,"props":282,"children":283},{"style":247},[284],{"type":96,"value":285},">\n",{"type":90,"tag":287,"props":288,"children":289},"br",{},[],{"type":96,"value":291},"Common transforms:",{"type":90,"tag":146,"props":293,"children":294},{},[295,306,317],{"type":90,"tag":116,"props":296,"children":297},{},[298,304],{"type":90,"tag":128,"props":299,"children":301},{"className":300},[],[302],{"type":96,"value":303},"next-async-request-api",{"type":96,"value":305}," - Updates async Request APIs (v15)",{"type":90,"tag":116,"props":307,"children":308},{},[309,315],{"type":90,"tag":128,"props":310,"children":312},{"className":311},[],[313],{"type":96,"value":314},"next-request-geo-ip",{"type":96,"value":316}," - Migrates geo\u002Fip properties (v15)",{"type":90,"tag":116,"props":318,"children":319},{},[320,326],{"type":90,"tag":128,"props":321,"children":323},{"className":322},[],[324],{"type":96,"value":325},"next-dynamic-access-named-export",{"type":96,"value":327}," - Transforms dynamic imports (v15)",{"type":90,"tag":116,"props":329,"children":330},{},[331,336,338],{"type":90,"tag":120,"props":332,"children":333},{},[334],{"type":96,"value":335},"Update dependencies",{"type":96,"value":337},": Upgrade Next.js and peer dependencies together:",{"type":90,"tag":217,"props":339,"children":341},{"className":219,"code":340,"language":221,"meta":222,"style":222},"npm install next@latest react@latest react-dom@latest\n",[342],{"type":90,"tag":128,"props":343,"children":344},{"__ignoreMap":222},[345],{"type":90,"tag":228,"props":346,"children":347},{"class":230,"line":231},[348,353,358,363,368],{"type":90,"tag":228,"props":349,"children":350},{"style":235},[351],{"type":96,"value":352},"npm",{"type":90,"tag":228,"props":354,"children":355},{"style":241},[356],{"type":96,"value":357}," install",{"type":90,"tag":228,"props":359,"children":360},{"style":241},[361],{"type":96,"value":362}," next@latest",{"type":90,"tag":228,"props":364,"children":365},{"style":241},[366],{"type":96,"value":367}," react@latest",{"type":90,"tag":228,"props":369,"children":370},{"style":241},[371],{"type":96,"value":372}," react-dom@latest\n",{"type":90,"tag":116,"props":374,"children":375},{},[376,381,383],{"type":90,"tag":120,"props":377,"children":378},{},[379],{"type":96,"value":380},"Review breaking changes",{"type":96,"value":382},": Check the upgrade guide for manual changes needed:",{"type":90,"tag":146,"props":384,"children":385},{},[386,391,402],{"type":90,"tag":116,"props":387,"children":388},{},[389],{"type":96,"value":390},"API changes (e.g., async params in v15)",{"type":90,"tag":116,"props":392,"children":393},{},[394,396],{"type":96,"value":395},"Configuration changes in ",{"type":90,"tag":128,"props":397,"children":399},{"className":398},[],[400],{"type":96,"value":401},"next.config.js",{"type":90,"tag":116,"props":403,"children":404},{},[405],{"type":96,"value":406},"Deprecated features being removed",{"type":90,"tag":116,"props":408,"children":409},{},[410,415,417],{"type":90,"tag":120,"props":411,"children":412},{},[413],{"type":96,"value":414},"Update TypeScript types",{"type":96,"value":416}," (if applicable):",{"type":90,"tag":217,"props":418,"children":420},{"className":219,"code":419,"language":221,"meta":222,"style":222},"npm install @types\u002Freact@latest @types\u002Freact-dom@latest\n",[421],{"type":90,"tag":128,"props":422,"children":423},{"__ignoreMap":222},[424],{"type":90,"tag":228,"props":425,"children":426},{"class":230,"line":231},[427,431,435,440],{"type":90,"tag":228,"props":428,"children":429},{"style":235},[430],{"type":96,"value":352},{"type":90,"tag":228,"props":432,"children":433},{"style":241},[434],{"type":96,"value":357},{"type":90,"tag":228,"props":436,"children":437},{"style":241},[438],{"type":96,"value":439}," @types\u002Freact@latest",{"type":90,"tag":228,"props":441,"children":442},{"style":241},[443],{"type":96,"value":444}," @types\u002Freact-dom@latest\n",{"type":90,"tag":116,"props":446,"children":447},{},[448,453,455],{"type":90,"tag":120,"props":449,"children":450},{},[451],{"type":96,"value":452},"Test the upgrade",{"type":96,"value":454},":",{"type":90,"tag":146,"props":456,"children":457},{},[458,471],{"type":90,"tag":116,"props":459,"children":460},{},[461,463,469],{"type":96,"value":462},"Run ",{"type":90,"tag":128,"props":464,"children":466},{"className":465},[],[467],{"type":96,"value":468},"npm run build",{"type":96,"value":470}," to check for build errors",{"type":90,"tag":116,"props":472,"children":473},{},[474,475,481],{"type":96,"value":462},{"type":90,"tag":128,"props":476,"children":478},{"className":477},[],[479],{"type":96,"value":480},"npm run dev",{"type":96,"value":482}," and test key functionality",{"type":90,"tag":484,"props":485,"children":486},"style",{},[487],{"type":96,"value":488},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":490,"total":603},[491,508,526,543,560,577,592],{"slug":492,"name":492,"fn":493,"description":494,"org":495,"tags":496,"stars":23,"repoUrl":24,"updatedAt":507},"ai-gateway","configure and manage Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[497,500,503,506],{"name":498,"slug":499,"type":13},"AI Infrastructure","ai-infrastructure",{"name":501,"slug":502,"type":13},"Cost Optimization","cost-optimization",{"name":504,"slug":505,"type":13},"LLM","llm",{"name":9,"slug":8,"type":13},"2026-04-06T18:56:06.57787",{"slug":509,"name":509,"fn":510,"description":511,"org":512,"tags":513,"stars":23,"repoUrl":24,"updatedAt":525},"auth","integrate authentication in Next.js apps","Authentication integration guidance — Clerk (native Vercel Marketplace), Descope, and Auth0 setup for Next.js applications. Covers middleware auth patterns, sign-in\u002Fsign-up flows, and Marketplace provisioning. Use when implementing user authentication.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[514,517,520,521,524],{"name":515,"slug":516,"type":13},"Auth0","auth0",{"name":518,"slug":519,"type":13},"Authentication","authentication",{"name":15,"slug":16,"type":13},{"name":522,"slug":523,"type":13},"Security","security",{"name":9,"slug":8,"type":13},"2026-04-06T18:56:17.050565",{"slug":527,"name":527,"fn":528,"description":529,"org":530,"tags":531,"stars":23,"repoUrl":24,"updatedAt":542},"bootstrap","bootstrap Vercel-linked repositories","Project bootstrapping orchestrator for repos that depend on Vercel-linked resources (databases, auth, and managed integrations). Use when setting up or repairing a repository so linking, environment provisioning, env pulls, and first-run db\u002Fdev commands happen in the correct safe order.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[532,535,538,541],{"name":533,"slug":534,"type":13},"Configuration","configuration",{"name":536,"slug":537,"type":13},"Deployment","deployment",{"name":539,"slug":540,"type":13},"Local Development","local-development",{"name":9,"slug":8,"type":13},"2026-04-06T18:56:18.297868",{"slug":544,"name":544,"fn":545,"description":546,"org":547,"tags":548,"stars":23,"repoUrl":24,"updatedAt":559},"cdn-caching","debug Vercel CDN caching behavior","Debug Vercel CDN caching — cache hit rate, stale content, revalidation behavior, ISR + PPR, per-request cache reasons (cacheReason) and PPR state (ppr_state), and costs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[549,552,555,558],{"name":550,"slug":551,"type":13},"Caching","caching",{"name":553,"slug":554,"type":13},"Observability","observability",{"name":556,"slug":557,"type":13},"Performance","performance",{"name":9,"slug":8,"type":13},"2026-07-30T05:31:34.628944",{"slug":561,"name":561,"fn":562,"description":563,"org":564,"tags":565,"stars":23,"repoUrl":24,"updatedAt":576},"chat-sdk","build multi-platform chatbots with Vercel","Vercel Chat SDK expert guidance. Use when building multi-platform chat bots — Slack, Telegram, Microsoft Teams, Discord, Google Chat, GitHub, Linear — with a single codebase. Covers the Chat class, adapters, threads, messages, cards, modals, streaming, state management, and webhook setup.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[566,569,572,575],{"name":567,"slug":568,"type":13},"Agents","agents",{"name":570,"slug":571,"type":13},"Messaging","messaging",{"name":573,"slug":574,"type":13},"SDK","sdk",{"name":9,"slug":8,"type":13},"2026-04-06T18:56:26.921901",{"slug":578,"name":578,"fn":579,"description":580,"org":581,"tags":582,"stars":23,"repoUrl":24,"updatedAt":591},"deployments-cicd","manage Vercel deployments and CI\u002FCD","Vercel deployment and CI\u002FCD expert guidance. Use when deploying, promoting, rolling back, inspecting deployments, building with --prebuilt, or configuring CI workflow files for Vercel.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[583,586,587,590],{"name":584,"slug":585,"type":13},"CI\u002FCD","ci-cd",{"name":536,"slug":537,"type":13},{"name":588,"slug":589,"type":13},"Operations","operations",{"name":9,"slug":8,"type":13},"2026-04-06T18:56:22.054263",{"slug":593,"name":593,"fn":594,"description":595,"org":596,"tags":597,"stars":23,"repoUrl":24,"updatedAt":602},"env-vars","manage Vercel environment variables","Vercel environment variable expert guidance. Use when working with .env files, vercel env commands, OIDC tokens, or managing environment-specific configuration.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[598,599,600,601],{"name":533,"slug":534,"type":13},{"name":588,"slug":589,"type":13},{"name":522,"slug":523,"type":13},{"name":9,"slug":8,"type":13},"2026-04-06T18:56:28.150777",29,{"items":605,"total":764},[606,622,634,651,662,675,691,705,717,734,744,754],{"slug":607,"name":607,"fn":608,"description":609,"org":610,"tags":611,"stars":619,"repoUrl":620,"updatedAt":621},"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},[612,613,616,617,618],{"name":550,"slug":551,"type":13},{"name":614,"slug":615,"type":13},"Frontend","frontend",{"name":18,"slug":19,"type":13},{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},141208,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fnext.js","2026-07-24T05:38:30.118542",{"slug":623,"name":623,"fn":624,"description":625,"org":626,"tags":627,"stars":619,"repoUrl":620,"updatedAt":633},"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},[628,629,630,631,632],{"name":550,"slug":551,"type":13},{"name":614,"slug":615,"type":13},{"name":15,"slug":16,"type":13},{"name":556,"slug":557,"type":13},{"name":9,"slug":8,"type":13},"2026-07-30T05:31:10.674078",{"slug":635,"name":635,"fn":636,"description":637,"org":638,"tags":639,"stars":619,"repoUrl":620,"updatedAt":650},"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},[640,643,644,645,646,647],{"name":641,"slug":642,"type":13},"Debugging","debugging",{"name":614,"slug":615,"type":13},{"name":539,"slug":540,"type":13},{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"name":648,"slug":649,"type":13},"Web Development","web-development","2026-05-22T06:45:28.627735",{"slug":652,"name":652,"fn":653,"description":654,"org":655,"tags":656,"stars":619,"repoUrl":620,"updatedAt":661},"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},[657,658,659,660],{"name":614,"slug":615,"type":13},{"name":15,"slug":16,"type":13},{"name":556,"slug":557,"type":13},{"name":9,"slug":8,"type":13},"2026-07-30T05:31:11.591864",{"slug":663,"name":663,"fn":664,"description":665,"org":666,"tags":667,"stars":672,"repoUrl":673,"updatedAt":674},"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},[668,669,670],{"name":584,"slug":585,"type":13},{"name":556,"slug":557,"type":13},{"name":671,"slug":663,"type":13},"Turborepo",30809,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fturborepo","2026-07-30T05:32:14.920116",{"slug":676,"name":676,"fn":677,"description":678,"org":679,"tags":680,"stars":688,"repoUrl":689,"updatedAt":690},"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},[681,684,687],{"name":682,"slug":683,"type":13},"AI SDK","ai-sdk",{"name":685,"slug":686,"type":13},"Testing","testing",{"name":9,"slug":8,"type":13},25670,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fai","2026-04-06T18:55:51.318866",{"slug":692,"name":692,"fn":693,"description":694,"org":695,"tags":696,"stars":688,"repoUrl":689,"updatedAt":704},"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},[697,698,699,702,703],{"name":567,"slug":568,"type":13},{"name":682,"slug":683,"type":13},{"name":700,"slug":701,"type":13},"Harness","harness",{"name":573,"slug":574,"type":13},{"name":9,"slug":8,"type":13},"2026-06-18T08:29:19.858737",{"slug":706,"name":706,"fn":707,"description":708,"org":709,"tags":710,"stars":688,"repoUrl":689,"updatedAt":716},"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},[711,712,715],{"name":682,"slug":683,"type":13},{"name":713,"slug":714,"type":13},"API Development","api-development",{"name":9,"slug":8,"type":13},"2026-04-06T18:55:47.45549",{"slug":718,"name":718,"fn":719,"description":720,"org":721,"tags":722,"stars":688,"repoUrl":689,"updatedAt":733},"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},[723,726,729,732],{"name":724,"slug":725,"type":13},"ADR","adr",{"name":727,"slug":728,"type":13},"Architecture","architecture",{"name":730,"slug":731,"type":13},"Documentation","documentation",{"name":21,"slug":22,"type":13},"2026-04-06T18:55:50.043694",{"slug":683,"name":683,"fn":735,"description":736,"org":737,"tags":738,"stars":688,"repoUrl":689,"updatedAt":743},"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},[739,740,741,742],{"name":567,"slug":568,"type":13},{"name":682,"slug":683,"type":13},{"name":504,"slug":505,"type":13},{"name":9,"slug":8,"type":13},"2026-04-06T18:55:48.739463",{"slug":745,"name":745,"fn":746,"description":747,"org":748,"tags":749,"stars":688,"repoUrl":689,"updatedAt":753},"capture-api-response-test-fixture","capture API response test fixtures","Capture API response test fixture.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[750,751,752],{"name":713,"slug":714,"type":13},{"name":685,"slug":686,"type":13},{"name":9,"slug":8,"type":13},"2026-04-06T18:55:56.374433",{"slug":755,"name":755,"fn":756,"description":757,"org":758,"tags":759,"stars":688,"repoUrl":689,"updatedAt":763},"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},[760,761,762],{"name":682,"slug":683,"type":13},{"name":685,"slug":686,"type":13},{"name":9,"slug":8,"type":13},"2026-04-06T18:55:55.088956",68]