nextjs

Installation
SKILL.md

Next.js 16 Skill

Modern Next.js patterns for App Router, Server Components, and the new proxy.ts authentication pattern.

Quick Start

Installation

# npm
npx create-next-app@latest my-app

# pnpm
pnpm create next-app my-app

# yarn
yarn create next-app my-app

# bun
Related skills
Installs
9
GitHub Stars
2
First Seen
Jan 24, 2026