Next.js Cache Components Auto-activation : Activate this skill automatically in Next.js projects that have in / . When detected, apply Cache Components patterns to all Server Component authoring, data fetching, and caching decisions. Project Detection When starting work in a Next.js project, check if Cache Components are enabled: If is found, apply this skill's patterns proactively when: - Writing React Server Components - Implementing data fetching - Creating Server Actions with mutations - Optimizing page performance - Reviewing existing component code Cache Components enable Partial Preren…