Skip to main content

wsimmonds/claude-nextjs-skills

SkillsMP는 wsimmonds/claude-nextjs-skills에서 10개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
10
GitHub 스타
108
GitHub 포크
21

이 저장소의 skills

직업 카테고리 2개 · 100% 분류됨

수집된 skill 10개 중 10개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Guide for advanced Next.js App Router patterns including Route Handlers, Parallel Routes, Intercepting Routes, Server Actions, error boundaries, draft mode, and streaming with Suspense. CRITICAL for server actions (action.ts, actions.ts files, 'use server'…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Identify and fix common Next.js App Router anti-patterns and mistakes. Use when reviewing code for Next.js best practices, debugging performance issues, migrating from Pages Router patterns, or preventing common pitfalls. Activates for code review,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for choosing between Server Components and Client Components in Next.js App Router. CRITICAL for useSearchParams (requires Suspense + 'use client'), navigation (Link, redirect, useRouter), cookies/headers access, and 'use client' directive. Activates…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for Vercel AI SDK v5 implementation patterns including generateText, streamText, useChat hook, tool calling, embeddings, and MCP integration. Use when implementing AI chat interfaces, streaming responses, tool/function calling, text embeddings, or…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for working with Next.js App Router (Next.js 13+). Use when migrating from Pages Router to App Router, creating layouts, implementing routing, handling metadata, or building Next.js 13+ applications. Activates for App Router migration, layout creation,…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Pattern for client components calling server actions to set cookies in Next.js. Covers the two-file pattern of a client component with user interaction (onClick, form submission) that calls a server action to modify cookies. Use when building features like…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Pattern for using useSearchParams hook with Suspense boundary in Next.js. Covers the required combination of 'use client' directive and Suspense wrapper when accessing URL query parameters in client components. Use when building search interfaces, filters,…

원문 언어: 영어

업데이트
수집된 skill 10개 중 10개를 표시합니다.