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.

$ Installer

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

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