Skip to main content
Back to the directory
vercel/next.jsSoftware EngineeringFrontend and Design

runtime-debug

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

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
814

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/vercel/next.js --skill runtime-debug
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, runtime-debug has 814 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: vercel/next.js. Canonical URL: https://skills.sh/vercel/next.js/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 listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

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.

Which AI agents support runtime-debug?

runtime-debug currently lists compatibility with Skills CLI.

Is runtime-debug safe to install?

runtime-debug has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to runtime-debug?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install runtime-debug?

Run the following command to 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