一键导入
nextjs-core
Core Next.js patterns for App Router development including Server Components, Server Actions, route handlers, data fetching, and caching strategies
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Core Next.js patterns for App Router development including Server Components, Server Actions, route handlers, data fetching, and caching strategies
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build Next.js 16 apps with App Router, Server Components/Actions, Cache Components ("use cache"), and async route params. Includes proxy.ts and React 19.2. Prevents 25 documented errors. Use when: building Next.js 16 projects, or troubleshooting async params (Promise types), "use cache" directives, parallel route 404s, Turbopack issues, i18n caching, navigation throttling.
Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
| name | nextjs-core |
| description | Core Next.js patterns for App Router development including Server Components, Server Actions, route handlers, data fetching, and caching strategies |
| version | 1.1.0 |
| category | toolchain |
| progressive_disclosure | {"entry_point":{"summary":"Server-first patterns with safe mutations (Server Actions) and explicit caching/revalidation"}} |
| tags | ["nextjs","app-router"] |
"use client".Anti-patterns:
useEffect.References: see references/ (server actions, fetching, caching, routing, auth, testing).