AgentSkillsCN

olore-nextjs-16.1.3

本地 Next.js 文档参考(v16.1.3)。当用户询问 Next.js 的各项功能、App Router 路由器、Server Components 服务器组件、路由配置、数据获取、渲染优化、样式设计、性能调优、配置管理,或 Next.js 的各类 API 时,可参考此文档。

SKILL.md
--- frontmatter
name: olore-nextjs-16.1.3
description: Local Next.js documentation reference (v16.1.3). Use when asked about Next.js features, App Router, Server Components, routing, data fetching, rendering, caching, styling, optimizations, configuration, or Next.js APIs.

Next.js Documentation

Next.js is a React framework for building full-stack web applications. Version 16 features the App Router with React Server Components, streaming, and improved data fetching patterns.

Quick Reference

TopicEntry Point
Getting startedcontents/01-app/01-getting-started/
Routingcontents/01-app/03-building-your-application/01-routing/
Server Componentscontents/01-app/03-building-your-application/02-rendering/
Data fetchingcontents/01-app/03-building-your-application/03-data-fetching/
Cachingcontents/01-app/03-building-your-application/04-caching/
Stylingcontents/01-app/03-building-your-application/05-styling/
API referencecontents/01-app/04-api-reference/
Pages Routercontents/02-pages/

When to use

Use this skill when the user asks about:

  • Next.js App Router or Pages Router
  • Server Components and client components
  • Routing, layouts, and navigation
  • Data fetching (fetch, server actions)
  • Caching and revalidation
  • Middleware and API routes
  • Image/font optimization
  • Deployment and configuration

How to find information

  1. First, read TOC.md to see all available documentation files
  2. Identify the relevant section/files based on the user's question
  3. Read specific files for detailed information

TOC.md contains a complete file listing organized by directory - always check it first before searching.