pages-router
CommunityMaster Next.js Pages Router in src/pages.
Authorjorggerojas
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill clarifies how to work with Next.js Pages Router by organizing pages under src/pages and correctly configuring _app.tsx and _document.tsx.
Core Features & Use Cases
- Regular pages: src/pages/[filename].tsx map to /filename routes.
- Dynamic routes: src/pages/[id]/page.tsx map to /[id] routes.
- Special files: _app.tsx and _document.tsx under src/pages for global UI and HTML customization
Quick Start
Create or modify a page under src/pages and ensure _app.tsx and/or _document.tsx are configured, then run the dev server to preview changes.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pages-router Download link: https://github.com/jorggerojas/next-skeleton-page/archive/main.zip#pages-router Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.