Skip to main content
Back to the directory
wsimmonds/claude-nextjs-skillsSoftware EngineeringFrontend and Design

nextjs-app-router-fundamentals

Comprehensive guide for migrating to and building with Next.js App Router (13+).

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
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wsimmonds/claude-nextjs-skills --skill nextjs-app-router-fundamentals
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 May 1, 2026, nextjs-app-router-fundamentals has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wsimmonds/claude-nextjs-skills. Canonical URL: https://skills.sh/wsimmonds/claude-nextjs-skills/nextjs-app-router-fundamentals.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive guide for migrating to and building with Next.js App Router (13+). Provide comprehensive guidance for Next.js App Router (Next.js 13+), covering migration from Pages Router, file-based routing conventions, layouts, metadata handling, and modern Next.js patterns. CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. ❌ WRONG: ✅ CORRECT: Use this skill when: Pages Router (Legacy - Next.js 12 and earlier): App Router (Modern - Next.js 13+): Special Files in App Router: Colocation: Examine existing Pages Router setup: Create app/layout.tsx - REQUIRED for all App Router applications: Migration Notes: Simple Page Migration: Nested Route Migration: Replace anchor tags with Next.js Link: After migration: Layout Behavior: Group routes without affecting URL: Wrong: Correct: Wrong: Correct: After migrating routes, remove the old pages/ directory files to avoid confusion. The build will fail if you have conflicting routes. Routes are NOT accessible without a page.tsx file. Layouts alone don't create routes. Wrong: Correct: All components in app/ are Server Components by default: Benefits: Use 'use client' directive when you need: generateStaticParams is the App Router equivalent of getStaticPaths from the Pages Router.

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 nextjs-app-router-fundamentals do?

Comprehensive guide for migrating to and building with Next.js App Router (13+).

Is nextjs-app-router-fundamentals good?

nextjs-app-router-fundamentals does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support nextjs-app-router-fundamentals?

nextjs-app-router-fundamentals currently lists compatibility with Skills CLI.

Is nextjs-app-router-fundamentals safe to install?

nextjs-app-router-fundamentals 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 nextjs-app-router-fundamentals?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install nextjs-app-router-fundamentals?

Run the following command to install nextjs-app-router-fundamentals: npx skills add https://github.com/wsimmonds/claude-nextjs-skills --skill nextjs-app-router-fundamentals

Related skills

Alternatives in Software Engineering