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.

$ Instalar

git clone https://github.com/mcclowes/knights-and-crosses /tmp/knights-and-crosses && cp -r /tmp/knights-and-crosses/.claude/skills/nextjs-pathname-id-fetch ~/.claude/skills/knights-and-crosses

// tip: Run this command in your terminal to install the skill