Agent Skills: nextjs-dynamic-routes-params

Guide for Next.js App Router dynamic routes and pathname parameters. Use when building pages that depend on URL segments (IDs, slugs, nested paths), accessing the `params` prop, or fetching resources by identifier. Helps avoid over-nesting by defaulting to the simplest route structure (e.g., `app/[id]` instead of `app/products/[id]` unless the URL calls for it).

UncategorizedID: wsimmonds/claude-nextjs-skills/nextjs-dynamic-routes-params

Install this agent skill to your local

pnpm dlx add-skill https://github.com/wsimmonds/claude-nextjs-skills/nextjs-dynamic-routes-params

Skill Files

Browse the full folder contents for nextjs-dynamic-routes-params.

Download Skill

Loading file tree…

Select a file to preview its contents.