Review component architecture for React 19 best practices including size, composition, Server/Client boundaries, and anti-patterns. Use when reviewing component design.
Reviews React 19 component architecture for best practices, checking Server/Client boundaries, composition patterns, and identifying anti-patterns like god components or unnecessary 'use client' directives.
/plugin marketplace add djankies/claude-configs/plugin install react-19@claude-configsThis skill is limited to using the following tools:
'use client' only where needed (hooks, events, browser APIs)on + EventName convention'use client' (no hooks/events/browser APIs)For comprehensive component patterns, see: research/react-19-comprehensive.md.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.