Provides Vercel product intelligence including Next.js 16, AI SDK v6, AI Gateway, Fluid Compute, Sandbox, Queues, Agent, and Partner Program details. Use when generating Vercel content, writing about Next.js or AI SDK, or preparing for partnership conversations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-skills-library:partner-vercelThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Next.js 16 with Turbopack is the default. AI SDK v6 is the current production line. AI Gateway went GA in August 2025 and is now the recommended model-routing layer in front of any production agent. Fluid Compute is the default compute mode for new projects — pay-per-active-CPU billing with sub-second scale-to-zero. The new `vercel.ts` (TypeScript config, replacing `vercel.json`) is shipping. V...
Next.js 16 with Turbopack is the default. AI SDK v6 is the current production line. AI Gateway went GA in August 2025 and is now the recommended model-routing layer in front of any production agent. Fluid Compute is the default compute mode for new projects — pay-per-active-CPU billing with sub-second scale-to-zero. The new vercel.ts (TypeScript config, replacing vercel.json) is shipping. Vercel Sandbox (isolated sandboxes for agentic code execution) went GA in January 2026. Vercel Queues is in beta. Vercel Agent (managed agent runtime) is in beta. Node 24 LTS is the default runtime. Default function timeout sits at 300 seconds on Fluid Compute.
vercel, vercel deploy, vercel env, vercel link, vercel logs.vercel.ts config — TypeScript-typed deployment config, replacing vercel.json.next (MIT), ai SDK (Apache 2.0), turbo/Turbopack (MPL-2.0), MCP server (MIT).frankxai org (frankx.ai, frankx.ai-vercel-website, Watch OS, Workshop OS, Library OS, Studio, ACO, Partnerships) + Vercel AI SDK at the centre of the Build First AI Agent workshop + Next-on-Vercel reference architectures on /ai-architecture and /ai-coe. Value to Frank: partner attribution + workshop credits + co-marketing on Next-on-Vercel reference deploys.frankxai/frankx.ai-vercel-website (live at frankx.ai), plus the eight surfaces listed above. Vercel project: starlight-intelligence/frankx-ai-vercel-website.params: Promise<{...}>)./ai-architecture reference deploys.deploy_to_vercel, get_deployment, get_runtime_logs, search_vercel_documentation). Lives in the /v skill.vercel.ts config + .vercelignore — root-anchored patterns (gitignore-style). outputFileTracingExcludes in next.config.mjs uses minimatch.ignoreCommand — uses $VERCEL_GIT_PREVIOUS_SHA, fails safe to PROCEED. Reference at scripts/should-deploy.sh./ai-architecture (Next-on-Vercel reference architectures), /ai-coe, /os modules, /research, /blog Field Notes.params: Promise<{...}> with async/await. Sync syntax from Next 15 builds fine but 404s in prod under Turbopack (caught 2026-05-07 on /os/[slug]).generateText / streamText with tools, routed through AI Gateway for caching + provider fallback. Pattern in Studio producers.export const maxDuration = 300 plus AI SDK streaming. Production agent calls absorb the 300s envelope cleanly.vercel.ts + .vercelignore root-anchoring — patterns prefixed / to avoid gitignore-style unanchored matches catching unintended subdirs (cost: 1 broken prod deploy on 2026-05-05).deploy_to_vercel, get_deployment_build_logs, get_runtime_logs, search_vercel_documentation — wired into /v skill for any Vercel-deployed repo audit.vercel.ts adoption — full migration window from vercel.json likely lands in next 90 days.partner-vercel namespace pattern in all references.docs/private/outreach/2026-05-14-partnerships-send-ready.md.frankx/private/partnerships/vercel-brief.md (gitignored)~/.claude/skills/partner-vercel/SKILL.md (this file)~/.claude/agents/partner-vercel.md (separate)frankxai/frankx.ai-vercel-website, frankxai/FrankX, frankxai/agentic-creator-os, frankxai/library-os, frankxai/starlight-intelligence-system/v skillnpx claudepluginhub frankxai/claude-skills-library --plugin claude-skills-libraryOrchestrates Vercel/Next.js work across build, deploy, audit, research, and fix lanes using parallel specialist agents and Vercel MCP deployment checks.
Provides expert guidance for deploying Next.js applications on Vercel, including environment variable setup, edge vs. serverless function decisions, and build optimization.
Implements typed TypeScript fetch wrappers for Vercel REST API with auth, pagination, error handling, and methods for projects/deployments. Use for programmatic integrations or deployment tools.