toolchains/nextjs/v16/SKILL.md
Next.js 16 migration guide (async request APIs, "use cache", Turbopack)
npx skillsauth add bobmatnyc/claude-mpm-skills nextjs-v16Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
params/cookies/headers; opt-in caching via "use cache"; Turbopack default.Anti-patterns:
await params, cookies(), and headers().middleware.ts; ✅ use proxy.ts and export function proxy.revalidateTag("posts"); ✅ revalidateTag("posts", "max") or { expire: ... }.References: references/migration-checklist.md, references/cache-components.md, references/turbopack.md
tools
Xquik X data automation API - Use REST or MCP for tweet search, user lookup, follower exports, media downloads, monitors, webhooks, giveaway draws, and confirmation-gated X actions.
tools
LinkedIn automation via the Linked API CLI - fetch profiles, search people and companies, send messages, manage connections, create posts, react, comment, and run Sales Navigator and custom workflows. Use when the user wants to interact with LinkedIn.
tools
MCP (Model Context Protocol) server build and evaluation guide, including local conventions for tool surfaces, config, and testing
tools
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.