olorehq

olore-nextjs-16.1.5

Local Next.js documentation reference (v16.1.5). Use when asked about Next.js features, App Router, Server Components, routing, data fetching, rendering, caching, styling, optimizations, configuration, or Next.js APIs.

olorehq 67 4 Updated 4mo ago

Resources

2
GitHub

Install

npx skillscat add olorehq/olore/olore-nextjs-16-1-5

Install via the SkillsCat registry.

SKILL.md

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

Topic Entry Point
Getting started contents/01-app/01-getting-started/
Guides contents/01-app/02-guides/
API reference contents/01-app/03-api-reference/
Directives contents/01-app/03-api-reference/01-directives/
Components contents/01-app/03-api-reference/02-components/
Functions contents/01-app/03-api-reference/04-functions/
Configuration contents/01-app/03-api-reference/05-config/
Pages Router contents/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.