Skip to main content
Back to registry

runtime-debug

vercel/next.js

Use this skill when reproducing runtime-bundle, module-resolution, or user-bundle inclusion regressions.

Installs200
Install command
npx skills add https://github.com/vercel/next.js --skill runtime-debug
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill when reproducing runtime-bundle, module-resolution, or user-bundle inclusion regressions. Set __NEXT_SHOW_IGNORE_LISTED=true to disable the ignore-list filtering in dev server error output. By default, Next.js collapses internal frames to at ignore-listed frames , which hides useful context when debugging framework internals. Defined in packages/next/src/server/patch-error-inspect.ts . When user next build starts bundling internal Node-only helpers unexpectedly: To prove what user bundling includes, emit webpack stats from the app's next.config.js : Then use stats.toJson({ modules: true, chunks: true, reasons: true }) and diff webpack-stats-server.json between modes. This gives concrete inclusion reasons (e.g. which module required node:stream/promises ) and is more reliable than analyzer HTML alone. - Mirror CI env vars when reproducing CI failures. - Key variables: IS_WEBPACK_TEST=1 forces webpack (turbopack is default), NEXT_SKIP_ISOLATE=1 skips packing next.js.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does runtime-debug do?

Use this skill when reproducing runtime-bundle, module-resolution, or user-bundle inclusion regressions.

Is runtime-debug good?

runtime-debug does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does runtime-debug work with?

runtime-debug currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to runtime-debug?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install runtime-debug?

npx skills add https://github.com/vercel/next.js --skill runtime-debug

Related skills

More from vercel/next.js

Related skills

Alternatives in Software Engineering