Next.js framework for building React applications with App Router, Server Components, and optimized performance. Use when working with Next.js apps, routing, data fetching, caching, Server Actions, or building full-stack React applications.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars25
LicenseLICENSE.md
Default branchmain
Open issues0
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version2026.1.30
More metadata
author
Hairyf
version
2026.1.30
source
Generated from https://github.com/vercel/next.js, scripts located at https://github.com/antfu/skills
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md3,003 B
docsSUMMARY.md252 B
History
First seen on skills.sh
First recorded snapshot · 809 installs
SKILL.md
Next.js is a React framework for building full-stack web applications. It provides file-system based routing, Server Components, automatic code splitting, image optimization, and built-in performance optimizations. Next.js supports both static site generation (SSG) and server-side rendering (SSR), making it ideal for building modern web applications.
The skill is based on Next.js v16.2.0-canary.16, generated at 2026-01-30.
Core References
Topic
Description
Reference
File-System Routing
Routes defined by folder structure, layouts, and pages
[core-routing](references/core-routing.mdx)
Server and Client Components
Understanding when to use Server vs Client Components