smithery/olorehq

olore-nextjs-16.1.3

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.

Installation

$ npx skills add smithery/olorehq --skill olore-nextjs-1613

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/olorehq · top by installs.

npx skills add smithery/olorehq

Browse all from smithery/olorehq

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,738 B
  • docs SUMMARY.md 243 B

History

  1. First recorded snapshot · 0 installs

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/
Routing contents/01-app/03-building-your-application/01-routing/
Server Components contents/01-app/03-building-your-application/02-rendering/
Data fetching contents/01-app/03-building-your-application/03-data-fetching/
Caching contents/01-app/03-building-your-application/04-caching/
Styling contents/01-app/03-building-your-application/05-styling/
API reference contents/01-app/04-api-reference/
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.