Skip to main content
Back to registry

next-best-practices

vercel-labs/next-skills

Apply these rules when writing or reviewing Next.js code.

Installs33
Install command
npx skills add https://github.com/vercel-labs/next-skills --skill next-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Apply these rules when writing or reviewing Next.js code. See file-conventions.md for: Detect invalid React Server Component patterns. See rsc-boundaries.md for: Next.js 15+ async API changes. See async-patterns.md for: See runtime-selection.md for: See directives.md for: See functions.md for: See error-handling.md for: See data-patterns.md for: See route-handlers.md for: See metadata.md for: See image.md for: See font.md for: See bundling.md for: See scripts.md for: See hydration-error.md for: See suspense-boundaries.md for: See parallel-routes.md for: See self-hosting.md for: See debug-tricks.md for: - Project structure and special files - Route segments (dynamic, catch-all, groups) - Parallel and intercepting routes - Middleware rename in v16 (middleware → proxy) - Async client component detection (invalid) - Non-serializable props detection - Server Action exceptions - Async params and searchParams - Async cookies() and headers() - Migration codemod - Default to Node.js runtime - When Edge runtime is appropriate - 'use client' , 'use server' (React) - 'use cache' (Next.js) - Navigation hooks: useRouter , usePathname , useSearchParams , useParams - Server functions: cookies , headers , draftMode , after - Generate functions: generateStaticParams , generateMetadata - error.tsx , global-error.tsx , not-found.tsx - redirect , permanentRedirect , notFound - forbidden ,...

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 next-best-practices do?

Apply these rules when writing or reviewing Next.js code.

Is next-best-practices good?

next-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does next-best-practices work with?

next-best-practices currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to next-best-practices?

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

How do I install next-best-practices?

npx skills add https://github.com/vercel-labs/next-skills --skill next-best-practices

Related skills

More from vercel-labs/next-skills

Related skills

Alternatives in Software Engineering