Token导航 LogoToken导航TokenDH.com
开发权限需确认github未标认证来源可访问许可证需确认审计未展示

next-cache-componentsNext.js 缓存组件

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

3,269

周安装

139

GitHub Stars

139,233

下载量

1,145
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:next-cache-components(Next.js 缓存组件)
来源仓库:https://github.com/vercel/next.js
仓库路径:skills/next-cache-components
安装命令:
npx skills add https://github.com/vercel/next.js --skill next-cache-components
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/vercel/next.js --skill next-cache-components

简介

用于辅助前端页面、组件、样式和交互逻辑的开发与维护,适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码。

  • 适用于 Next.js 缓存组件相关的页面开发和性能优化任务。
  • 通过 npx skills add 命令从 GitHub 仓库安装,支持主流 AI 编程环境集成。
  • 使用时需结合项目现有设计系统和路由方式,避免生成孤立代码片段。
  • next-cache-components 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Cache Components Plugin for Claude Code

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR).

Features

This plugin provides a comprehensive skill that:

  • Proactively activates in projects with cacheComponents: true
  • Teaches the 'use cache' directive, cacheLife(), cacheTag(), and invalidation APIs
  • Explains parameter permutation rendering and subshell generation
  • Covers migration from deprecated revalidate/dynamic segment configs
  • Provides build-time error solutions and debugging guidance

Installation

Step 1: Add the Next.js Marketplace

/plugin marketplace add vercel/next.js

Step 2: Install the Plugin

/plugin install cache-components@nextjs

Or install via CLI:

claude plugin install cache-components@nextjs

Step 3 (Optional): Enable for Your Team

Add to your project's .claude/settings.json to auto-enable for all team members:

{
  "enabledPlugins": {
    "cache-components@nextjs": true
  }
}

What's Included

FileDescription
SKILL.mdCore concepts, APIs, and proactive application guidelines
REFERENCE.mdComplete API reference, generateStaticParams, deprecated configs
PATTERNS.md12 production patterns including subshell composition
TROUBLESHOOTING.mdBuild errors, debugging techniques, common issues

Usage

Once installed, the skill automatically activates when:

  1. You're working in a Next.js project with cacheComponents: true
  2. You ask about caching, PPR, or the 'use cache' directive
  3. You're writing React Server Components or Server Actions

Example Triggers

  • "How do I cache this data fetching function?"
  • "What's the difference between updateTag and revalidateTag?"
  • "I'm getting a build error about uncached data outside Suspense"
  • "Help me set up generateStaticParams for my product pages"

Key Concepts Covered

Parameter Permutation Rendering

When you provide generateStaticParams, Next.js renders ALL permutations:

generateStaticParams returns:
  [{ category: 'jackets', slug: 'bomber' }]

Next.js renders:
  /products/jackets/bomber     ← Complete page
  /products/jackets/[slug]     ← Category subshell (reusable!)
  /products/[category]/[slug]  ← Fallback shell

Deprecated Segment Configs

Old (Deprecated)New (Cache Components)
export const revalidate = 3600cacheLife('hours') inside 'use cache'
export const dynamic = 'force-static'Use 'use cache' + Suspense

Contributing

This plugin lives in the Next.js repository at .claude-plugin/plugins/cache-components/.

To contribute improvements:

  1. Edit files in .claude-plugin/plugins/cache-components/skills/cache-components/
  2. Test locally with claude --plugin-dir .claude-plugin/plugins/cache-components
  3. Submit a PR to the Next.js repository

Version History

1.0.0

  • Initial release
  • Covers 'use cache', cacheLife(), cacheTag(), updateTag(), revalidateTag()
  • Parameter permutation rendering and subshell generation
  • Migration guide from deprecated segment configs
  • Build-time feedback and troubleshooting

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.26%
按下载量换算392

Claude

31.84%
按下载量换算365

Cursor

17.48%
按下载量换算200

Gemini CLI

9.53%
按下载量换算109

安全审计

暂无安全审计结果可展示。

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills