前端推荐Next.jsReactSSRApp Router
Next.js Developer
Full-stack Next.js development skill covering App Router, Server Components, API routes, and deployment.
安装命令
npx @anthropic-ai/claude-code-skills install nextjs-developer支持的客户端
Claude CodeCursorVS Code CopilotWindsurf
Skill 详情
Next.js Developer Skill
Expert-level Next.js development with App Router, Server Components, and modern patterns.
Capabilities
- App Router architecture and file conventions
- Server Components vs Client Components decisions
- Data fetching patterns (server actions, route handlers)
- Middleware and authentication flows
- ISR, SSG, and dynamic rendering strategies
- Image and font optimization
Usage
npx @anthropic-ai/claude-code-skills install nextjs-developer
Best Practices Applied
- Colocate data fetching with components
- Use
loading.tsxanderror.tsxfor UX - Prefer Server Components by default
- Optimize with
next/imageandnext/font