nextjs-server-navigation

Guide for implementing navigation in Next.js Server Components using Link component and redirect() function. Covers the difference between server and client navigation methods. Use when adding links, redirects, or navigation logic in server components without converting them to client components unnecessarily.

$ 설치

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

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