🎯

nextjs

🎯Skill

from teachingai/agent-skills

VibeIndex|
What it does

Provides expert guidance and reference for Next.js development using official documentation, covering routing, data fetching, and configuration.

πŸ“¦

Part of

teachingai/agent-skills(128 items)

nextjs

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add https://github.com/teachingai/full-stack-skills.git
Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add teachingai/full-stack-skills
Claude CodeAdd plugin in Claude Code
/plugin marketplace remove full-stack-skills
Install PluginInstall plugin from marketplace
/plugin install development-skills@full-stack-skills
Install PluginInstall plugin from marketplace
/plugin install development-skills-utils@full-stack-skills

+ 11 more commands

πŸ“– Extracted from docs: teachingai/agent-skills
4Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Guidance for Next.js using the official docs at nextjs.org/docs. Use when the user needs Next.js concepts, configuration, routing, data fetching, or API reference details.

When to use this skill

Use this skill whenever the user wants to:

  • Follow Next.js documentation topics (App Router, Pages Router, architecture, community)
  • Implement Next.js routing, data fetching, caching, or deployment
  • Use official APIs and configuration options from the docs

How to use this skill

  1. Identify the topic from the user request.
  2. Open the matching example file in examples/.
  3. Follow the official Next.js docs linked in the file.

Mapping Rules (one-to-one with https://nextjs.org/docs)

The examples/ directory mirrors the official docs structure:

  • examples/index.md β†’ https://nextjs.org/docs
  • examples/app/... β†’ https://nextjs.org/docs/app/...
  • examples/pages/... β†’ https://nextjs.org/docs/pages/...
  • examples/architecture/... β†’ https://nextjs.org/docs/architecture/...
  • examples/community/... β†’ https://nextjs.org/docs/community/...

Path rule:

  • Remove numeric prefixes from doc folders and filenames (e.g., 01-app β†’ app).
  • index.mdx pages map to index.md inside the corresponding directory.

Resources

  • Docs: https://nextjs.org/docs

Keywords

Next.js, App Router, Pages Router, routing, data fetching, caching, server components, client components, middleware, deployment, configuration