什麼是 nextjs?
使用 App Router、React 伺服器元件、快取元件和 BFF 模式建立 Next.js 16 應用程式。完整的生命週期 - 建置、調試、測試、最佳化、交付。專門研究 Next.js 作為客戶端 + BFF 層呼叫後端 API。 來源:faqndo97/ai-skills。
使用 App Router、React 伺服器元件、快取元件和 BFF 模式建立 Next.js 16 應用程式。完整的生命週期 - 建置、調試、測試、最佳化、交付。專門研究 Next.js 作為客戶端 + BFF 層呼叫後端 API。
透過命令列快速安裝 nextjs AI 技能到你的開發環境
來源:faqndo97/ai-skills。
Next.js 16 uses the App Router with React Server Components by default. It introduces Cache Components with the "use cache" directive, Turbopack as the default bundler, and React 19.2 features.
Add 'use client' only when you need interactivity, state, or browser APIs.
Next.js acts as an intermediate layer between your React UI and backend APIs:
使用 App Router、React 伺服器元件、快取元件和 BFF 模式建立 Next.js 16 應用程式。完整的生命週期 - 建置、調試、測試、最佳化、交付。專門研究 Next.js 作為客戶端 + BFF 層呼叫後端 API。 來源:faqndo97/ai-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/faqndo97/ai-skills --skill nextjs使用 App Router、React 伺服器元件、快取元件和 BFF 模式建立 Next.js 16 應用程式。完整的生命週期 - 建置、調試、測試、最佳化、交付。專門研究 Next.js 作為客戶端 + BFF 層呼叫後端 API。 來源:faqndo97/ai-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/faqndo97/ai-skills --skill nextjs 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/faqndo97/ai-skills