home/categories/frontend/muhammedsuhaib-levelupspeckit-plus-skill-subagents-skills-claude-nextjs-skills-nextjs-pathname-id-fetch-skill-md
frontenddevelopment

nextjs-pathname-id-fetch

Focused pattern for fetching data using URL parameters in Next.js. Covers creating dynamic routes ([id], [slug]) and accessing route parameters in server components to fetch data from APIs. Use when building pages that display individual items (product pages, blog posts, user profiles) based on a URL parameter. Complements nextjs-dynamic-routes-params with a simplified, common-case pattern.

MuhammedSuhaib
maintainer
MuhammedSuhaib
Atualizado 1/2/2026
Estrelas
0
Forks
0
quick start

Installation and usage

Focused pattern for fetching data using URL parameters in Next.js. Covers creating dynamic routes ([id], [slug]) and accessing route parameters in server components to fetch data from APIs. Use when building pages that display individual items (product pages, blog posts, user profiles) based on a URL parameter. Complements nextjs-dynamic-routes-params with a simplified, common-case pattern.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use nextjs-pathname-id-fetch