Next.js SEO & AEO Skill (2026)
This skill guides implementation of production-grade SEO and Answer Engine Optimization for Next.js 15 App Router projects. It covers both traditional Google search and the new AI answer engines (ChatGPT Search, Perplexity, Google AI Overviews).
nextjs-seo-2026
Complete SEO and Answer Engine Optimization (AEO) skill for Next.js 15 apps. Covers metadata, structured data (JSON-LD), sitemap, robots.txt, Core Web Vitals, dynamic OG images, and AI crawler optimization. Use this skill when building or auditing SEO for any Next.js project.
Midnight + Next.js MCP
Unified MCP server for Midnight blockchain development and Next.js dApps.
nextjs-advanced-routing
Guide for advanced Next.js App Router patterns including Route Handlers, Parallel Routes, Intercepting Routes, Server Actions, error boundaries, draft mode, and streaming with Suspense. CRITICAL for server actions (action.ts, actions.ts files, 'use server' directive), setting cookies from client components, and form handling. Use when requirements involve server actions, form submissions, cookies, mutations, API routes, `route.ts`, parallel routes, intercepting routes, or streaming. Essential for separating server actions from client components.
nextjs-react-expert
React and Next.js performance optimization from Vercel Engineering. Use when building React components, optimizing performance, eliminating waterfalls, reducing bundle size, reviewing code for performance issues, or implementing server/client-side optimizations.