React Server Components

Reviews React Server/Client Component boundaries against Next.js and React docs. Use when auditing `'use client'` placement or splitting components for proper RSC behaviour.

ryoppippi 7926720 899 B Updated

File contents

Arguments:

  • scope: what to analyse (default: your current changes). Examples: "diff to main", "PR #123", "src/app/", "whole codebase"
  • fix: whether to apply fixes (default: true). Set to false to only propose changes.

Steps:

  1. Read:
  2. Analyse the specified scope for Server/Client Component anti-patterns
  3. If fix=true, apply the fixes. If fix=false, propose the fixes without applying.

ryoppippi/dotfiles/tree/main/agents/skills/react-server-components commit 7926720665

Frequently asked questions

npx skillmds@latest add ryoppippi/react-server-components