[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-vercel-vercel-microfrontends":3,"mdc--zd6bp2-key":41,"related-org-vercel-vercel-microfrontends":520,"related-repo-vercel-vercel-microfrontends":697},{"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":36,"sourceUrl":39,"mdContent":40},"vercel-microfrontends","build and deploy microfrontends on Vercel","Guide for building, configuring, and deploying microfrontends on Vercel. Use this skill when the user mentions microfrontends, multi-zones, splitting an app across teams, independent deployments, cross-app routing, incremental migration, composing multiple frontends under one domain, microfrontends.json, @vercel\u002Fmicrofrontends, the microfrontends local proxy, or path-based routing between Vercel projects. Also use when the user asks about shared layouts across projects, navigation between microfrontends, fallback environments, asset prefixes, or feature flag controlled routing.",{"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},"Architecture","architecture",{"name":18,"slug":19,"type":13},"Deployment","deployment",{"name":21,"slug":22,"type":13},"Frontend","frontend",44,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fmicrofrontends","2026-04-06T18:56:41.702533","MIT",10,[29,30,31,32,33,34,8,35],"micro-frontends","microfrontends","multi-zones","nextjs","react","sveltekit","vite",{"repoUrl":24,"stars":23,"forks":27,"topics":37,"description":38},[29,30,31,32,33,34,8,35],"Build microfrontends on Vercel","https:\u002F\u002Fgithub.com\u002Fvercel\u002Fmicrofrontends\u002Ftree\u002FHEAD\u002Fskills\u002Fvercel-microfrontends","---\nname: vercel-microfrontends\ndescription: Guide for building, configuring, and deploying microfrontends on Vercel. Use this skill when the user mentions microfrontends, multi-zones, splitting an app across teams, independent deployments, cross-app routing, incremental migration, composing multiple frontends under one domain, microfrontends.json, @vercel\u002Fmicrofrontends, the microfrontends local proxy, or path-based routing between Vercel projects. Also use when the user asks about shared layouts across projects, navigation between microfrontends, fallback environments, asset prefixes, or feature flag controlled routing.\nlicense: MIT\nmetadata:\n  author: vercel\n  version: \"1.0.0\"\n---\n\n# Vercel Microfrontends\nSplit a large application into independently deployable units that render as one cohesive app. Vercel handles routing on its global network using `microfrontends.json`.\n\n**Core concepts:** default app (has `microfrontends.json`, serves unmatched requests) · child apps (have `routing` path patterns) · asset prefix (prevents static-asset collisions) · independent deployments.\n\n**Frameworks:** Next.js (App Router + Pages Router), SvelteKit, React Router, Vite — all via `@vercel\u002Fmicrofrontends`.\n\n**CLI (`vercel microfrontends` \u002F `vercel mf`):**\n- `create-group` — create a new group; interactive by default, or fully non-interactive with `--non-interactive` (options: `--name`, `--project` (repeatable), `--default-app`, `--default-route`, `--project-default-route` (repeatable, format: `\u003Cproject>=\u003Croute>`, required for each non-default project in non-interactive mode), `--yes` to skip confirmation prompt); note: `--non-interactive` is blocked if adding the projects would exceed the free tier limit — the user must confirm billing changes interactively\n- `add-to-group` — add the current project to an existing group; requires interactive terminal (options: `--group`, `--default-route`)\n- `remove-from-group` — remove the current project from its group; requires interactive terminal (option: `--yes` skips project-link prompt only)\n- `delete-group` — delete a group and all its settings, irreversible; requires interactive terminal (option: `--group` to pre-select group)\n- `pull` — pull remote `microfrontends.json` for local development (option: `--dpl`)\n- `microfrontends proxy` — local dev proxy · `microfrontends port` — print auto-assigned port\n\n## Finding Detailed Information\n\nThis skill includes detailed reference docs in the `references\u002F` directory. **Do not read all references upfront.** Instead, search or grep the relevant file when the user asks about a specific topic:\n\n| Topic | Reference file |\n|---|---|\n| Getting started, quickstart, framework setup, `microfrontends.json` schema, fields, naming, examples | `references\u002Fconfiguration.md` |\n| Path expressions, asset prefixes, flag-controlled routing, middleware | `references\u002Fpath-routing.md` |\n| Local proxy setup, polyrepo config, Turborepo, ports, deployment protection | `references\u002Flocal-development.md` |\n| Inspecting groups (`inspect-group`), adding\u002Fremoving projects, fallback environments, navigation, observability | `references\u002Fmanaging-microfrontends.md` |\n| Testing utilities (`validateMiddlewareConfig`, `validateRouting`, etc.), debug headers, common issues | `references\u002Ftroubleshooting.md` |\n| Deployment protection, Vercel Firewall, WAF rules for microfrontends | `references\u002Fsecurity.md` |\n\nWhen the user asks about a specific topic, use grep or search over the relevant reference file to find the answer without loading all references into context.\n",{"data":42,"body":45},{"name":4,"description":6,"license":26,"metadata":43},{"author":8,"version":44},"1.0.0",{"type":46,"children":47},"root",[48,56,71,97,114,138,328,335,355,515],{"type":49,"tag":50,"props":51,"children":52},"element","h1",{"id":4},[53],{"type":54,"value":55},"text","Vercel Microfrontends",{"type":49,"tag":57,"props":58,"children":59},"p",{},[60,62,69],{"type":54,"value":61},"Split a large application into independently deployable units that render as one cohesive app. Vercel handles routing on its global network using ",{"type":49,"tag":63,"props":64,"children":66},"code",{"className":65},[],[67],{"type":54,"value":68},"microfrontends.json",{"type":54,"value":70},".",{"type":49,"tag":57,"props":72,"children":73},{},[74,80,82,87,89,95],{"type":49,"tag":75,"props":76,"children":77},"strong",{},[78],{"type":54,"value":79},"Core concepts:",{"type":54,"value":81}," default app (has ",{"type":49,"tag":63,"props":83,"children":85},{"className":84},[],[86],{"type":54,"value":68},{"type":54,"value":88},", serves unmatched requests) · child apps (have ",{"type":49,"tag":63,"props":90,"children":92},{"className":91},[],[93],{"type":54,"value":94},"routing",{"type":54,"value":96}," path patterns) · asset prefix (prevents static-asset collisions) · independent deployments.",{"type":49,"tag":57,"props":98,"children":99},{},[100,105,107,113],{"type":49,"tag":75,"props":101,"children":102},{},[103],{"type":54,"value":104},"Frameworks:",{"type":54,"value":106}," Next.js (App Router + Pages Router), SvelteKit, React Router, Vite — all via ",{"type":49,"tag":63,"props":108,"children":110},{"className":109},[],[111],{"type":54,"value":112},"@vercel\u002Fmicrofrontends",{"type":54,"value":70},{"type":49,"tag":57,"props":115,"children":116},{},[117],{"type":49,"tag":75,"props":118,"children":119},{},[120,122,128,130,136],{"type":54,"value":121},"CLI (",{"type":49,"tag":63,"props":123,"children":125},{"className":124},[],[126],{"type":54,"value":127},"vercel microfrontends",{"type":54,"value":129}," \u002F ",{"type":49,"tag":63,"props":131,"children":133},{"className":132},[],[134],{"type":54,"value":135},"vercel mf",{"type":54,"value":137},"):",{"type":49,"tag":139,"props":140,"children":141},"ul",{},[142,223,248,266,284,309],{"type":49,"tag":143,"props":144,"children":145},"li",{},[146,152,154,160,162,168,170,176,178,184,185,191,192,198,200,206,208,214,216,221],{"type":49,"tag":63,"props":147,"children":149},{"className":148},[],[150],{"type":54,"value":151},"create-group",{"type":54,"value":153}," — create a new group; interactive by default, or fully non-interactive with ",{"type":49,"tag":63,"props":155,"children":157},{"className":156},[],[158],{"type":54,"value":159},"--non-interactive",{"type":54,"value":161}," (options: ",{"type":49,"tag":63,"props":163,"children":165},{"className":164},[],[166],{"type":54,"value":167},"--name",{"type":54,"value":169},", ",{"type":49,"tag":63,"props":171,"children":173},{"className":172},[],[174],{"type":54,"value":175},"--project",{"type":54,"value":177}," (repeatable), ",{"type":49,"tag":63,"props":179,"children":181},{"className":180},[],[182],{"type":54,"value":183},"--default-app",{"type":54,"value":169},{"type":49,"tag":63,"props":186,"children":188},{"className":187},[],[189],{"type":54,"value":190},"--default-route",{"type":54,"value":169},{"type":49,"tag":63,"props":193,"children":195},{"className":194},[],[196],{"type":54,"value":197},"--project-default-route",{"type":54,"value":199}," (repeatable, format: ",{"type":49,"tag":63,"props":201,"children":203},{"className":202},[],[204],{"type":54,"value":205},"\u003Cproject>=\u003Croute>",{"type":54,"value":207},", required for each non-default project in non-interactive mode), ",{"type":49,"tag":63,"props":209,"children":211},{"className":210},[],[212],{"type":54,"value":213},"--yes",{"type":54,"value":215}," to skip confirmation prompt); note: ",{"type":49,"tag":63,"props":217,"children":219},{"className":218},[],[220],{"type":54,"value":159},{"type":54,"value":222}," is blocked if adding the projects would exceed the free tier limit — the user must confirm billing changes interactively",{"type":49,"tag":143,"props":224,"children":225},{},[226,232,234,240,241,246],{"type":49,"tag":63,"props":227,"children":229},{"className":228},[],[230],{"type":54,"value":231},"add-to-group",{"type":54,"value":233}," — add the current project to an existing group; requires interactive terminal (options: ",{"type":49,"tag":63,"props":235,"children":237},{"className":236},[],[238],{"type":54,"value":239},"--group",{"type":54,"value":169},{"type":49,"tag":63,"props":242,"children":244},{"className":243},[],[245],{"type":54,"value":190},{"type":54,"value":247},")",{"type":49,"tag":143,"props":249,"children":250},{},[251,257,259,264],{"type":49,"tag":63,"props":252,"children":254},{"className":253},[],[255],{"type":54,"value":256},"remove-from-group",{"type":54,"value":258}," — remove the current project from its group; requires interactive terminal (option: ",{"type":49,"tag":63,"props":260,"children":262},{"className":261},[],[263],{"type":54,"value":213},{"type":54,"value":265}," skips project-link prompt only)",{"type":49,"tag":143,"props":267,"children":268},{},[269,275,277,282],{"type":49,"tag":63,"props":270,"children":272},{"className":271},[],[273],{"type":54,"value":274},"delete-group",{"type":54,"value":276}," — delete a group and all its settings, irreversible; requires interactive terminal (option: ",{"type":49,"tag":63,"props":278,"children":280},{"className":279},[],[281],{"type":54,"value":239},{"type":54,"value":283}," to pre-select group)",{"type":49,"tag":143,"props":285,"children":286},{},[287,293,295,300,302,308],{"type":49,"tag":63,"props":288,"children":290},{"className":289},[],[291],{"type":54,"value":292},"pull",{"type":54,"value":294}," — pull remote ",{"type":49,"tag":63,"props":296,"children":298},{"className":297},[],[299],{"type":54,"value":68},{"type":54,"value":301}," for local development (option: ",{"type":49,"tag":63,"props":303,"children":305},{"className":304},[],[306],{"type":54,"value":307},"--dpl",{"type":54,"value":247},{"type":49,"tag":143,"props":310,"children":311},{},[312,318,320,326],{"type":49,"tag":63,"props":313,"children":315},{"className":314},[],[316],{"type":54,"value":317},"microfrontends proxy",{"type":54,"value":319}," — local dev proxy · ",{"type":49,"tag":63,"props":321,"children":323},{"className":322},[],[324],{"type":54,"value":325},"microfrontends port",{"type":54,"value":327}," — print auto-assigned port",{"type":49,"tag":329,"props":330,"children":332},"h2",{"id":331},"finding-detailed-information",[333],{"type":54,"value":334},"Finding Detailed Information",{"type":49,"tag":57,"props":336,"children":337},{},[338,340,346,348,353],{"type":54,"value":339},"This skill includes detailed reference docs in the ",{"type":49,"tag":63,"props":341,"children":343},{"className":342},[],[344],{"type":54,"value":345},"references\u002F",{"type":54,"value":347}," directory. ",{"type":49,"tag":75,"props":349,"children":350},{},[351],{"type":54,"value":352},"Do not read all references upfront.",{"type":54,"value":354}," Instead, search or grep the relevant file when the user asks about a specific topic:",{"type":49,"tag":356,"props":357,"children":358},"table",{},[359,378],{"type":49,"tag":360,"props":361,"children":362},"thead",{},[363],{"type":49,"tag":364,"props":365,"children":366},"tr",{},[367,373],{"type":49,"tag":368,"props":369,"children":370},"th",{},[371],{"type":54,"value":372},"Topic",{"type":49,"tag":368,"props":374,"children":375},{},[376],{"type":54,"value":377},"Reference file",{"type":49,"tag":379,"props":380,"children":381},"tbody",{},[382,407,424,441,466,498],{"type":49,"tag":364,"props":383,"children":384},{},[385,398],{"type":49,"tag":386,"props":387,"children":388},"td",{},[389,391,396],{"type":54,"value":390},"Getting started, quickstart, framework setup, ",{"type":49,"tag":63,"props":392,"children":394},{"className":393},[],[395],{"type":54,"value":68},{"type":54,"value":397}," schema, fields, naming, examples",{"type":49,"tag":386,"props":399,"children":400},{},[401],{"type":49,"tag":63,"props":402,"children":404},{"className":403},[],[405],{"type":54,"value":406},"references\u002Fconfiguration.md",{"type":49,"tag":364,"props":408,"children":409},{},[410,415],{"type":49,"tag":386,"props":411,"children":412},{},[413],{"type":54,"value":414},"Path expressions, asset prefixes, flag-controlled routing, middleware",{"type":49,"tag":386,"props":416,"children":417},{},[418],{"type":49,"tag":63,"props":419,"children":421},{"className":420},[],[422],{"type":54,"value":423},"references\u002Fpath-routing.md",{"type":49,"tag":364,"props":425,"children":426},{},[427,432],{"type":49,"tag":386,"props":428,"children":429},{},[430],{"type":54,"value":431},"Local proxy setup, polyrepo config, Turborepo, ports, deployment protection",{"type":49,"tag":386,"props":433,"children":434},{},[435],{"type":49,"tag":63,"props":436,"children":438},{"className":437},[],[439],{"type":54,"value":440},"references\u002Flocal-development.md",{"type":49,"tag":364,"props":442,"children":443},{},[444,457],{"type":49,"tag":386,"props":445,"children":446},{},[447,449,455],{"type":54,"value":448},"Inspecting groups (",{"type":49,"tag":63,"props":450,"children":452},{"className":451},[],[453],{"type":54,"value":454},"inspect-group",{"type":54,"value":456},"), adding\u002Fremoving projects, fallback environments, navigation, observability",{"type":49,"tag":386,"props":458,"children":459},{},[460],{"type":49,"tag":63,"props":461,"children":463},{"className":462},[],[464],{"type":54,"value":465},"references\u002Fmanaging-microfrontends.md",{"type":49,"tag":364,"props":467,"children":468},{},[469,489],{"type":49,"tag":386,"props":470,"children":471},{},[472,474,480,481,487],{"type":54,"value":473},"Testing utilities (",{"type":49,"tag":63,"props":475,"children":477},{"className":476},[],[478],{"type":54,"value":479},"validateMiddlewareConfig",{"type":54,"value":169},{"type":49,"tag":63,"props":482,"children":484},{"className":483},[],[485],{"type":54,"value":486},"validateRouting",{"type":54,"value":488},", etc.), debug headers, common issues",{"type":49,"tag":386,"props":490,"children":491},{},[492],{"type":49,"tag":63,"props":493,"children":495},{"className":494},[],[496],{"type":54,"value":497},"references\u002Ftroubleshooting.md",{"type":49,"tag":364,"props":499,"children":500},{},[501,506],{"type":49,"tag":386,"props":502,"children":503},{},[504],{"type":54,"value":505},"Deployment protection, Vercel Firewall, WAF rules for microfrontends",{"type":49,"tag":386,"props":507,"children":508},{},[509],{"type":49,"tag":63,"props":510,"children":512},{"className":511},[],[513],{"type":54,"value":514},"references\u002Fsecurity.md",{"type":49,"tag":57,"props":516,"children":517},{},[518],{"type":54,"value":519},"When the user asks about a specific topic, use grep or search over the relevant reference file to find the answer without loading all references into context.",{"items":521,"total":696},[522,542,556,575,586,601,617,635,647,664,676,686],{"slug":523,"name":523,"fn":524,"description":525,"org":526,"tags":527,"stars":539,"repoUrl":540,"updatedAt":541},"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},[528,531,532,535,538],{"name":529,"slug":530,"type":13},"Caching","caching",{"name":21,"slug":22,"type":13},{"name":533,"slug":534,"type":13},"Migration","migration",{"name":536,"slug":537,"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":543,"name":543,"fn":544,"description":545,"org":546,"tags":547,"stars":539,"repoUrl":540,"updatedAt":555},"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},[548,549,550,551,554],{"name":529,"slug":530,"type":13},{"name":21,"slug":22,"type":13},{"name":536,"slug":537,"type":13},{"name":552,"slug":553,"type":13},"Performance","performance",{"name":9,"slug":8,"type":13},"2026-07-30T05:31:10.674078",{"slug":557,"name":557,"fn":558,"description":559,"org":560,"tags":561,"stars":539,"repoUrl":540,"updatedAt":574},"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},[562,565,566,569,570,571],{"name":563,"slug":564,"type":13},"Debugging","debugging",{"name":21,"slug":22,"type":13},{"name":567,"slug":568,"type":13},"Local Development","local-development",{"name":536,"slug":537,"type":13},{"name":9,"slug":8,"type":13},{"name":572,"slug":573,"type":13},"Web Development","web-development","2026-05-22T06:45:28.627735",{"slug":576,"name":576,"fn":577,"description":578,"org":579,"tags":580,"stars":539,"repoUrl":540,"updatedAt":585},"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},[581,582,583,584],{"name":21,"slug":22,"type":13},{"name":536,"slug":537,"type":13},{"name":552,"slug":553,"type":13},{"name":9,"slug":8,"type":13},"2026-07-30T05:31:11.591864",{"slug":587,"name":587,"fn":588,"description":589,"org":590,"tags":591,"stars":598,"repoUrl":599,"updatedAt":600},"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},[592,595,596],{"name":593,"slug":594,"type":13},"CI\u002FCD","ci-cd",{"name":552,"slug":553,"type":13},{"name":597,"slug":587,"type":13},"Turborepo",30809,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fturborepo","2026-07-30T05:32:14.920116",{"slug":602,"name":602,"fn":603,"description":604,"org":605,"tags":606,"stars":614,"repoUrl":615,"updatedAt":616},"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},[607,610,613],{"name":608,"slug":609,"type":13},"AI SDK","ai-sdk",{"name":611,"slug":612,"type":13},"Testing","testing",{"name":9,"slug":8,"type":13},25670,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fai","2026-04-06T18:55:51.318866",{"slug":618,"name":618,"fn":619,"description":620,"org":621,"tags":622,"stars":614,"repoUrl":615,"updatedAt":634},"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},[623,626,627,630,633],{"name":624,"slug":625,"type":13},"Agents","agents",{"name":608,"slug":609,"type":13},{"name":628,"slug":629,"type":13},"Harness","harness",{"name":631,"slug":632,"type":13},"SDK","sdk",{"name":9,"slug":8,"type":13},"2026-06-18T08:29:19.858737",{"slug":636,"name":636,"fn":637,"description":638,"org":639,"tags":640,"stars":614,"repoUrl":615,"updatedAt":646},"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},[641,642,645],{"name":608,"slug":609,"type":13},{"name":643,"slug":644,"type":13},"API Development","api-development",{"name":9,"slug":8,"type":13},"2026-04-06T18:55:47.45549",{"slug":648,"name":648,"fn":649,"description":650,"org":651,"tags":652,"stars":614,"repoUrl":615,"updatedAt":663},"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},[653,656,657,660],{"name":654,"slug":655,"type":13},"ADR","adr",{"name":15,"slug":16,"type":13},{"name":658,"slug":659,"type":13},"Documentation","documentation",{"name":661,"slug":662,"type":13},"Engineering","engineering","2026-04-06T18:55:50.043694",{"slug":609,"name":609,"fn":665,"description":666,"org":667,"tags":668,"stars":614,"repoUrl":615,"updatedAt":675},"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},[669,670,671,674],{"name":624,"slug":625,"type":13},{"name":608,"slug":609,"type":13},{"name":672,"slug":673,"type":13},"LLM","llm",{"name":9,"slug":8,"type":13},"2026-04-06T18:55:48.739463",{"slug":677,"name":677,"fn":678,"description":679,"org":680,"tags":681,"stars":614,"repoUrl":615,"updatedAt":685},"capture-api-response-test-fixture","capture API response test fixtures","Capture API response test fixture.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[682,683,684],{"name":643,"slug":644,"type":13},{"name":611,"slug":612,"type":13},{"name":9,"slug":8,"type":13},"2026-04-06T18:55:56.374433",{"slug":687,"name":687,"fn":688,"description":689,"org":690,"tags":691,"stars":614,"repoUrl":615,"updatedAt":695},"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},[692,693,694],{"name":608,"slug":609,"type":13},{"name":611,"slug":612,"type":13},{"name":9,"slug":8,"type":13},"2026-04-06T18:55:55.088956",68,{"items":698,"total":706},[699],{"slug":4,"name":4,"fn":5,"description":6,"org":700,"tags":701,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[702,703,704,705],{"name":15,"slug":16,"type":13},{"name":18,"slug":19,"type":13},{"name":21,"slug":22,"type":13},{"name":9,"slug":8,"type":13},1]