From vercel-next-js-2
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin vercel-next-js-2This skill uses the workspace's default tool permissions.
**MANDATORY**: after any `Edit`/`Write`, run step 2 before telling the user the change is done. Never run `next build`. Turbopack only — the script bails on webpack.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
MANDATORY: after any Edit/Write, run step 2 before telling the user the change is done. Never run next build. Turbopack only — the script bails on webpack.
Find the port of a running next dev — check listening processes. If you can't find it, ask the user.
Run:
node ./scripts/check.mjs <port>
Fix actionable errors. Ignore noise or pre-existing unrelated failures.
Only report the edit complete once step 2 returns clean (or only pre-existing failures).