AI AGENT ADDONS

Next.js 16 brings a faster way to build and test your website. It uses Turbopack for local development. Turbopack is a new bundler written in Rust. It makes starting your app and updating code much quicker.

You will get faster cold starts and smoother updates while you work. The tool saves work to your file system. So restarts are up to 14 times faster on big projects. This helps you stay productive.

Just run next dev to use Turbopack by default. For production, check the Next.js docs for your version. This skill also covers the new proxy.ts middleware filename in Next.js 16.

Add Nextjs Turbopack skill to your workflow

Global

mkdir -p ~/.claude/skills/nextjs-turbopack

Project

mkdir -p .claude/skills/nextjs-turbopack

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago