Vercel技能
ego lite browser
贊助ego lite 是 AI 代理執行網頁自動化最快的瀏覽器,可與 Codex 或 Claude Code 共享您的登入狀態,零成本、零配置。
Alpha Vantage MCP Server
贊助獲取金融市場數據:即時與歷史股票、ETF、期權、外匯、加密貨幣、大宗商品、基本面、技術指標等
Composio
贊助一鍵連接1500+個MCP伺服器
next-cache-components
next-skills/skills/next-cache-components
在單一 Next.js 路由中混合靜態、快取與動態內容,透過 Partial Prerendering 實現。在 next.config.ts 中設定 cacheComponents: true 即可啟用;此設定取代舊的 experimental.ppr 標記。在檔案、元件或函式層級使用 'use cache' 指令,可根據引數與閉包自動產生金鑰來快取非同步資料。透過 cacheLife() 使用內建設定檔('minutes'、'hours'、'days'、'weeks'、'max')或內聯設定 stale 來控制快取生命週期...
next-cache-components
openreview/.agents/skills/next-cache-components
Next.js 16 快取元件 - PPR、使用快取指令、cacheLife、cacheTag、updateTag
next-cache-components
vercel-plugin/skills/next-cache-components
Next.js 16 快取元件指南 — PPR、use cache 指令、cacheLife、cacheTag、updateTag,以及從 unstable_cache 遷移。在實作時使用…
next-cache-components-adoption
next.js/skills/next-cache-components-adoption
在 Next.js 應用程式中開啟 Cache Components,並解決它所顯示的阻塞路由。當使用者想要啟用、採用或遷移到 Cache… 時使用。
next-cache-components-adoption
next.js/skills/next-cache-components-adoption
在 Next.js 應用程式中啟用 Cache Components,並解決其顯示的阻塞路由。當使用者想要啟用、採用或遷移至 Cache…時使用。
next-cache-components-optimizer
next.js/skills/next-cache-components-optimizer
透過在Cache Components/PPR下設定代理迴圈,在初始載入(硬導覽)及用戶端…上驅動Next.js路由進行即時導覽。
next-cache-components-optimizer
next.js/skills/next-cache-components-optimizer
透過設定代理迴圈,在快取元件/PPR 下,於初始載入(硬導覽)及客戶端…驅動 Next.js 路由以實現即時導覽。
next-compile
next.js/skills/next-compile
Check Next.js compilation errors via a running dev server. Turbopack only. MANDATORY after every code edit before reporting work complete. Replaces `next…
next-dev-loop
next.js/skills/next-dev-loop
在編輯應用程式程式碼後驗證 Next.js 執行時期行為。使用此技能來確認變更在運行的應用程式中確實有效——而不僅僅是它能編譯或……
next-dev-loop
next.js/skills/next-dev-loop
編輯應用程式程式碼後,驗證 Next.js 執行階段行為。使用此技能來確認變更在執行中的應用程式裡確實有效——而不只是能編譯或……
next-forge
next-forge/skills/next-forge
針對 next-forge 的專業協助——這是一個用於 Next.js SaaS 應用程式的生產級 Turborepo 模板。在關於 next-forge 安裝、設定等問題時觸發。
next-forge
vercel-plugin/skills/next-forge
next-forge expert guidance — production-grade Turborepo monorepo SaaS starter by Vercel. Use when working in a next-forge project, scaffolding with `npx…
next-partial-prefetching-adoption
next.js/skills/next-partial-prefetching-adoption
在 Next.js 應用程式中開啟 Partial Prefetching,並處理它所呈現的見解。當使用者想要啟用或採用 Partial Prefetching、切換…時使用。
next-partial-prefetching-adoption
next.js/skills/next-partial-prefetching-adoption
在 Next.js 應用程式中啟用 Partial Prefetching,並逐步處理它所呈現的洞察。當使用者想要啟用或採用 Partial Prefetching、切換…時使用。
next-upgrade
next-skills/skills/next-upgrade
自動化 Next.js 版本升級,整合官方 codemod 與遷移指南。從 package.json 偵測當前 Next.js 版本,並從官方指南取得對應版本的升級文件。自動執行 Next.js codemod 以處理重大變更,例如非同步 Request API、geo/IP 屬性遷移,以及動態匯入轉換。處理主要版本跳躍的增量升級(例如 13 → 14 → 15),並更新同儕相依性(React、React DOM、...)。
next-upgrade
openreview/.agents/skills/next-upgrade
按照官方遷移指南和代碼轉換工具,將 Next.js 升級至最新版本
next-upgrade
vercel-plugin/skills/next-upgrade
按照官方遷移指南和 codemods 升級 Next.js 至最新版本。用於升級 Next.js 版本、執行 codemods 或遷移時…
nextjs
vercel-plugin/skills/nextjs
Next.js App Router 專家指導。適用於建置、除錯或架構 Next.js 應用程式時——路由、伺服器元件、伺服器動作、快取……
nextjs-bisect-regression
next-maintainer-skills/skills/nextjs-bisect-regression
使用發行版本或提交以及可執行的重現,定位已驗證的 Next.js 回歸的引入或修復邊界。在……之後使用。
nextjs-create-regression-test
next-maintainer-skills/skills/nextjs-create-regression-test
將經過驗證的 Next.js 重現案例和 canary 驗證轉化為 vercel/next.js 中最小的適當回歸測試。當已確認的問題需要…
nextjs-fix-issue
next-maintainer-skills/skills/nextjs-fix-issue
實施並驗證針對 vercel/next.js 中已確認問題的最小且正確的修復,在重現、canary 驗證和回歸測試工作之後。使用…
nextjs-reproduce-issue
next-maintainer-skills/skills/nextjs-reproduce-issue
使用真實程式碼與執行期證據重現並驗證回報的 Next.js 問題。在調查 vercel/next.js 錯誤回報是否…時使用。
nextjs-verify-canary
next-maintainer-skills/skills/nextjs-verify-canary
在等效條件下,將驗證過的 Next.js 重現案例與其報告的版本及最新發布的 next@canary 進行比較。用於判斷是否…
nextjs-webflow-to-vercel
vercel-kb-skills/skills/nextjs-webflow-to-vercel
將 Next.js 應用程式從 Webflow Cloud 遷移至 Vercel。當使用者想要將 Next.js 應用程式移出、遷移或移植至 Webflow Cloud 以外時,使用此技能。
nostics
nostics/skills/nostics
Structured diagnostic code library for JavaScript/TypeScript. Turns errors and other conditions into typed, machine-readable `Diagnostic` instances with stable…
nuxt
emulate/skills/nuxt
用於透過 @emulators/adapter-nuxt 將模擬器直接嵌入 Nuxt 應用程式的 Nuxt 適配器。當使用者需要在 Nuxt 中嵌入模擬器、設定同源…時使用。
oauth
portless/skills/oauth
設定 OAuth 提供者(Google、Apple、Microsoft、Facebook、GitHub 等)以搭配無埠號的本地開發網址使用。適用於設定 OAuth 重新導向 URI 時…
observability
vercel-plugin/skills/observability
Vercel Observability 專家指導 — Drains(日誌、追蹤、速度洞察、網站分析)、網站分析、速度洞察、運行時日誌、自訂事件…
openclaw-bootstrap-debug
vercel-openclaw/.agents/skills/openclaw-bootstrap-debug
OpenClaw 引導程式、捆綁、配置與還原資產除錯,用於 vercel-openclaw:openclaw.bundle 側車、外掛探索、頻道目錄、重新啟動…
openclaw-bootstrap-debug
vercel-openclaw/skills/openclaw-bootstrap-debug
OpenClaw 引導、捆綁、配置及還原資產除錯,適用於 vercel-openclaw:openclaw.bundle 附屬容器、外掛程式探索、頻道目錄、重新啟動…
第 181–210 個,共 340 個