Claude Code and Cursor can now further understand Vercel projects using the new Vercel plugin and a full platform knowledge graph. The plugin observes real-time activity, including file edits and terminal commands, to dynamically inject Vercel knowledge into the agent's context. Key capabilities include: Platform knowledge: Access 47+ skills covering the Vercel platform, including Next.js, AI SDK, Turborepo, Vercel Functions, and Routing Middleware, powered by a relational knowledge graph Specialized tooling: Use three specialist agents (AI Architect, Deployment Expert, Performance Optimizer) and five slash commands ( /bootstrap , /deploy , /env , /status , /marketplace ) Context management: An injection engine and project profiler rank, deduplicate, and budget-control loaded context Code validation: PostToolUse validation catches deprecated patterns, sunset packages, and stale APIs in real time Instead of standard retrieval, the plugin compiles pattern matchers at build time and runs a priority-ranked…