nextjs-turbopack
nextjs turbopack
What it does
- Turbopack (default dev): Use for day-to-day development. Faster cold start and HMR, especially in large apps.
- Production: Production build behavior (next build) may use Turbopack or webpack depending on Next.js version; check the official Next.js docs for your version.
- Turbopack: Incremental bundler for Next.js dev. Uses file-system caching so restarts are much faster (e.g. 5–14x on large projects).
- Default in dev: From Next.js 16, next dev runs with Turbopack unless disabled.
- File-system caching: Restarts reuse previous work; cache is typically under .next; no extra config needed for basic use.
- Next.js 16+: use proxy.ts at the project root
- Pre-Next.js 16: use middleware.ts at the project root
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
nextjs-turbopack FAQ
What does the nextjs-turbopack skill do?
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack. Turbopack (default dev): Use for day-to-day development. Faster cold start and HMR, especially in large apps. Production: Production build behavior (next build) may use Turbopack or webpack depending on Next.js version; check the official Next.js docs for your version.
How do I install nextjs-turbopack?
Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill nextjs-turbopack --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.
Maintain nextjs-turbopack?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/affaan-m-everything-claude-code-nextjs-turbopack?ref=badge) npx agentictools info skills/affaan-m-everything-claude-code-nextjs-turbopack The second line is the CLI lookup for this page — handy in READMEs and docs.