Install Next.js workflow skills from the new location
mainNext.js agent skills have moved to the main Next.js repository to ensure they stay version-matched with the framework. You can now install them using npx skills add pointing to the vercel/next.js package.
To install all current Next.js workflow skills:
npx skills add vercel/next.jsTo install a specific skill (e.g., the cache components optimizer):
npx skills add vercel/next.js --skill next-cache-components-optimizer